Exception in jaspers compiler

2000-11-19 Thread Maik Wiege
Hello, I'm using tomcat and for Servlets everything works fine. But Jasper doesn't work. Calling any JSP-File end up in a Internal Server Error and the following Exception was thrown: java.lang.NoClassDefFoundError: sun/tools/javac/Main at

ROOT-Servlets not found

2000-11-17 Thread Maik Wiege
Hello, this is the problem I have: I'm using Tomcat with Apache. All my static-files I put into the path TOMCAT_HOME\webapps\ROOT. The Servlets into this web-inf\classes. The static files should be served by apache. Into the httpd.conf I wrote: ... DocumentRoot

Beginner: servlet.xml, .conf How set root

2000-11-15 Thread Maik Wiege
Hello, I do not get it with this servlet.xml... This is what I want: I put all my static-files and jsp's into the TOMCAT_HOME\webapps\ROOT - directory and some subdirectorys; and my classes and libs into the web-inf. This project should be the default, so that http://localhost/ points to

How to set the ROOT w Apache

2000-11-15 Thread Maik Wiege
Hello, I do not get it with this servlet.xml... This is what I want: I put all my static-files and jsp's into the TOMCAT_HOME\webapps\ROOT - directory and some subdirectorys; and my classes and libs into the web-inf. This project should be the default, so that http://localhost/ points to