|
From: Jan B. <jb...@pr...> - 2003-04-15 14:01:18
|
Hi, Java Service Wrapper is really brilliant software! (Will for sure donate if we make money :-) It took me 4 hours to implement it with my server, but sadly I did spend 3 hours searching for a bug which is in the docs http://wrapper.tanukisoftware.org/doc/english/integrate-start-stop-win.h tml on this page "wrapper.app.parameter.4" is missing in all samples which causes the service fail to start ! (it stops processing after parameter 3) I also noticed that placing quotes is not handled transparently: OK:wrapper.java.library.path.1=C:\Program Files\Servoy\service BAD:wrapper.java.library.path.1="C:\Program Files\Servoy\service" OK:wrapper.java.additional.1=-Duser.dir="C:\Program Files\Servoy" BAD:wrapper.java.additional.1=-Duser.dir=C:\Program Files\Servoy This made me puzzled as well, the best thing would be to detect if quotes are present and don't place quotes again. (that is what happens en causes errors) Kind Regards Jan Blok |