Do I really need to build a complete webapp just to add a simple Helloworld servlet to the server?
Location: http://www.jguru.com/faq/view.jsp?EID=445934 Created: Jun 26, 2001 Modified: 2001-07-18 10:31:12.417 Author: Sachin Patil (http://www.jguru.com/guru/viewbio.jsp?EID=280417) Question originally posed by James Richardson (http://www.jguru.com/guru/viewbio.jsp?EID=255219 Not at all. You can put a single servlet anywhere on your hard disk but you will have to configure your path in server.xml and servlet alias in web.xml as usual. Let me be a bit more descriptive. If I have my HelloWorld servlet under c:/foo/hello directory, i will set my path in server.xml like