I just want to say thanks very much for the help!  Not sure how I missed this 
in the Tomcat Docs but that did fix my problem.

-SB

-----Original Message-----
From: Marquez, Omar [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 12, 2005 12:45 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat 5.5.7 will not autodeploy war files (UNCLASSIFIED)



I used to have this problem. It was solved when I moved the context entries
out of server.xml and into conf/Catalina/localhost as pointed out by:

>Contexts hardcoded in server.xml are not autodeployed or manageable
>(except to some extent through the admin webapp). They are hardcoded
>and always deployed on startup, and that's it.
>
>-- 
>xxxxxxxxxxxxxxxxxxxxxxxxx
>Rémy Maucherat
>Developer & Consultant
>JBoss Group (Europe) SàRL
>xxxxxxxxxxxxxxxxxxxxxxxxx
>

-----Original Message-----
From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 12, 2005 12:37 PM
To: 'Tomcat Users List'
Subject: RE: Tomcat 5.5.7 will not autodeploy war files (UNCLASSIFIED)


Classification:  UNCLASSIFIED 
Caveats: NONE

Looking at your server.xml file, it should actually autodeploy it. 
How are you updating the war file ? Copy/paste ? Or you're actually
Letting your IDE auto deploy to the "webapps" directory ?


-----Original Message-----
From: BATCHELOR, SCOTT (CONTRACTOR) [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 12, 2005 1:19 PM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat 5.5.7 will not autodeploy war files

I apologize up front if this has been answered at some other time.  This is
my first day on the list and I could not locate a search function for the
archives.

I am running Tomcat 5.5.7 with Apache 2.0.52 and ModJk 1.2.6

For some reason when I drop a war file in the webapps directory it will not
auto deploy if there is already a version of the application in the webapps
directory.  In fact I have to delete the application directory and then
restart Tomcat for it to deploy the changes.

Has anyone ran into this before?

Here is part of my server.xml file

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

And here is part of the context

<Context path="/some_app"
                         docpath="some_app"
                         crosscontext="false"
                         debug="0"
                         reloadable="true">

Is there another config file that might be causing this problem?

Thanks in Advance.

-SB


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Classification:  UNCLASSIFIED 
Caveats: NONE


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
The information contained in this communication may be CONFIDENTIAL and is
intended only for the use of the recipient(s) named above.  If you are not
the intended recipient, you are hereby notified that any dissemination,
distribution, or copying of this communication, or any of its contents, is
strictly prohibited.   If you have received this communication in error,
please notify the sender and delete/destroy the original message and any
copy of it from your computer or paper files.

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


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

Reply via email to