hi: I've wrote an app with jsp and servlet, and I used four libs commons.logging common.httpclient jdom commons.codec
the app works pretty well on my pc, and the tomcat is apache-tomcat-6.0.29 however , when I put this app on to another computer with the same tomcat it throws this exception Java HotSpot(TM) 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGTERM to handler- the VM may need to be forcibly terminated it seems the exception of the jvm rather the tomcat. and some times like this Deploying web application archive XXX.war Exception in thread "http-8080-24" java.lang.OutOfMemoryError: PermGen space Exception in thread "http-8080-14" java.lang.OutOfMemoryError: PermGen space Exception in thread "http-8080-2" java.lang.OutOfMemoryError: PermGen space and the memory is absolutely enough maybe it's my app's fault, but I cannot find it.. does anyone have had this kind of problem? or any suggestions ? thanks