|
From: Leif M. <le...@ta...> - 2009-07-28 12:44:08
|
Lars, What is the error you are getting. It should work identically to a standalone Java application. The only difference is that you will also need to make sure that the Wrapper's class files are loaded. Please describe a little more what you are trying to do as well as what you are seeing. Cheers, Leif On Tue, Jul 28, 2009 at 9:29 PM, Lars Schnoor<Lar...@if...> wrote: > Hi > I am using the wrapper version 3.2.3 on Windows and I need to add a > -Djava.system.class.loader=... parameter in order to start my service, > how do I do that? > I tried to add it as: > wrapper.java.additional.1= -Djava.system.class.loader=.... > But that does not work. > Thanks > > Lars |