Hi All The document from JRun states that Use-webserver-root - for each web application, this property tells JRun whether to serve application content from the Web application root (for example, c:\jrun3\servers\default\demo-app) or the Web server root (for example, c:\inetpub\wwwroot). If this property is set to true for a particular application, JRun looks for JSP, HTML, image files, and so forth, relative to the web server document root. If this property is set to false or does not exist for a web application, then JRun serves its contents relative to the web application document root (making the web application compliant with the Sun Servlet 2.2 specification).
In case of Apache i can set the Document root in the conf file..In Case of Jrun where do i set the document root -Arul ----- Original Message ----- From: "Arul" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 6:18 PM Subject: Re: Jrun with IIS > Hi All > > I guess the problem which was stated below is due to the setting of > use-web-server prperty in the local.properties. > > The document at > http://www.macromedia.com/v1/Handlers/index.cfm?ID=21850&Method=Full was not > clear . > > If i set the property to be true , who will handle the requests Jrun or IIS > > What if i want JRun to handle these requests > > Its highly confusing..any solutions from Allaire People > > -Arul > ----- Original Message ----- > From: "Arul" <[EMAIL PROTECTED]> > To: "JRun-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, March 21, 2002 9:41 PM > Subject: Re: Jrun with IIS > > > > Hi > > > > Is this a bug or a mistake on my part. > > > > I had deleted all the files in the web-inf/jsp folder .Then when i try the > > url with IIS as the web server , it gives me a 404 Error .Its like this > > > > allaire.jrun.JRunServletException: The page /jsp/auction/spec_load.jsp > could > > not be found. > > > > But when i try the same thro the Jrun Directly instead of IIS , it works > > fine.After this when i try with IIS , it's working.. > > > > Why does this happen > > > > -Arul > > ----- Original Message ----- > > From: "Arul" <[EMAIL PROTECTED]> > > To: "JRun-Talk" <[EMAIL PROTECTED]> > > Sent: Thursday, March 21, 2002 9:27 PM > > Subject: Re: Jrun with IIS > > > > > > > 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 > > > > > > > > > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
