Re: Configuring Tomcat 5.5 and IIS 6

2007-07-08 Thread gbarnas
Thanks for the feedback, and I'm glad it was useful. I'll be posting it as an HTML document on my web site shortly - adding a Resources page for this kind of information. The .DOC file will still be available for downloading. Glenn rcgeorge23 wrote: > > Hi Glenn, > > Thanks for your tutorial -

Re: Configuring Tomcat 5.5 and IIS 6

2007-07-08 Thread rcgeorge23
Hi Glenn, Thanks for your tutorial - the virtual folder in IIS was indeed the missing piece to the jigsaw. IIS and Tomcat are happily up and running now. Cheers, Richard. gbarnas wrote: > > 404's indicate that the file can't be found. IIS needs to be able to "see" > the tomcat files/folders i

Re: Configuring Tomcat 5.5 and IIS 6

2007-06-24 Thread rcgeorge23
Glenn, Thanks for this - it looks like a very comprehensive guide. I'll have another go at setting it up later on today and report back. Cheers, Richard. gbarnas wrote: > > 404's indicate that the file can't be found. IIS needs to be able to "see" > the tomcat files/folders in order to know

Re: Configuring Tomcat 5.5 and IIS 6

2007-06-21 Thread gbarnas
404's indicate that the file can't be found. IIS needs to be able to "see" the tomcat files/folders in order to know to invoke tomcat.. IIS can't magically see Tomcat's folders, so you may need to define a virtual folder in IIS to the Tomcat JSP files. Have a look at http://www.innotechcg.com/d

RE: Configuring Tomcat 5.5 and IIS 6

2007-05-29 Thread Propes, Barry L
that would mean Tomcat's running at port 8080, not 80. Something in the connector didn't work, assuming you're trying to make a connector run TC on port 80 instead of 8080. -Original Message- From: rcgeorge23 [mailto:[EMAIL PROTECTED] Sent: Sunday, May 27, 2007 7:34 AM To: users@tomcat.a

Re: Configuring Tomcat 5.5 and IIS 6

2007-05-29 Thread Rainer Jung
It looks like you want to change the URL during forwarding. Have a look at http://tomcat.apache.org/connectors-doc/reference/iis.html and search for the word "rewrite". Regards, Rainer rcgeorge23 wrote: Hi Chuck, Thanks for that. I've now downloaded and attempted to set up the jk connector

RE: Configuring Tomcat 5.5 and IIS 6

2007-05-28 Thread rcgeorge23
Hi Chuck, Thanks for that. I've now downloaded and attempted to set up the jk connector - I think I've got a little further but I'm still not seeing the page that should be served up by Tomcat. I've set up a simple set of config files (essentially just grabbing them from the jakarta how-to and c

RE: Configuring Tomcat 5.5 and IIS 6

2007-05-27 Thread Caldarale, Charles R
> From: rcgeorge23 [mailto:[EMAIL PROTECTED] > Subject: Configuring Tomcat 5.5 and IIS 6 > > I downloaded jakarta-tomcat-connectors-jk2.0.4-win32-IIS.zip, Oops. The mod_jk2 package has been deprecated for over two years; you should be using mod_jk. - Chuck THIS COMMUNICATION MAY CONTAIN CO