I've been having OutOfMemory problems and I've been watching the
"Server Status" section under Tomcat Manager. Immediately after
starting Tomcat (with my main application undeployed) I see:
Free memory: 2.17 MB Total memory: 5.84 MB Max memory: 63.56 MB
Can anyone explain what these numbers mean
I have been using Tomcat Manager web interface to deploy/undeploy
applications. Recently, I've been experiencing problems. I was
wondering if anyone knew what may cause this?
I click undeploy. The browser starts loading. Normally it can take 20
seconds for a large app, but then the interface come
Server specs:
Tomcat Version: Apache Tomcat/5.5.15
JVM Version: 1.5.0_06-b05
JVM Vendor Sun Microsystems Inc.
OS Name: Linux
OS Version: 2.6.14.7-grsec
OS Architecture: i386
This is running on a third party shared hosting service so I can't
change the server setup or try upgrading to 5.5.16.
I'm
I deploy an application to my Tomcat server via .war file. It works
perfectly but I must use:
http://domain.com/Application
I want to make this the default application so the user can use:
http://domain.com
My hosting provider told me to edit the conf/server.xml and find this element:
An