i deleted the message, but somebody was asking about how to specify heap
size in the params to tomcat, and i said you could probably pass such as a
param to startup.bat/startup.sh - not true. command line arguments are
passed through to the actual tomcat invocation, but *after* the classname,
not before it, so the vm will ignore them. Not a bug, it's so you can tell
Catalina where to get its config file and so on.

So the only way to specify options to the VM is via the CATALINA_OPTS env
variable. My mistake.

Troy






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to