Re: Does not run the classes

2004-12-21 Thread Neale Rudd
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

Re: Does not run the classes

2004-11-22 Thread Ranjeet Singh
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

Does not run the classes

2004-11-22 Thread Nuruthin Ahammed
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