I have three contexts in Webapps namely Root, examples & rma I have a sevlet called Connect inside C:\Tomcat\webapps\rma\web- inf\classes\plutus\pda\Connect.class I gave the following url in the adressbar of ie. http://localhost:8080/rma/servlet/plutus.pda.Connect
But I am getting the Error message like this: type Status report message /rma/servlet/plutus.pda.Connect description The requested resource (/rma/servlet/plutus.pda.Connect) is not available. Why I am getting this message. All the servlets in side the http://localhost:8080/example/servlet/ are working well. And i tried to call http://localhost:8080/examples/servlet/plutus.pda.Connect . In this case Tomcat recognized this and it worked. This is the context defenition part in server.xml <Context path="" docBase="ROOT" debug="0"/> <!-- Tomcat rma Context --> <Context path="/rma" docBase="rma" debug="0" reloadable="true" crossContext="true"/> <!-- Tomcat Examples Context --> <Context path="/examples" docBase="examples" debug="0" reloadable="true" crossContext="true"> .............. Thnaks in advance ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html