|
From: Leif M. <le...@ta...> - 2004-02-14 19:04:43
|
Rob,
I have never tried that integration method with JBoss. Is there a
reason why the
WrapperSimpleApp method is not working for you? JBoss shuts down normally
using its own shutdown hook so you shouldn't have to be calling a stop
method.
When using the WrapperStartStopApp, both the start and stop classes
are loaded
using the same class path. This will only work for applications which
allow that.
Also what are the errors you are seeing so I can help you without
trying to
reproduce your configuration in the dark.
Cheers,
Leif
Rob Moore wrote:
>Has anybody been able to get WrapperStartStopApp to work successfully
>with JBoss?
>
>I would like to use the WrapperStartStopApp with JBoss, but I get
>errors when I attempt to do so (I don't see the errors using
>WrapperSimpleApp) that appear to be related to the classpath. It looks
>like the problem results from the fact that I have to include all of
>the jars needed for startup and shutdown. So I was curious if there is
>a way to specify some jars in the classpath to be used for start and
>others to be used for stop.
>
>
|