While using Apache/JRun 3.0 on Solaris thought I finally
understood the page flow process. So all pages go to JRun
and then if it doesnt find mapping it should handle like
/servlet or *.jsp for us it kicks back the request to webserver
I had been told.

But I recently added a 404 Error Document to customize the
page that is displayed when a request page can not be found.
Not only does the expected error document not show up but I seem to
get a page generated by JRun 3.0 instead as shown below.

So do I have to setup the same 404 document in JRun?
Is this even possible?? I thought my mappings were correct since
Apache does serve all valid names besides /servlet and *.jsp 
correctly.
        Thanks,
        Roger Hanke

------------------------------------

404 Not Found

/indexme.html:

allaire.jrun.JRunServletException: not found
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.(Throwable.java:94)
        at java.lang.Exception.(Exception.java:42)
        at javax.servlet.ServletException.(ServletException.java:132)
        at allaire.jrun.JRunServletException.(JRunServletException.java:38)
        at allaire.jrun.JRunServletException.(JRunServletException.java:33)
        at allaire.jrun.file.FileServlet.service(FileServlet.java:116)
        at
allaire.jrun.servlet.JRunServletPool.service(JRunServletPool.java:83)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
        at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
        at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
        at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
        at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
        at allaire.jrun.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
        at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
        at allaire.jrun.WorkerThread.run(WorkerThread.java:74)

-----------------------------------------------------------
 Roger A. Hanke         AT&T Hosting and Transaction Apps
 (732)576-5738          [EMAIL PROTECTED]
 FAX (732)576-6041      http://smithers.lz.att.com/~rhanke/
----------------------------------------------------------- 
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to