|
From: Sebastian H. <seb...@sk...> - 2003-07-23 22:13:19
|
Hi, I am new to the java service wrapper so far it seems very promising. But I am having a problem setting a system property on windows. The value of this system property unfortunately has a # character, like this: wrapper.java.additional.11=3D-Dxenon.service.args=3Dfoo#bar Unfortunately our application receives only "foo" as the value of xenon.service.args. I tried escaping # using \# but this would not work and instead got "foo\". I assume this is a bug in how the wrapper C code parses the properties file. Regards, Sebastian |