I'm using sun jvm 1.4.2 and starting via /Applications/JRun4/lib #java -jar ./jrun.jar -start instance
Right, that won't pick up jvm.config at all (only the jrun executable does that). Hence the "unsupported" nature of running the JAR directly.
-Xms128m
Add this to the java command above:
java -Xmx128m -Xms128m -jar ./jrun.jar -start instance
Regards, Sean
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
