Hi to all,
I've set up Tomcat v. 5.5.9 as the server for the domain
www.univaperta.it
This is a virtual host, not the only site in this server. Configuration
is the following:

<Host
          appBase="webapps/univaperta"
          name="www.univaperta.it">
        <Context
            docBase=""
            path=""
            reloadable="true">

<WatchedResource>/usr/lib/tomcat/conf/context.xml</WatchedResource>
          <WatchedResource>WEB-INF/web.xml</WatchedResource>

<WatchedResource>/usr/lib/tomcat/conf/context.xml</WatchedResource>
          <WatchedResource>WEB-INF/web.xml</WatchedResource>

<WatchedResource>/usr/lib/tomcat/conf/context.xml</WatchedResource>
          <WatchedResource>WEB-INF/web.xml</WatchedResource>

<WatchedResource>/usr/lib/tomcat/conf/context.xml</WatchedResource>
          <WatchedResource>WEB-INF/web.xml</WatchedResource>
        </Context>
</Host>

The site works fine.
The problem is that I develop this on another computer and deploy as a
war (univaperta.war). For every update I have to follow this procedure:
- undeploy the site from tomcat manager
- restart tomcat
- deploy the war file
- restart tomcat

Is there an easier way to do this?

Thank you
Andrea Bondi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to