Hi folks,
I hope this isn't blatantly obvious (because it's not to me)...I've just
installed JRun 3.0 and it's working fine: I can run the demos, etc. What I'm
trying to figure out is how do I get IIS or PWS to pass requests off to
JRun? I installed a connector on port 7999, but I get the feeling I need to
do something else as well.
When I access the default server my URL looks like this:
http://localhost:8100/demo/servlet/SimpleServlet (this runs)
When I try and access http://localhost/demo/servlet/SimpleServlet I get a
page not found error, which I expected.
When I try and access http://localhost/servlets/SimpleServlet I get an
error:
404 Not Found
/servlets/SimpleServlet:
allaire.jrun.JRunServletException: not found
at allaire.jrun.file.FileServlet.service(FileServlet.java, Compiled Code)
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, 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.jrpp.ProxyEndpoint.run(ProxyEndpoint.java:354)
at allaire.jrun.ThreadPool.run(ThreadPool.java, Compiled Code)
at allaire.jrun.WorkerThread.run(WorkerThread.java, Compiled Code)
Now we seem to be getting some place...it seems to be passing the request
off to JRun, but the URL is obviosuly not quite right. So what should it be?
If I install multiple applications (ie. demo, test1, test2, etc) how would
the URLs be formed in order to map them to the proper servlets within their
respective web apps? What are the mechanics going on behind the scenes here?
If this stuff is documented somewhere just point me in the right
direction...
Thanks much,
Christian
------------------------------------------------------------------------------
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.