One thing it could be .....
In admin look under server-name > Web Applications > app-name > Servlet URL
mappings.
If you have *.jsp mapped to jsprt (under Servlet Invoked), JRun does not
look for jsp file but rather the class file that had previously been
generated. If you have this setup but deleted the class file, you would get
this error.
Check for the class file under
jrun-install-dir/servers/server-name/WEB-INF/classes/jsp. The name of the
class is created by JRun ... you'll be able to recognize it since it will
contain "pageColor.." somewhere in the name.
If it's not there, you need to recompile it either using to the jspc
compiler (or by deleting the entry in the admin listed above).
Regards,
Steve Penella
Allaire Corp.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 30, 2000 6:45 PM
To: JRun-Talk
Subject: Why would Jrun say it cannot find a JSP page when it can find
another in the same directory?
Hi:
I get this message when I try to view a JSP page:
404 Not Found
/pageColor2.jsp:
allaire.jrun.JRunServletException: The page /pageColor2.jsp could not be
found.
at allaire.jrun.jsp.JSPParser.generateXML(JSPParser.java:57)
at allaire.jrun.jsp.JSPServlet.parsePage(JSPServlet.java:403)
at allaire.jrun.jsp.JSPServlet.createServlet(JSPServlet.java:375)
at allaire.jrun.jsp.JSPServlet.loadPage(JSPServlet.java:201)
at allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:168)
at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java, Compiled Code)
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.http.WebEndpoint.run(WebEndpoint.java:107)
at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
I don't understand why since it can see a page in the very same directory?
Thanks,
S
----------------------------------------------------------------------------
--
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.
------------------------------------------------------------------------------
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.