-
It works. I had a configuration error on my end that was preventing the war from deploying.
2009-10-01 20:57:23 UTC in Yet Another Java Service Wrapper
-
I didn't use genconfig to build the wrapper. If those values aren't there, do they default to 1099 and 1999, respectively?
When I try to set wrapper.tray to another value, I receive the following stack trace. Is that the right property? It seems to be expecting a boolean.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native...
2009-10-01 14:10:45 UTC in Yet Another Java Service Wrapper
-
It's not quite running as expected. JBoss is up and running, but it isn't actually serving any of the web applications in the server folder. You can access the root app, but that's it.
2009-09-30 20:13:27 UTC in Yet Another Java Service Wrapper
-
Here's my wrapper.java.additional block. Does anything look out of place? I just added the endorsed dirs line and it got me one step farther to the line below.
Controller State: ESTABLISHED -> LOGGED_ON
wrapper.java.additional.1=-server
wrapper.java.additional.2=-Dprogram.name=run.bat
wrapper.java.additional.3=-Dsun.rmi.dgc.client.gcInterval=3600000...
2009-09-30 20:05:20 UTC in Yet Another Java Service Wrapper
-
It's happening when I run it as a console app.
java -jar wrapper.jar -c path/to/wrapper.conf.
2009-09-30 19:27:58 UTC in Yet Another Java Service Wrapper
-
I'm running into some odd behavior when trying to start JBoss using the YAJSW on a 32-bit WinXP system. I reach the point where it states "[Server] Server Home URL:", but then it halts at that point until I kill it.
Has anyone else seen this behavior? If you haven't, could someone please post an example config file?.
2009-09-30 18:41:08 UTC in Yet Another Java Service Wrapper