Hello everyone,
I have troubles getting my new Tomcat version (3.2.1) to run. The old one (3.0) worked fine, but I must be doing something wrong in the new one.
The situation (needs to be like this):
Servlets: C:\java\app\
JSPs etc: C:\java\doc\ (root for browser)
Tomcat: C:\java\bin\tcat321\
I can browse the doc folder via localhost /, so have a few things set up correctly so far. The problem is that Tomcat won't find my Servlet (i.e. /servlet/Calculator), probably because it doen's know the app root. The Servlet is correctly defined in /WEB-INF/web.xml.
Tomcat is started from within VisualCafé 4.1. And I think that's where the problem is. Before I started the server via tomcat.bat, where one can set the classpaths. How does one set them, when calling Tomcat via org.apache.tomcat.startup.Tomcat?
[edit: Maybe the question is just if one can configure an other path for the classes than WEB-INF/classes/ ?]
Phew, I hope someone will take the time to read all this, I tried to make myself as clear and short as possible

.
Any help or hints are greatly appreciated. Thanks!
RedFox