Perhaps there is someone on this board who knows a bit about Tomcat and how it integrates with Apache. I am having trouble mapping my / (ROOT) context to be used by Apache (I want to be able to access my jsp's by typing http://mydomain/index.jsp). I have set up Apache 2.0.43 with Tomcat 4.1.18 successfully using mod_jk 1.2.2. I can access my non root contexts like /examples and /admin just fine. If I "JkMount /* ajp13" then it totally blocks my htdocs dir. I have a lot of php stuff in there so I can't do that. I have searched every where I could think of for an answer and I come to Neowin as a last resort. I was using IIS 5.1 with JRun 4.0 previously without blinking when setting it up, but I'm trying to go open-source ;). A solution would be greatly appreciated.
Question
Guest jl7c2
Perhaps there is someone on this board who knows a bit about Tomcat and how it integrates with Apache. I am having trouble mapping my / (ROOT) context to be used by Apache (I want to be able to access my jsp's by typing http://mydomain/index.jsp). I have set up Apache 2.0.43 with Tomcat 4.1.18 successfully using mod_jk 1.2.2. I can access my non root contexts like /examples and /admin just fine. If I "JkMount /* ajp13" then it totally blocks my htdocs dir. I have a lot of php stuff in there so I can't do that. I have searched every where I could think of for an answer and I come to Neowin as a last resort. I was using IIS 5.1 with JRun 4.0 previously without blinking when setting it up, but I'm trying to go open-source ;). A solution would be greatly appreciated.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts