howto activate hot deployment?
Hello!
I have a big problem: I am using the
"Java System Application Server Standard Edition 8.1 2005Q1"
and have to get hot deployment up and running.
Our deploymentprocess works as follows:
First we build an ear-file and deploy it to the server.
After that we want to replace jar-files exploded during deployment process within development.
I have searched for a solution and got the following:
Put that in your server.xml:
<applications
dynamic-reload-enabled="true"
dynamic-reload-poll-interval-in-seconds="2"
>
The problem is: There is no server.xml file!
I found an domain.xml and an application.xml.
But if I change the domain.xml, the server does not start anymore.
===============================
UPDATE:
I found the position for my attributes inside the "das-config"-tag.
Now I understand the meaning of the autodeploy mechanism.
It is used to redeploy a full application (ear-/war-file) without a restart of the server.
But that is not what I want.
So is hot deployment (replacing jar-files in the directory tree of the unpacked ear-/war-file) possible with this version of the sjsas or not?
===============================
This is very important for me.
So if you have any idea, please tell me!
Greetings
Eventhorizon
Message was edited by:
Eventhorizon

