Mantis - Resin
Viewing Issue Advanced Details
4371 minor always 02-01-11 10:20 02-02-11 12:45
alex  
alex  
normal  
closed 4.0.14  
fixed  
none    
none 4.0.15  
0004371: /resin-admin deploy with bigger war file
deploying a bigger war file fails with the following error message from resin-admin

Deploy failed

Please specify an application archive file

War file can contain a photograph measuring about 3.7 Meg and an index.jsp file.

ls -la foo.war

-rw-r--r-- 1 alex wheel 3714741 Feb 1 10:07 /tmp/foo.war


Notes
(0005017)
alex   
02-02-11 12:45   
specify upload max_file_size in resin-web.xml of resin-admin application


  <servlet-mapping url-pattern="*.php"
                   servlet-class="com.caucho.quercus.servlet.QuercusServlet">
     <init compile="false">
       <!--
         if the application being deployed is greater then 128Mb (134217728)
         please increase the value accordingly
       -->
       <php-ini upload_max_filesize="134217728"/>
     </init>
  </servlet-mapping>