hey folks,
i`m using
tomcat 4.0 j2sdk1.4.0 and suse 7.3.i have created a new directory under /root/tomcat/webapps(=TOMCAT_HOME) that looks like this: /bernd/WEB-INF/classes. i`ve done this, because i want to seperate my
servlets from the others.
when i wanna run a servlet by calling
http://localhost/bernd/servlet/servletname it won`t work, although when i call it from the old place
http://blabla/examples/servlet/servletname it`s still going.
the old path is TOMCAT_HOME/examples/WEB-INF/classes.
i know, one solution is: let the servlet in the old place, but i want to understand the problem.
could anybody help me please
bernd