Tomcat on production server, PermGen and redeploys

前端 未结 7 846
臣服心动
臣服心动 2021-02-01 05:51

It looks like

 MemoryError: PermGen space
 java.lang.OutOfMemoryError: PermGen space

is a common problem. You can Increase the size of your pe

7条回答
  •  渐次进展
    2021-02-01 06:12

    I gave up on using the tomcat manager and now always shutdown tomcat to redeploy.

    We run two tomcats on the same server and use apache webserver with mod_proxy_ajp so users can access both apps via the same port 80. This is nice also because the users see the apache Service Unavailable page when the tomcat is down.

提交回复
热议问题