running a servlet .class file 2004-01-16 - By Allan Bruce
Back actually, my web.xml file may be cack, this is it in its entirety:
<web-app> <servlet> <servlet-name> WinGalagaHST </servlet-name> <servlet-class> WinGalagaHST </servlet-class> </servlet> </web-app>
-- -- Original Message -- -- From: "Shapira, Yoav" <Yoav.Shapira@(protected)> To: "Tomcat Users List" <tomcat-user@(protected)> Sent: Friday, January 16, 2004 1:32 PM Subject: RE: running a servlet .class file
> > Howdy, > Drop the class files under the appropriate directory of the examples' > webapp's WEB-INF/classes directory, create a servlet and servlet-mapping > for your friend's servlet in examples' web.xml, and browse to > http://yourhost:8080/examples/yourservletmapping. > > > Yoav Shapira > Millennium ChemInformatics > > > >-- --Original Message-- -- > >From: Allan Bruce [mailto:allanmb@(protected)] > >Sent: Friday, January 16, 2004 7:40 AM > >To: tomcat-user@(protected) > >Subject: running a servlet .class file > > > >Hi there, > > > >My friend has sent me a servlet to run on my server, it is in the form > of 2 > >*.class files. I have installed tomcat (succesfully I think) and I now > >want > >to run my friends servlet. Can somebody give me a brief description of > how > >to do this? > > > >Many Thanks > >Allan > > > > > > > >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > >To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > >For additional commands, e-mail: tomcat-user-help@(protected) > > > > > This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) > For additional commands, e-mail: tomcat-user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|