Changeset 8238

Show
Ignore:
Timestamp:
02/19/10 10:12:45 (5 months ago)
Author:
russ
Message:

oops, i missed backslashes on the new parameters (however, topaz-mulgara still started correctly and respected the jmx options. interesting)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/packages/topaz-mulgara/src/main/resources/topaz-mulgara

    r8236 r8238  
    1616JAVA_OPTS="-Xmx400m\ 
    1717  -XX:MaxPermSize=256m\ 
    18   -Djava.rmi.dgc.leaseValue=30000 
    19   -Dcom.sun.management.jmxremote.port=21215 
    20   -Dcom.sun.management.jmxremote.authenticate=false 
     18  -Djava.rmi.dgc.leaseValue=30000\ 
     19  -Dcom.sun.management.jmxremote.port=21215\ 
     20  -Dcom.sun.management.jmxremote.authenticate=false\ 
    2121  -Dcom.sun.management.jmxremote.ssl=false" 
    2222