Hi Shay,

Thank you for your responses. The problem is not with the UI, the deployment of 
a 130 MB goes well when I use the UI. But deploying the same file of 130MB with 
maven gives a http 502 response.

I tried deploying the file with curl -X PUT and that also works. But with 
maven, there is still a 502 error.

Kind regards, 
Jan Wout




-----Oorspronkelijk bericht-----
Van: shayb [mailto:[email protected]] 
Verzonden: woensdag 20 maart 2013 19:18
Aan: [email protected]
Onderwerp: Re: [Artifactory-users] deploying a large artifact works through 
browser but not with maven deploy

Hi,
I just re-read your question and I think I may have miss understood.
If you meant that the problem is with large files deployment through the UI, 
there is a field to set the upload max size in the Admin panel -> Configuration 
-> General ->File Upload Max Size.

For large files deployment it is recommended to use Artifactory  REST API 
<http://wiki.jfrog.org/confluence/display/RTF/Artifactory%27s+REST+API#Artifactory'sRESTAPI-DeployArtifact>
to avoid browsers timeout. You can see the following example to deploy using 
curl & REST API:
curl -X PUT -uUser:Pass -T file.jar
"http://localhost:8081/artifactory/libs-release-local/my/jar/1.0/jar-1.0.jar";

Regards,
Shay.



--
View this message in context: 
http://forums.jfrog.org/deploying-a-large-artifact-works-through-browser-but-not-with-maven-deploy-tp7578690p7578697.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to