-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas,

On 6/9/2010 9:36 AM, Thomas Kloeber wrote:
> André Warnier wrote on 09.06.2010 15:20:
>> Inthink you should have a look at the Manager application (delivered
>> along with Tomcat when downloading from the main Tomcat site).
>> The Manager allows you to deploy, undelploy, start and stop one
>> application, without stopping/restarting Tomcat as a whole.
>> Since it is open-source, you can have a look at how it does that, and
>> do the same.  Or just look at how the form works, and call the Manager
>> the same way.
> that's exactly what I did already, but I couldn't find/understand
> what/where/how it does it.
> 
> Is this such an unusal thing that one has to configure webapp files with
> site specific information?
> How do people do it?
> Does Apache/Tomcat support it in any way?

Let's go back to the beginning.

It's not terribly unusual to roll a client-specific WAR file for some
reason. In what way does Tomcat "interfere" with your ability to build a
client-specific WAR? Tomcat should not be involved in the WAR-creation
process.

To deploy the WAR, simply copy it into the right place with
autoDeploy="true", or manually deploy it using the manager application
if autoDeploy="false".

What does install4j do that won't let you perform the above steps?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwP3goACgkQ9CaO5/Lv0PBdoACgwmVBVCalnvbNaGlX35YW+UUZ
ca0AniOLYgeId3e2a2ClmIqGzB8sdPx0
=CPK3
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to