On Tue, 9 Mar 2004, Shapira, Yoav wrote:

> Packed means the WAR stays as one file.  The default behavior of tomcat
> is to unpack, or expand, the WAR file into a directory tree.  If this is
> done then you cannot redeploy the webapp simply by copying a new packed
> WAR while the server is running.  In this case you must use the manager
> webapp (graphically or via ant) or manually manipulate the directories
> removing the unpacked version and then restart the server.

Hi Yoav. I removed the "unpackWARs="true" from server.xml, and removed the
application directory that was being created in appBase (I didn't know
this was where it was going).  Now, I can reload the .WAR, but I
specifically have to stop/start or reload the app to make this happen. The
Tomcat server doesn't pick up the change automatically -- am I missing
something, or is this the way it is supposed to work?

Jason.

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

Reply via email to