Re: Deploying application containing applet embedded

2006-06-11 Thread Marc Farrow
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.apa

Deploying application containing applet embedded

2006-06-11 Thread keyur sheth
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 insi