[clug] [glug] tomcat problems

Richard Cottrill richard_c at tpg.com.au
Thu May 8 20:20:21 EST 2003


Rousak, Boris wrote:
<snip>
> word?). Has anyone out there played with tomcat or knows of any tutorials
> out on the net that explain in lamens terms how get tomcat to compile
> programs. I would really appreciate any info or comments at this point.
<snip>

Tomcat compiling programs? I don't think so (well, not unless you want 
to get pedantic about JIT compilers, but then it's not Tomcat anyway). 
I'm not an expert on Tomcat configuration, but I believe you'll need 
finished class/jar files to work with; preferably a war file.

I have done some servlet deployment/fiddling in the past, but I'm now 
sufficiently rusty I can't give specific instructions.

 From memory, you need to add a section or two to the top-level Tomcat 
configuration file, and/or a trivial (almost empty) configuration file 
in the servlet's directory.

I think that you can also just specify a war file (if available) through 
the management interface and it will deploy it; but this will not be 
written to the config file, therefore it will not survive a restart.

The Tomcat doco is a bit obtuse, but it is quite complete - when you 
find the phrase that's helpful.

Richard



More information about the linux mailing list