|
From: Leif M. <le...@ta...> - 2003-05-09 08:05:37
|
Hannu,
It looks like you got everything setup correctly. But the first
argument
to the WrapperSimpleApp which specifies your main class is commented
out:
#wrapper.app.parameter.1=com.myApp.Main
Also, I noticed that you are attempting to run as an NT service before.
I would strongly suggest getting things working in console mode before
attempting to install as a service. It is much easier to work out problems
there as the output is visible in the console.
I was able to work out what was happening because the
WrapperSimpleApp kicked out a clear message :-) But the output
you sent me was from the log file, while the debug output was enabled
for the console. Because of the way the output is triggered in the JVM,
this still makes the debug level output from the JVM visible, but no debug
output is visible from the Wrapper. Try setting the
wrapper.logfile.loglevel
to DEBUG and you will see a big difference in the output. If you have any
future problems. That is the debug output that I need to see to be able
to answer most questions.
Let me know if you have any other problems getting set up.
Cheers,
Leif
Hannu Sehm wrote:
>Hi!
>
>My application stops immediately after starting. Could you say what I have
>done wrong? Here is my logfile and wrapper.conf file.
>
<snip>
|