HELP! How can I get rid of the startup params I set in the cfadmin for the JVM

2003-02-26 Thread brook
HELP! How can I get rid of the startup params I set in the cfadmin for the JVM My Server will not start, and I am sure it is because of these settings. Brook ~| Archives:

Re: HELP! How can I get rid of the startup params I set in the cfadmin for the JVM

2003-02-26 Thread brook
This is the error in my log file: java.lang.NoClassDefFoundError: XX:MaxPermSize=128m Exception in thread main java.lang.NoClassDefFoundError: XX:MaxPermSize=128m At 08:25 AM 2/26/2003 -0800, you wrote: HELP! How can I get rid of the startup params I set in the cfadmin for the JVM My Server

Re: HELP! How can I get rid of the startup params I set in the cfadmin for the JVM

2003-02-26 Thread brook
And I added this string to the JVM startup params: -XX:MaxPermSize=128m But now the server will not start. Is there some where I can edit these settings? I can't find it Brook At 08:34 AM 2/26/2003 -0800, you wrote: This is the error in my log file: java.lang.NoClassDefFoundError: