Servlets: Deployment using Manager Webapps
Hello everyone,
I am using apache tomcat 6.0.26 on Ubuntu 8. I am trying to install a collection of servlet programs using the 'Manager Webapps' . I have created the directory structure as mentioned in the help manual.(http://localhost:8080/docs/appdev/deployment.html). i have mapped all my class files in the web.xml.
I have created a folder under '/usr/share/tomcat6/webapps' which includes a WEB-INF folder with web.xml in it.
url pattern is /foldername/servlet/classname.
When i try to run the application it still gives error messgae as Requested resource(/servlet/classname) is not available
Thanks for the help