Hi,
  I am using the following setup for my application :
 Oracle Jsp engine with Apache Web server 1.3.6. with Apache Jserv
configured to run 3 Jvms
Whenever I modify my jsps and retry executing them from the browser, I
get this exception


oracle.jsp.provider.JspCompileException: Errors compiling:
/u01/apache/JSP_Cache_Dir/html/ibuhsub1.javaLine # Error
 at oracle.jsp.app.JspJavacCompiler.compile(JspJavacCompiler.java:159)
 at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java:839)
 at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java:723)
 at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java:480)
 at
oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:320)
 at oracle.jsp.JspServlet.doDispatch(JspServlet.java:208)
 at oracle.jsp.JspServlet.service(JspServlet.java:141)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
 at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:335)

 at org.apache.jserv.JServConnection.run(JServConnection.java:197)
 at java.lang.Thread.run(Thread.java)


If I restart the web server, then I can see the modifications take
effect, the jsp is compiled successfully to
a class file. Please can anyone help!
-Mani

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to