Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004371 [Resin] minor always 02-01-11 10:20 02-02-11 12:45
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed   Product Version 4.0.14
Summary 0004371: /resin-admin deploy with bigger war file
Description deploying a bigger war file fails with the following error message from resin-admin

Deploy failed

Please specify an application archive file

Additional Information 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

Attached Files

- Relationships

- 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>
 

- Issue History
Date Modified Username Field Change
02-01-11 10:20 alex New Issue
02-02-11 12:44 alex Status new => assigned
02-02-11 12:44 alex Assigned To  => alex
02-02-11 12:45 alex Status assigned => closed
02-02-11 12:45 alex Note Added: 0005017
02-02-11 12:45 alex Resolution open => fixed
02-02-11 12:45 alex Fixed in Version  => 4.0.15


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker