newbie:: classpath settings

2000-12-04 Thread Ensing, Marco
Hi all,   I'm very pleased with tomcat 3.2. Running servlets and JSP works fine. Just a little question   I have a servlet calling try{   Object myBean = Beans.instantiate(null, "my.package.MyClass"); } The servlet is in the directory: /webapps/foo/WEB-INF/classes my.package.MyClass is t

Tomcat Win stdErr

2000-12-04 Thread Ensing, Marco
  I am using JNI code to access some C code. Something is going wrong and Tomcat dies. I know this sounds very vague.   it happens on Win2k, and I see very briefly some messages in the Tomcat startup cmd window. But I can't find it anywhere in a log or error file.   Where does the System.

RE: VAJ and Tomcat 3.2

2000-12-06 Thread Ensing, Marco
Title: RE: VAJ and Tomcat 3.2 Here are my settings. Maybe this helps. Run properties \ Program :: set tomcat home variable  tomcat.home=d:\Tomcat Run properties \ classpath  d:\Tomcat\_classes\jasper.jar;  d:\Tomcat\_classes\servlet.jar;  d:\Tomcat\_classes\webserver.jar;  d:\Tomcat\_class