Go to the web.xml of the manager application (for instance it could be
under /tomcatX/webapps/manager/WEB-INF/web.xml.
Increase the max-file-size and max-request-size

   <multipart-config>
      <!-- 50MB max -->
      <max-file-size>52428800</max-file-size>
      <max-request-size>52428800</max-request-size>
      <file-size-threshold>0</file-size-threshold>
    </multipart-config>



On Fri, May 9, 2014 at 11:56 AM, Tom <henry...@gmail.com> wrote:

> Message:
>
> FAIL - Deploy Upload Failed, Exception:
> org.apache.tomcat.util.http.fileupload.FileUploadBase$SizeLimitExceededException:
> the request was rejected because its size (96180777) exceeds the configured
> maximum (52428800)
>
> Desployed failed do u know how to chenge the max config?
>
> On Friday, May 9, 2014 7:27:48 PM UTC+10, Davide Micheletti wrote:
>
>> first zip
>> second rename to myApp.war
>> third load into webserver
>> fourth run
>>
>> if you use a tomcat server use his webapp manager and deploy your proj
>>
>>
>> On Fri, May 9, 2014 at 11:21 AM, Tom <henr...@gmail.com> wrote:
>>
>>> i used 2nd option, zip it as war.zip, then copy war.zip into webapps
>>> folder then change to myApp.war
>>>
>>> Now i entered
>>> http:/localhost:8080/myApp
>>>
>>> but i got error 404
>>>
>>> What does it mean? how to fix?
>>>
>>>
>>> On Friday, May 9, 2014 6:18:24 PM UTC+10, Davide Micheletti wrote:
>>>
>>>> is your project a Web Project??
>>>> Best way is to create a new Web project and copy data from old project
>>>> into web project.
>>>>
>>>> if not works see this:
>>>> http://www.eclipse.org/forums/index.php/t/64132/
>>>>
>>>>
>>>> On Fri, May 9, 2014 at 10:08 AM, Tom <henr...@gmail.com> wrote:
>>>>
>>>>> when using Eclipse, it say Module name is invalid
>>>>>
>>>>>
>>>>> On Friday, May 9, 2014 4:50:54 PM UTC+10, Davide Micheletti wrote:
>>>>>
>>>>>> zip the war folder and load it into the server and change the
>>>>>> extension to .war.. ;)
>>>>>> or use maven plugin..
>>>>>> if you use Eclipse:
>>>>>> right click on your project -> Export -> War File
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Fri, May 9, 2014 at 7:31 AM, Tom <henr...@gmail.com> wrote:
>>>>>>
>>>>>>> I am quite confused about this area.
>>>>>>>
>>>>>>> Ok, I finished my app in eclipse so I clicked "GWT Compile Project"
>>>>>>>
>>>>>>> ...
>>>>>>>    Compiling permutation 4...
>>>>>>>    Compiling permutation 5...
>>>>>>>    Compile of permutations succeeded
>>>>>>> Linking into C:\Users\myP\war\myApp
>>>>>>>    Link succeeded
>>>>>>>    Compilation succeeded -- 289.644s
>>>>>>>
>>>>>>> Now seem C:\Users\myP\war has many files like .log & folders like
>>>>>>> myApp, images, WEB-INF, myP.css, myP.html, style.css
>>>>>>>
>>>>>>> Then how to create war file from C:\Users\myP\war folder?
>>>>>>>
>>>>>>> --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Google Web Toolkit" group.
>>>>>>> To unsubscribe from this group and stop receiving emails from it,
>>>>>>> send an email to google-web-toolkit+unsubscr...@googlegroups.com.
>>>>>>> To post to this group, send email to google-we...@googlegroups.com.
>>>>>>>
>>>>>>> Visit this group at http://groups.google.com/group
>>>>>>> /google-web-toolkit.
>>>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>>>
>>>>>>
>>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Google Web Toolkit" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to google-web-toolkit+unsubscr...@googlegroups.com.
>>>>> To post to this group, send email to google-we...@googlegroups.com.
>>>>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Web Toolkit" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-web-toolkit+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-we...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to