Hey this is becoming bit confusing.. so anyone from you guys can explain me exact procedure of how to configure JRUN with IIS 4.0/5.0 my IIS is on IP 10.0.1.42 and my JRUNserver is on 10.0.1.29
what i mean to say is both are on physically diffrent machines. please, please dont tell me to refer JRUN setup guide. i dont know but i feel its confusing. also can anybody tell me whats the use of "Pathtran" can it serve my purpose?? One question is comming into my mind is that , after succesful confuguration of iis and jrun, all JSP and Html files are stored in c:\inetpub\wwwroot folder of iis server. when request for html page will come it'll be handled by iis, and when request for JSP will come, IIS can not handle JSP's on its own and it is redirected to JRUN server which is physically on diffrent computer, so how my JSP get processed?? wheather it gets processed on IIS or on JRUN server? where compiled java files will be stored?? normally these files are stored in web-inf\jsp folder please please help you guys can guess how frustrated i am.. ;-) /amit --- Mark Phelps <[EMAIL PROTECTED]> wrote: > 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
