What does this exception mean? Tomcat is not supposed to compile Java file, right?

2001-07-19 Thread Daniel Kruler
org.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\common\lib\apache_soap.jar(org/apache/soap/server/Deploymen tDescriptor.java): Public class org.apache.soap.server.DeploymentDescriptor must be defined in a file called DeploymentDescriptor.java.

Re: What does this exception mean? Tomcat is not supposed to compile Java file, right?

2001-07-19 Thread David Haraburda
Tomcat is attempting to compile your JSP file into a Java servlet (.java file) Tomcat will then compile this .java file, and the resulting class is what will be run when your web browser hits the JSP page. It looks like your apache_soap.jar isn't configured correctly (I'm not familiar with that

RE: What does this exception mean? Tomcat is not supposed to compile Java file, right?

2001-07-19 Thread Daniel Kruler
It's the JSP that came with Apache SOAP distribution. Sometimes that JSP doesn't compiles and sometimes (on the 2nd try) it will compile normally, without any changes in JSP or need to restart Tomcat. -Original Message- From: David Haraburda [mailto:[EMAIL PROTECTED]] Sent: Thursday,