|
From: Leif M. <le...@ta...> - 2005-02-28 16:22:09
|
Larry,
Ok, you are using Integration method #3, not #1. The WrapperManager
class is being
initialized correctly and a WrapperListener implementation has been
registered correctly
because it is being started. The problem is that your
WrapperListener.start method is
never returning. That is explained in the java docs for that method.
Go back and reread the docs for the Integration method #1 and #3
pages. In the case
of method #1, you would have something like the following:
wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
wrapper.app.parameter.1=ZAppSvrNoListener
Note that your ZAppSvr class will not work as is above. Method one
assumes a
normal main class with no special Wrapper related code involved. It is
much simpler
that what you have been struggling with. Method #3 is only recommended
for users
who really need it and have failed to get the first two methods to work
for them.
Post back if you still have questions.
Cheers,
Leif
Larry Ashworth wrote:
> Leif,
>
> Thank you for your help.
>
> The following is the wrapper.log portion that you requested. I also am
> attaching the wrapper.conf file.
>
> I am attempting to use integration method #1, unless I misunderstood
> something.
>
> The wrapper.conf may look slightly unusual because we are setting up
> the installed directory differently.
>
> Thanks,
> Larry.
>
<snip>
|