|
From: Leif M. <le...@ta...> - 2004-05-15 20:33:58
|
Marcel, > 1.How can i use "/" in argument values, for example: > > wrapper.java.additional.2=-Dtest="BLA/BLU" > wrapper.app.parameter.2="BLA/BLU" > > cuts the tail and delivers only "BLA". > Is this a bug? What version and platform are you using? I just tested this out using 3.1.0 on both Windows and Linux and it is working correctly. Tried both '/' and '\' Try setting wrapper.debug=true to make sure that the command used to launch the JVM is correct. Then try printing out args[1] and System.getProperty( "test" ). > 2. How to use multiple lines for one argument, example: > > wrapper.app.parameter.3="JdbcQueueCommonTablePlugin,\ > > url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=xmlBlaster,\ > user=sa,\ > password=secret,\ > dbAdmin=true" > > using '\' does not work, is there another way? The Wrapper does not support properties that are broken up into multiple lines. Do you want to do this in the conf file or do you want to set app parameters that contain line feeds. I don't think that is possible with standalone java either though. Cheers, Leif |