I want to run geoserver web archive
in my tomcat
web server. I'm using tomcat 8.
I download GeoServer 2.7.1.1 web archive
from geoserver. When I want to deploy the war file, Error occurs as follow:
But when I deploy another war
application, it deployed correctly.
Where is problem?
The reason for this is because, Tomcat WebServer has a size limit of 50 mb max which is smaller than Geoserver war file. All you need to do is to modify
and modify the following lines:
Just set the size as follow (520 mb in my case or whatever value you want.)
Hope it solves your problem.