Re: How to pass parameters to JVM

2000-10-11 Thread Klaus Thiele
Dumitru Sbenghe wrote: > > How to config orion to pass parameters to java.exe. > > Example from jserv config > wrapper.bin.parameters=-mx128m -Dapp.config=c:/windows/etc/app.conf try java -Xmx128m _and_other_java_parms_ -jar orion.jar java -? or java -X shows available parameter

Re: How to pass parameters to JVM

2000-10-11 Thread Robert Krueger
At 17:54 11.10.00 , you wrote: >How to config orion to pass parameters to java.exe. > >Example from jserv config > wrapper.bin.parameters=-mx128m -Dapp.config=c:/windows/etc/app.conf > >I haven't found this in orion documentation. > >Thanks just pass them, what's the problem? the wrapper

RE: How to pass parameters to JVM

2000-10-11 Thread Dumitru Sbenghe
No need for answer. I found it in an old message. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dumitru Sbenghe Sent: Wednesday, October 11, 2000 5:55 PM To: Orion-Interest Subject: How to pass parameters to JVM How to config orion to pass parameters