Hi I succesfully configured IIS and Jrun on two different machines and also tested the test servlets and JSP's succesfully.
we have our site as http://10.10.100.8/jsp/index.jsp where 10.10.100.8 is the IIS machine which redirects the calls to 10.10.100.112 the initial page redirects sucessfully and i am able to click the screen but when i try to click on login which url is http://10.10.100.8/jsp/login/login.jspThis gives me a 404 Error. But when i access the Jrun directly by http://10.10.100.112:8100/jsp/login/login.jsp , it works fine.. So is there any setting i miss The Error 404 Not Found /jsp/login/login.jsp: allaire.jrun.JRunServletException: The page /jsp/login/login.jsp could not be found. at allaire.jrun.jsp.JSPTranslator.loadClass(../jsp/JSPTranslator.java:149) at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:96) at allaire.jrun.jsp.JSPTranslator.translate(../jsp/JSPTranslator.java:67) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:216) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:196) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416) at allaire.jrun.session.JRunSessionService.service(../session/JRunSessionServic e.java:1082) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDis patcher.java:89) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542) at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364) at allaire.jrun.jrpp.ProxyEndpoint.run(../jrpp/ProxyEndpoint.java:388) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75) ----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 8:40 PM Subject: RE: Jrun with IIS > > The above problem was elminated by uninstalling IIS and > > installing Again. As per JRun Document it says "Makes > > several changes to the Internet Services Manager's > > metabase". > > > > What exactly would be the change and how can we rollback > > these changes which was done by running the connector > > wizard > > You can manage the Metabase by using the Metabase editor to manually edit > it, or by simply backing up the Metabase before making any changes. You can > back up the Metabase from within the Internet Service Manager interface. The > Metabase editor comes with the IIS 4 Resource Kit and the Windows 2000 > Resource Kit. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > > ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
