Discussion:
deploy with manager
Francesco Viscomi
2018-10-23 19:16:10 UTC
Permalink
Hi all,
I'm trying to deploy a war using the tomcat manager app; The war is not
very big, it is about 50 Mb;
But when i try to deploy on the browser apper:

* La pagina web
all'indirizzohttp://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8
<http://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8>potrebbe
essere temporaneamente non disponibile oppure Ú stata permanentemente
spostata a un nuovo indirizzo web. ERR_CONNECTION_ABORTED*



and on the manager log i read: the file exceed the maximum allowed;


In english you can read that message in this way:
the page at the address
*http://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8
<http://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8>*


*can be not available it can be moved in other address.*

*thanks*

*really much*
--
Ing. Viscomi Francesco
Mark Thomas
2018-10-23 19:26:13 UTC
Permalink
Increase the limit. It is set in:

$CATALINA_BASE/webapps/manager/WEB-INF/web.xml

Mark
Post by Francesco Viscomi
Hi all,
I'm trying to deploy a war using the tomcat manager app; The war is not
very big, it is about 50 Mb;
* La pagina web
all'indirizzohttp://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8
<http://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8>potrebbe
essere temporaneamente non disponibile oppure è stata permanentemente
spostata a un nuovo indirizzo web. ERR_CONNECTION_ABORTED*
and on the manager log i read: the file exceed the maximum allowed;
the page at the address
*http://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8
<http://localhost:8080/manager/html/upload;jsessionid=20BC7D3BFF152FB581C5DFBDBDAB3DB6?org.apache.catalina.filters.CSRF_NONCE=3D101FAAB1809C15D3B77CFD4BECB6C8>*
*can be not available it can be moved in other address.*
*thanks*
*really much*
---------------------------------------------------------------------
To unsubscribe, e-mail: users-***@tomcat.apache.org
For additional commands, e-mail: users-***@tomcat.apache.org

Loading...