Huge pain in the butt :) There's alot of documents out there but most have errors.
follow these 2 first: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis-howto.html http://www.verysimple.com/scripts/support_tc_iis.html The second doc is very short and very good. It really helped me out. One thing though: the author said to put /*.jsp=ajp12 Instead do /*=ajp13 or /*=ajp12 aside for these 2.. the main thing is knowing how to use IIS.. for that.. I recommend the *sigh* Micro$oft website. One thing that really killed me was the restart process. Make sure that you restart by going into the Admin Services tool and 1) Stopping Tomcat (if your running it as a service) 2) Stopping the IIS Admin Server (it will notify u that this will also kill ftp server (if running) and web publishing service) 3) Restart IIS Admin Server (Can be combined w/ step 2 by using restart button instead of stop/start) 4) Restart Tomcat If you have any other problems.. let me know. I most likely had to work though it as well. :-P -Tim -----Original Message----- From: Anthony Diodato [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 2:33 PM To: [EMAIL PROTECTED] Subject: Re: good webserver Would you happen to have good install instructions about how to set up and configure Tomcat to work with IIS. I am starting a project that will involve this. Thanks -----Original Message----- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: Re: good webserver I'm running Tomcat 4.0 on top of IIS but you can just run Tomcat 4.0 standalone on port 80 and it works just fine. -Tim -----Original Message----- From: Angel "Java" Lopez [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 2:36 PM To: [EMAIL PROTECTED] Subject: Re: good webserver What about the products at www.caucho.com ?? Angel "Java" Lopez ----- Original Message ----- From: "Joe Blow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 4:18 PM Subject: Re: good webserver > A couple more : IBM WebSphere, BEA WebLogic. > > -Rizwan > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com Visit our website at http://www.p21.com/visit The information in this e-mail is confidential and may contain legally privileged information. It is intended solely for the person or entity to which it is addressed. Access to this e-mail by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution, action taken, or action omitted to be taken in reliance on it, is prohibited and may be unlawful. If you received this e-mail in error, please contact the sender and delete the material from any computer. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
