I don't believe there's a Maven Plugin that does this, but that's not
saying you couldn't write one. ;-)

Matt

On 7/6/07, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote:

Hello everyone,

I have a shared hosting server in Lunarpages, where I have Tomcat 5.5.20 and
Apache2 (using jk_mod to connect them) .

I want to simplify our WAR deployment process :

1.  Create the domain via Plesk.
2.  Configure Tomcat for the new domain (add a entry in server.xml):
<Host name="mydomain.org" debug="1"
appBase="/var/www/vhosts/mydomain.org/httpdocs" unpackWARs="true"
autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
   <Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="mydomain-log." suffix=".txt" timestamp="true"/>
   <Alias>mydomain.org</Alias>
   <Context path="/" docBase="" debug="1" />
</Host>
3.  Modify the domain's httpd.conf and add  :
<IfModule mod_jk.c>
       JkMount /*.jsp ajp13
       JkMount /servlet/* ajp13
       JkMount /*/servlet/* ajp13
       JkMount /PortalHUM/* ajp13
</IfModule>
3.   Upload the WAR, Tomcat should uncompress the WAR.

Do someone knows if there is a mvn plugin or sw that simplifies all this ?

Thanks.
--
View this message in context: 
http://www.nabble.com/Deploying-to-a-Sharted-Hosting-%28Apache2%2BTomcar5.5.20%29-tf4038510s2369.html#a11473682
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
http://raibledesigns.com

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

Reply via email to