Didn't you just answer your own question? ;) LOL! OK, on a more serious note, you should look into having your clients bundle their servlets into war files - it will make it much easier for you to manage. If you don't know what a war file is, you should probably read some documentation. You can get the spec here: http://java.sun.com/products/servlet/download.html
David -- Jose Escobar wrote: > If I have a client that wants to run servlets, what do I need to do in order > for his servlets to work? > > Thanx, > Jose > > PD: I'm using Tomcat 4.0 > >