I am using the latest JSP reference jspref092.tar implementation
with the Weblogic Tengah 3.1.7 application server running on
Solaris 2.5.1.  The application server is running as user
*nobody*.  When trying to test the colors.jsp (colors.html) sample,
I am getting an error writing to a file (see exception
stack trace below).  I assume this is because the "jsp.JspServlet"
is trying to create the dynamic Java JSP servlet file in directory
the user *nobody* does not have write permission.


Is there any way that I can specify a repository file path as an
initArgs to the "jsp.JspServlet"?

Here is the stack trace...
######################################################################
Unhandled error! You might want to consider having an errorpage to
report such errors more gracefully

jsp.PageCompileException: Error writting out java file: ./servlets/jsp/__colors.java
        at jsp.BatchChunkFactory.sourceToJava(BatchChunkFactory.java:309)
        at jsp.JspPageProcessor.sourceToJava(JspPageProcessor.java:277)
        at jsp.JspServlet.buildSource(JspServlet.java:281)
        at jsp.JspServlet.buildClass(JspServlet.java:246)
        at jsp.JspServlet.compileJspFile(JspServlet.java:216)
        at jsp.JspServlet.processJspPage(JspServlet.java:181)
        at jsp.JspServlet.service(JspServlet.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:88)
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:84)
        at weblogic.t3.srvr.HttpdThread.processHttp(HttpdThread.java:313)
        at weblogic.t3.srvr.HttpdThread.run(HttpdThread.java:53)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to