context.xml and deploying a webapp

2008-10-21 Thread Paul Hammes
Hey all, maybe you remember my last question regarding application deploymend and configuration via context.xml. Customer-specific settings should be stored at the customer's tomcat server, this leads to a common WAR-file I can deploy at every customer side: the application will configure its

customer specific settings of webapps

2008-08-18 Thread Paul Hammes
Hi all, I have a webapplication wich is distributed in one war for different customers. Unfortunately there are customer specific settings I normally would like to define in the enclosed web.xml. Because this would lead to, that I have to pack one war per customer, I am looking for a more comf

Re: RE: unzip a jar file from a war file to tomcat/webapp

2007-06-28 Thread Paul Hammes
richt Datum: Thu, 28 Jun 2007 18:56:00 -0500 Von: "Caldarale, Charles R" <[EMAIL PROTECTED]> An: "Tomcat Users List" Betreff: RE: unzip a jar file from a war file to tomcat/webapp > > From: Paul Hammes [mailto:[EMAIL PROTECTED] > > Subject: unzip

unzip a jar file from a war file to tomcat/webapp

2007-06-27 Thread Paul Hammes
Hi, i have to unzip a jar, contained in a war file. This jar file is contained in the web-inf/lib directory. There are several images in this jar and i want to unzip it to tomcat/webapp directory so the browser can access the images directly. The process of unzipping should be triggerd by the a