----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,
        I have installed Apache 1.3.9 w mod_ssl and Jrun version 2.33 build
157 on a sparc
machine with Solaris2.5 as the OS. Apache is compiled with DSO support and I
have already
setup Apache to use Jrun as it's servlet engine. Servlets work fine but
unfortunately, I am
unable to get Jrun to compile the jsp pages. I get an error which seems to
indicate that the 
Servlet associated with parsing the jsp pages is unable to find the
appropriate jsp file 
when I browse the url. This is the error my browser displays

500 Internal Server Error
com.livesoftware.jsp.JSPServlet:

javax.servlet.ServletException: The page '/EI/index.jsp' does not exist.

And this is the output from the Jrun servlet engine to its error log.

 Running servlet
{ (Running servlet) javax.servlet.ServletException: The page '/EI/index.jsp'
does not exist.
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at javax.servlet.ServletException.<init>(ServletException.java:68)
        at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java:100)
        at javax.servlet.http.HttpServlet.service(Compiled Code)
        at com.livesoftware.jrun.JRun.runServlet(Compiled Code)
        at
com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
        at com.livesoftware.jrun.JRunGeneric.handleProxyConnection(Compiled
Code)
        at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(Co
mpiled Code)
        at com.livesoftware.jrun.service.ThreadConfigHandler.run(Compiled
Code)
 }  


        In my apache httpd.conf file I setup an alias 'EI' which point to
the directory in which the file index.jsp resides. Apparently the filename
that is passed to jrun is preappended with the alias that it associated
with. In attempt to understand what was going on I explicity set the alias
to the absolute path of the directory in which index.jsp was located, but
unfortunately this also failed to work. I freely admit that I'm fairly
ignorant of apache and know even less about jrun. So if I'm overlooking
something obvious I apologize, I'm just trying to understand what is going
on. Any replys or info will be rewarded with my sincere gratitude.
 
Thank you,
Andrew Reusch



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to