Not sure about IIS 5. This is all I have for Tomcat on IIS. You can find the ISAPI dll needed for it as well as the documentation in the cvs (accessible via the web) The binary ready-to-use dll is in http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/bin/ The sources are in: http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/src/native/ The howto is in: http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/etc/tomcat-iis-how to.html -----Original Message----- From: Niclas Lindberg [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 9:45 AM To: [EMAIL PROTECTED] Subject: JSP now! Does anyone know if the TomCat runs on IIS 5? In that case, just to make things clearer we would have everything we need to run JSP on Windows 2000 and IIS. Regards, Niclas Lindberg -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Louis Sent: Monday, August 07, 2000 1:25 PM To: [EMAIL PROTECTED] Subject: Re: Servlet Controller - stopping other Servlets calling action S ervl ets You can read this book: Web Development With JavaServer Pages. ----- Original Message ----- From: "Henry Hooi Tak Keong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 07, 2000 2:29 PM Subject: Re: Servlet Controller - stopping other Servlets calling action S ervl ets > Hi , guys.... I'm actually interested in your discussion about the Servlet > Controller. Is there anywhere I can reference for more information regarding > this unique servlet? > > Cheers' > Henry > > ----- Original Message ----- > From: Anshul Dutta <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 07, 2000 8:34 PM > Subject: Re: Servlet Controller - stopping other Servlets calling action S > ervl ets > > > > Looks like a very good and easy solution. But won't that reduce > performance, > > in a way that say there are large number of request coming. Won't there be > a > > load on this single single servlet? > > > > -----Original Message----- > > From: A mailing list about Java Server Pages specification and reference > > [mailto:[EMAIL PROTECTED]]On Behalf Of Hines, Bill > > Sent: Monday, August 07, 2000 5:33 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Servlet Controller - stopping other Servlets calling action > > S ervl ets > > > > > > Easy - the controller servlet is the ONLY servlet in the application. It > > calls "action classes" to carry out tasks, but there are not servlets. > They > > are "servlet aware" in that they accept servlet artifacts in their > execute() > > method as parameters, so they can access parameters, etc. But to answer > your > > question, some of the beauty of this is that the controller is the only > > servlet, hence all security, session checking, etc happens there. > > > > Bill Hines > > Hershey Foods > > > > -----Original Message----- > > From: Marc Krisjanous [mailto:[EMAIL PROTECTED]] > > Sent: Monday, August 07, 2000 7:52 AM > > To: [EMAIL PROTECTED] > > Subject: Servlet Controller - stopping other Servlets calling action > > Servl ets > > > > > > Hi all, > > I have seen some discussions on the Servlet Controller concept here and I > > would like to know how you can stop other Servlets or users for that > matter, > > calling other Servlets that are only allowed to be called by the Servlet > > Controller. > > > > > > Best Regards > > > > Marc > > > > > =========================================================================== > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.html > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > > > > > =========================================================================== > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > JSP-INTEREST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.html > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > > > > > =========================================================================== > > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > > Some relevant FAQs on JSP/Servlets can be found at: > > > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.html > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > > > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
