Our group had been doing ASP pages using Interdev and FrontPage before we started doing JSPs, so putting them under wwwroot was our default choice. Plus it worked well with the way we implement security through FrontPage.
I agree with you that deploying an application as a WAR file is a clean way to go. -----Original Message----- From: Mark Phelps [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 4:32 PM To: JRun-Talk Subject: Re: problem configuring JRUN with IIS I didn't know you could do that, but I believe you. It seems confusing to me to place them there, however, since IIS cannot process them directly. We use a different web server and platform so perhaps this is standard operating procedure when using JRun and IIS together on Windows. I would still recommend building your site in a web application directory structure and deploying it as a WAR file. We have found it a lot easier to maintain our site when it can be deployed or removed as a single entity. It has been our habit to keep only static files in the web server's directory structure. If you can successfully put JSP files in the WWWROOT directory then Amit's problem is obviously something else. I don't know enough about IIS to say where to look. Fishwick, Randall wrote: >Hmm, why do you say that? > >We've had jsp pages running out of wwwroot on an IIS 5 server performing >database queries and updates against an Oracle database for over a year >without fail. > > >-----Original Message----- >From: Mark Phelps [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, March 06, 2002 2:49 PM >To: JRun-Talk >Subject: Re: problem configuring JRUN with IIS > > >Yes, JSP files should not be placed in the wwwroot directory of IIS. > JSP files should be maintained in web application directory structures >under the <JRun Root DIR>\servers\default directory. When a request for >a regular HTML file is received IIS should handle it directly, serving >the file up from the wwwroot directory structure. When a request comes >in for a JSP file, IIS will forward the request to JRun which will >process the appropriate JSP file in its directory structure and respond >accordingly. > >Amit r wrote: > >>i'm using JRUN 3.1 on windows NT and IIS 4.0 >>steps i followed are as under >> >>first i installed jrun on my webserver(iis) and >>configured JRUN/IIS using Connector wizard. and it was >>done properly. (this step is given in setup.pdf page >>no 172 simple distributed installation) >> >>then i installed JRUn on another PC that is my app >>server (diff from iis) now i want to configure iis >>with this JRUn. so i go to JMC and run connector >>wizard. in JRUN server IP address field o connector >>wizard i put IP address of the machine on which JRUn >>is installed. and JMC gives me message that >>configuration is done successfully. >>now for testing purpose i'm stopping JRUN on IIS >>server and i'm accesing http://webserver and i get >>default.asp of iis. now i put a.jsp (simple JSP page) >>in wwwroot of iis nad now try to access it that time >>it gives me could not connect to JRUn server. >> >>please guide me where i'm going wrong.. >> >>can anybody tell me wheather i have to keep all my >>jsps on JRUN server instead of IIS servers >>c:\inetpub\wwwroot directory >> >>help needed badly >> >>/amit >> >>__________________________________________________ >>Do You Yahoo!? >>Try FREE Yahoo! Mail - the world's greatest free email! >>http://mail.yahoo.com/ >>Archives: http://www.mail-archive.com/[email protected]/ >>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists >> >> > > > ______________________________________________________________________ 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
