From: "JAY BHAGATWALA" <[EMAIL PROTECTED]> > i have developed one servlet program, if i put the > program into the > webapps\servlets-example\web-inf\classes then it works > fine, > but if i put the program in another directory like > webapps\demo\web-inf\classes then it gives error that > requested resource is not available.
There isn't enough information here to know for sure, but I wonder if it works in the examples webapp because the Invoker Servlet is (still) enabled there, while it is disabled by default everywhere else. Note that I do not use TC5, so I'm not sure this is the case. If you still need help, post the working and non-working URLs, the exact error message, and whatever you've done in web.xml (and server.xml, though that usually does not have to be touched.) -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
