Re: Eclipse, Tomcat und Benutzer-webapps

From: Stefan Held <obi(at)unixkiste.org>
Date: Thu, 18 Jul 2013 10:40:01 +0200

Am 15.07.2013 12:58, schrieb Marc Santhoff:
> Das Skript hat außerdem noch Caches, Temp-Verzeichnisse, geleert, und
> Tomcat neugestartet. War in der Theorie nicht nötig, aber manchmalk hakte
> es auch hier aus unerfindlichen Gründen.
Macht man heutzutage eigentlich nicht mehr.
Man wirft Tomcat das war file vor mit einer context.xml und lässt den
Tomcat den ganzen Kram im Speicher verwalten.

<snip - server.xml>

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

</snip>

<snip - context.xml>

<Context path="/myDollesProject"
          docBase="/srv/stage/myDollesProject.war"
          debug="0"
          privileged="true">

</snip>

-- 
Stefan Held                    VI has only 2 Modes:
obi unixkiste org              The first one is for beeping all the time
                                the second destroys the text.
---------------------------------------------------------------------------
perl -e'map{print pack c,($|++?1:13)+ord,select$,,$,,$,,$|}split//,ESEL.$/'
---------------------------------------------------------------------------
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 18 Jul 2013 - 10:40:11 CEST

search this site