It works for me. To be able to answer you, it would be good to have error messages to build the answer on. this is the only thing that comes to mind. You have to have the full class name (with package name) to be able to call it, as :

http://localhost/webapp/servlet/com.john.mclain.servletTest

hope it helps
-reynir

John MccLain wrote:

I don't understand the invoker servlet. I understand that you have to
uncomment it from the default web.xml file (did that). BUT, If I create a
servlet and put it "web_app_context/WEB-INF/classes", then
call http://localhost:8080/web_app_context/servlet/<servlet_name> WHY does
that not work?? I simply want to test a servlet - I do not wish to change
the web apps WEB.XML file just for testing. Is there a simple way to test a
servlet, where I can create a servlet, put it someplace and call it via a
standard URL??


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to