hi James, a better place is to create a file called setenv.sh
that way you don't have to change any tomcat files
sometimes you have to separate out the commands like
JAVA_OPTS=-Xmx512m
export JAVA_OPTS
export is all lowercase
Filip
James Law wrote:
I believe in Linux the command is
Export JA
I tried what you told me (actually, I put the line
*export JAVA_OPTS="-Xms256m -Xmx512m"* in the beginning of the setclasspath.sh file), but it didn't make anychange... (it is still saying 113mb avaliable in the Server Status in the Administration webpage...)
Any solution?
Thank you very much.
I believe in Linux the command is
Export JAVA_OPTS= etc
I put it in the setclasspath.sh file though I don't think its that important?
-Original Message-
From: Tomás Tormo [mailto:[EMAIL PROTECTED]
Sent: 13 May 2008 09:25
To: Tomcat Users List
Subject: How to increase memory form Tomcat