Uppload war through manger fails

2014-07-07 Thread Baluta Vasile
Anyone know how this can be resolved? FAIL - Deploy Upload Failed, Exception: org.apache.tomcat.util.http.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. /home/evasiba/apache-tomcat-7.0.53/work/Catalina/localhost/manager/upload_dd522257 BR

preserving content not in the war

2014-07-07 Thread Aryeh Friedman
I have auto deploy on (and want to keep it that way) but I also have content that is not a part of the war and do not want it deleted on a new reploy... namely I have xxx/content/ and I do not want that erased on war deployment I tried symlinks and it nuked all the sym linked data on

Re: preserving content not in the war

2014-07-07 Thread Aryeh Friedman
Forgot to mention I *DO* want to update the java and such in the war though On Mon, Jul 7, 2014 at 5:48 AM, Aryeh Friedman aryeh.fried...@gmail.com wrote: I have auto deploy on (and want to keep it that way) but I also have content that is not a part of the war and do not want it deleted on a

sso integration with tomcat

2014-07-07 Thread Randeep
Hi all, We are trying to implement a single sign on tool with our website. Our architecture is as follows. httpd 2.2 (front end) + mod_jk + apache_tomcat 7.0.53 (back end) we have 5 web applications in the webapps we are using centos 5.4 We are currently testing with josso. (if you know

Re: sso integration with tomcat

2014-07-07 Thread Mark Thomas
On 07/07/2014 12:02, Randeep wrote: Hi all, We are trying to implement a single sign on tool with our website. Our architecture is as follows. httpd 2.2 (front end) + mod_jk + apache_tomcat 7.0.53 (back end) we have 5 web applications in the webapps we are using centos 5.4 We are

Re: preserving content not in the war

2014-07-07 Thread Mark H. Wood
On Mon, Jul 07, 2014 at 05:48:37AM -0400, Aryeh Friedman wrote: I have auto deploy on (and want to keep it that way) but I also have content that is not a part of the war and do not want it deleted on a new reploy... namely I have xxx/content/ and I do not want that erased on war

Re: Uppload war through manger fails

2014-07-07 Thread Daniel Mikusa
On Mon, Jul 7, 2014 at 5:46 AM, Baluta Vasile balutavas...@yahoo.se wrote: Anyone know how this can be resolved? FAIL - Deploy Upload Failed, Exception: org.apache.tomcat.util.http.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed.

Slow memory leak in mod_jk on Windows

2014-07-07 Thread Wang, Andy
We have a customer that's seeing a very slow memory leak under certain circumstances that we haven't yet been able to pinpoint. I can reproduce it, but it requires a very particular method of downloading files that I don't quite understand yet. (not entirely sure how this would impact mod_jk

Re: Host appBase vs Context docBase

2014-07-07 Thread Terence M. Bandoian
On 7/5/2014 1:38 PM, Igal @ getRailo.org wrote: What version of Tomcat are you using? I've been using Tomcat 6 and 7 for a while, and now running Tomcat 8. it is recommended that Context elements not be placed directly in server.xml I know, but it is much easier for me to edit a single file,

Re: Problem with Transfer-Encoding

2014-07-07 Thread Terence M. Bandoian
On 7/5/2014 6:36 PM, André Warnier wrote: Sushil Prusty wrote: Dear User Thanks for you input. You're welcome. First, a foreword : I will try my best to help you, but doing this is very difficult, and doing it via email is even more difficult. I was not kidding when I wrote earlier that

Access Log Entries with VHost Rewriting

2014-07-07 Thread Peter Rifel
Hello, I'm implementing some virtual-host rewriting in tomcat 8's rewrite valve and am wondering if I can somehow set the order that valves are processed for a host. I have a default host and want all requests that have a HTTP_HOST of *cdn.domain.com to be redirected to a second host. I have

Re: Access Log Entries with VHost Rewriting

2014-07-07 Thread Peter Rifel
Ah my mistake, after stepping through the rewrite valve code it turns out the rule wasn't working after all. The [host] flag for the rule means you're comparing the host header rather than the url of the request. For anyone else setting up virtual-host rewriting, the correct rewrite.config for

Re: Slow memory leak in mod_jk on Windows

2014-07-07 Thread Wang, Andy
On Mon, 2014-07-07 at 15:51 +, Wang, Andy wrote: We have a customer that's seeing a very slow memory leak under certain circumstances that we haven't yet been able to pinpoint. I can reproduce it, but it requires a very particular method of downloading files that I don't quite understand

Re: Host appBase vs Context docBase

2014-07-07 Thread Igal @ getRailo.org
hi Terence, thanks again for your reply. I have autoDeploy set to false, but did not explicitly set deployOnStartup (I think that the default is true). I am actually not using WARs so I'm not sure how, or if, any of this is applicable to my case. Igal On 7/7/2014 9:54 AM, Terence M.

Re: Problem with Transfer-Encoding

2014-07-07 Thread Sushil Prusty
Hello Users Thanks for all your various input. Terence :- Yes you found the root cause of the issue ,I did same changes in my jsp page and it's worked fine. I was confused with FIREBUG tool but after using HTTPFOX tool it showed me what value going from my browser. Thanks user for your time.

SV: Uppload war through manger fails

2014-07-07 Thread Baluta Vasile
Thanks. I had to start Tomcat as root to be able to upload the war. BR Vali Den måndag, 7 juli 2014 17:37 skrev Daniel Mikusa dmik...@gopivotal.com: On Mon, Jul 7, 2014 at 5:46 AM, Baluta Vasile balutavas...@yahoo.se wrote: Anyone know how this can be resolved? FAIL - Deploy Upload

css files served as application/x-pointplus

2014-07-07 Thread Sergio Fernández
Hi, in Marmotta we are having an issue deploying on Tomcat: https://issues.apache.org/jira/browse/MARMOTTA-499 Basically all .css files are served using mimetype application/x-pointplus, even if the web.xml contains an explicit mime-mapping to the right one. The issue was detected under