This content has been marked as final.
Show 3 replies
-
1. Re: Deployment archive advice
Ronald van Kuijk Apr 8, 2008 9:38 AM (in response to Taj)However, where do you generally place the .par file, in the deploy folder of JBOSS, or any local folder.
That is really up to you and dependant on how your deployer code is written. There currently is not something identical to a war deployer. -
2. Re: Deployment archive advice
Alan Nisbet Jun 26, 2008 6:21 AM (in response to Taj)Is there any way you know of to deply the process definitions as part of the j2ee deployment process? I know you said that there is currently nothing similar to a war deployer.
Is it possible to have deployer code that is automatically run as part of the j2ee deployment (prob JBOSS AS question). But thought I would ask anyway -
3. Re: Deployment archive advice
Ronald van Kuijk Jun 26, 2008 8:27 AM (in response to Taj)use a startup servlet and do deployment in there