re-start tomcat

  • Thread starter Java, Linux and Life
  • Start date
J

Java, Linux and Life

Hi, all:

I know this is an old question, but I just cannot found answer somewhere.
How can I install new servlet without stop / re-start tomcat?
Thanks in advance.

Java Rookie
 
S

SPG

In the server.xml, look for the following:

<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">

Make sure that:
unpackWARs="true"
autoDeploy="true"

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top