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
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