I've created my first WAR file and included it in the webapps directory of 
the Tomcat server.  I've also got Apache running with the mod_jk module.  
When I start up Tomcat, it creates the mod_jk.conf-auto script for me which 
is read into Apache.

I can run my servlet by accessing:

http://hostname/application/servlet/ServletName

However, Tomcat does not seem to add an entry in the mod_jk.conf-auto script 
for a <servlet-mapping> element that I have in my web.xml file.  Does Tomcat 
include <servlet-mapping> info into the mod_jk.conf-auto script, or does it 
just always add the default:

/servlet/* ajp12
*.jsp ajp12

entries???

Thanks for any information.

--Kevin

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to