I am running a Tomcat instance which only offers SOAP services via the rpcrouter servlet. I noticed that the size of the JVM running this Tomcat keeps increasing slowly till it hits the 512MB max that I specify for the VM and dies with an Out of Memory exception.
Is there a memory leak in Apache SOAP ? If yes, is there a work around to it ? Config :: Tomcat 3.2.1, Apache-SOAP 2.2, JDK 1.2.2 on Solaris 2.6 Thanks Vasu
