Hi All 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 In the Jrun Documentation it says The JRun Connector Wizard makes the following changes to your IIS implementation: Adds the jrun.ini and jrun.dll files in the /inetpub/scripts directory. JRun uses the INI file to initialize the DLL on startup. The DLL is an ISAPI filter that intercepts HTTP requests to the Web server and passes the appropriate ones to JRun for processing. Maps *.jsp to jrun.dll in IIS's Application Mappings settings. Makes several changes to the Internet Services Manager's metabase. The metabase is a hierarchical structure that stores IIS settings. JRun's changes to the metabase include: - Appending the jrun.dll's absolute path to the ScriptMaps parameter.ScriptMaps maps filename extensions to DLLs for processing. - If you select Install as a global filter, the Connector Wizard also adds the JRun Connector Filter service object and its associated parameters in the metabaseFilter object. Updates the JRun local.properties files. ----- Original Message ----- From: "Arul" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 4:48 PM Subject: Re: Jrun with IIS > Hi All > > I had installed JRun and IIS on one machine and Jrun on the other machine as > a dedicated App Server.Everything went fine and it worked > > When i ran the connector wizard again in the Jrun where IIS lies, it results > in a strange exception > > 404 Not Found > /scripts/jrun.dll/jsp/index.jsp: > > allaire.jrun.JRunServletException: The page /scripts/jrun.dll/jsp/index.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) > > > What could be the reason > > -Arul > ----- Original Message ----- > From: "Haseltine, Celeste" <[EMAIL PROTECTED]> > To: "JRun-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, March 20, 2002 10:25 PM > Subject: RE: Jrun with IIS > > > > Arul, > > > > You can connect JRUN server, residing on "machine A" with IIS, residing on > > "machine B". I've never done this type of configuration myself, but I > have > > seen information come across this listserver that indicates such a > > configuration can be more secure than if both IIS and JRUN resided on the > > same machine together. According to the previous information that has > come > > across this listserver, you can find the instructions on how to do this > type > > of configuration across two different "machines" in the JRUN Advanced > > Configuration Guide. If you look in the docs subdirectory where you JRUN > > installation resides, you will find both pdf and html documents for the > > above guide. > > > > You may also want to find out if this listserver has a "search" feature so > > that you can search previous postings. You might be able to find some > > useful hits/advice from some of the previous postings on this topic. > > > > Good luck! > > > > Celeste > > > > > > -----Original Message----- > > From: Arul [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, March 20, 2002 10:08 AM > > To: JRun-Talk > > Subject: Jrun with IIS > > > > > > Hi All > > > > Could anyone help me out with the detailed steps for connecting Jrun with > > IIS.Jrun and IIS are in two different machines. > > > > In the machine where IIS is installed Jrun is installed in E:\program > files > > > > and in the other machine Jrun is installed in C: > > > > will that cause any problems > > > > -Arul > > > > > > > > > ______________________________________________________________________ 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
