Re: Problem with jar files in Tomcat 5.X

2006-02-28 Thread Mike Sabroff
Are your samples part of a package? If not, then they are assigned the default package and that may not be the same as the package assigned when they are in the classes directory. Use a package statement if you are not already. Devireddy, Nagendra Reddy (STSD) wrote: Hi , I have installed To

Problem with jar files in Tomcat 5.X

2006-02-28 Thread Devireddy, Nagendra Reddy (STSD)
Hi , I have installed Tomcat 5.0 and trying to access the sample servlet examples. My directory structure is like this /webapps/sample is the directory where I have my files /webapps/sample/index.html /webapps/sample/WEB-INF/web.xml /webapps/sample/WEB-INF/lib/sample.jar When I try accessing