Re: Configuring mod_jk

2001-03-23 Thread nmlaney
It may just be a typo, but in the first JkMount directive, it should be: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 whereas, you have: JkMount .*.jsp ajp13 JkMount /servlet/* ajp13 this might explain why you are not getting a root context Neill Laney http://home.nc.rr.com/nlaney -- Web De

Re: Tomcat and Jsp files

2001-03-23 Thread nmlaney
You've answered your own question, Tomcat does not see JSP files in the Apache html root. You must put ALL JSP files in the Tomcat root directory and ALL Servlets in the WEB-INF\classes directory OR setup up an application context. To setup additional contexts you use the same convention as the