We are running JRun 2.3 on an NT Server with IIS 4.0. I have a virtual
directory in IIS pointing to a path on a local drive (d:\norcware\cms),
have given
it a virtual name "cms", and run jsp code out of that subdirectory.
My jrun configuration
points to jar files in the classpath that are the workhorse classes for the jsp
files mentioned above. This process, which we call the "portal", works fine.
The portal jsp files contain hrefs to urls that point to html and jsp files on
another server. I have created a virtual directory in IIS for those files
as well,
and the web server displays the html files without a problem.
The jsp files on the other server do not compile, however.
My jse log gives the following error, and no package path appears in the
servlet subdirectory under jse.
Fri Oct 27 13:08:39 CDT 2000: Running servlet
{ (Running servlet) javax.servlet.ServletException: The page
'/1028/CMS/Field/docu/homehead.jsp' does not exist.
at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at com.livesoftware.jrun.JRun.runServlet(JRun.java, Compiled Code)
at
com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java:116)
at
com.livesoftware.jrun.JRunGeneric.handleProxyConnection(JRunGeneric.java:78)
at
com.livesoftware.jrun.service.proxy.JRunProxyServiceHandler.handleRequest(JRunProxyServiceHandler.java:102)
at
com.livesoftware.jrun.service.ThreadConfigHandler.run(ThreadConfigHandler.java,
Compiled Code)
}
I reference the url in the page as following
/1028/cms/field/docu//homepage.htm.
homepage.htm is a parent frame that has "homehead.jsp" in the upper frame.
I have checked the path for case issues, and the case is exactly in the path
as it is in the href.
I have checked the code in the jsp file I am referencing, and even as a
test took out all
code without any success, just leaving two <html></html> tags.
In addition, I ran the pages inside of jakarta-tomcat,
and the page compiled without a problem.
Does anyone have any idea on what configuration I may be missing?
Thank you very much in advance,
Carol Haney
------------------------------------------------------------------------------
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.