Hi,
A servlet won't work automatically in this way with the standard install of
Tomcat.
You will need to do one of the following:
a) in conf/web.xml, enable the InvokerServlet entry by uncommenting in
b) add the invoker servlet manually to the web.xml file in /rma/WEB-INF
c) add a and entry in
I think you are required to define a context with the name "rma" in your
server.xml.
___
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://arch
hi
I have two web contexts in my WebApps directory of Tomcat namely ROOT & rma.
Inside rma>web-inf>classes there is one file called Testin.class
My the problem is i can't run the Testin thru browser. I gave the url
http://localhost:8080/rma/servlet/Testin
My classpath is
CLASSPATH=C:\J2EE\lib\t