Tom Mikelson wrote: > I have tried numerous tutorials on the web for > installing my own apps on > jakarta-tomcat-4.1.12-LE-jdk14. My servlet will work > if I place it in the examples/WEB-INF/classes > directory but when I try to set it up anywhere else > the .jsp files work but the servlets come back with > the 404 error. I see where all the tutorials use > earlier versions of TomCat, possibly there has been > some dramatic change in this new version. What > version should I go back to that is more stable? TIA.
Due to possible security issues, the invoker servlet (which does the /servlet/* magic) is disabled by default. Please read the release notes, it is mentioned explicitely. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>