Which version of tomcat are you using? You need to add a context tag either in the in the server.xml (for Tomcat 4.X) or place a yourappname.xml file with the context tag in your $tomcat_home/catalina/localhost folder (if you haven't changed your engine/host names).
check out: http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html On 6/11/06, keyur sheth <[EMAIL PROTECTED]> wrote:
Hi everybody, I am trying to deploy an application inside the tomcat webapps folder. But the problem is that when I put the necessary folder like .jar file in lib folder, class files in classes folder and restart the tomcat I don't see the application listed or deployed inside the tomcat. Can anybody tell me what major changes should I make so that it is possible to run applet and deploy the application successfully. Keyur __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
-- Marc Farrow