I've deployed 2 war files to $TOMCAT_HOME/webapps. 
The first is working fine.  The second appears to not
compile the jsps.

This nonworking application is deployed on another
system, and it works there.  It requires ssl, which
I've got up and running on both systems using a
self-cert (I can hit https://localhost:8443 on both
systems).  Below is the error I receive.  Any ideas
are most appreciated!

exception

org.apache.jasper.JasperException: Unable to compile
class for JSP

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:559)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        edu.yale.its.tp.cas.servlet.Login.doGet(Unknown
Source)

javax.servlet.http.HttpServlet.service(HttpServlet.java:743)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

root cause

java.io.FileNotFoundException:
/opt/jakarta-tomcat-5.0.19/work/Catalina/localhost/cas/org/apache/jsp/login_jsp.java
        java.io.FileOutputStream.open(Native Method)

java.io.FileOutputStream.<init>(FileOutputStream.java:179)

java.io.FileOutputStream.<init>(FileOutputStream.java:70)

org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:456)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)

org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:553)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291)

org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)

org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        edu.yale.its.tp.cas.servlet.Login.doGet(Unknown
Source)

javax.servlet.http.HttpServlet.service(HttpServlet.java:743)

javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


Thanks in advance!

=====
The only "dumb question" is the one you were too afraid to ask.
________________________________________

Check out RouteRuler - Free software for runners, cyclists, walkers, etc.
http://routeruler.sourceforge.net
________________________________________

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to