I was being facetious. Your class goes in your [web-app]/web-inf/classes directory, where "web-app" is the name of your app directory in the Tomcat web-app directory (or just stick it in the /examples/web-inf/classes directory). You specify this (and the extension you are using for servlets) in the deployment descriptor (web.xml) and server config (server.xml) file. Finally, you have to create a virtual directory in IIS to see the tomcat.dll (or whatever it's called - haven't done this since 3.2) and (optionally) configure it as a service on Win2k/WinNT. Really, all this is detailed in the documentation that came with Tomcat, and Tomcat has it's own interest group.
Cheers! Mark -----Original Message----- From: Yassel Omar Izquierdo Souchay [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 8:10 AM To: [EMAIL PROTECTED] Subject: Re: Where to put my class in IIS 5? Yes but where? I mean the class what i made. ----- Original Message ----- From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 7:45 AM Subject: Re: Where to put my class in IIS 5? > I think you already are.... > > Mark > > -----Original Message----- > From: Yassel Omar Izquierdo Souchay [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 7:28 AM > To: [EMAIL PROTECTED] > Subject: Where to put my class in IIS 5? > > > Hi > I think that the subject is the quiestion, where and how i can run it. > Some details > I have tomcat 4.0.1 integrated with IIS, but i want to see the results of > my > works. > > Thanxs in advanced > Yassel > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
