You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Ward <da...@dotech.com> on 2001/10/04 19:31:38 UTC

Re: Question

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
> 
>