|
From: Leif M. <lei...@ta...> - 2009-06-23 17:04:41
|
Vinicius, Which platform are you running on? Could you also please post your wrapper.conf as well as any wrapper.log output? The first issue with the parameter is being caused because you have a space in that value. Windows and UNIX platforms launch processes differently, the Wrapper requires you to break up your parameters to make sure that the configuration works reliably on all platforms. In this case, you want to specify your parameters as follows: wrapper.app.parameter.2=-b wrapper.app.parameter.3=0.0.0.0 Cheers, Leif On Wed, Jun 24, 2009 at 1:49 AM, Vinicius Carvalho<vin...@gm...> wrote: > Hello there! I've downloaded the latest version of wrapper, and it throws an > error when I try to start, complaining that my parameters are not escaped by > ", for instance: > > wrapper.app.parameter.2=-b 0.0.0.0 > > Well, so I've quoted them... now I get an error starting jboss about address > not found 0.0.0.0. I moved back to version 3.2.3 and it was working fine. > > Now, after using it for 2 days, it started to show: JVM exited while loading > the application, but there's nothing wrong on the logs. > > Any ideas please? > > Best regards |