RTFM ClassLoader HOWTO: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html
Application Developer's Guide: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/index.html John > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:p.mulder@;philips.com] > Sent: Friday, November 01, 2002 10:34 AM > To: Tomcat Users List > Subject: setting up a servlet. 2nd try > > > I have installed Tomcat 4.1.12 > I have a Servlet that used to run under JServ. > > Tomcat is running like it should. > > But I have no idea where to start with the servlet. > I have the java code,.. which I can compile into a class file > with the > java compiler. > > But where to put it,... how to let tomcat know about the servlet. > > currently the servlet is invoked by going to: > > servername\MEMBERS\MAIN > > the servlet accepts "?page_of_interest+value+anothervalue" string to > execute commands. > > Hope somebody can tell me what to do to get the servlet installed and > running on Tomcat. > > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
