RE: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request fai

2007-07-23 Thread MC Moisei
Sorry about the formatting. It's hotmail cr*p! So, I run Apache2 that fronts a Tomcat in mod_jk and I have this multi-upload screen(ajax+java) that works great from my intranet but when testing it from outside is not. I'm sure it's a setting thing either on mod_jk, tomcat or apacheI observed the

RE: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request fai

2007-07-22 Thread MC Moisei
Anyone, any ideas ?From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed.Date: Sat, 21 Jul 2007 11:02:30 -0500 Hello,I having this strange problem and unexpected issue.I do have an upload page and I al

How To: Postgresql XA Datasource

2006-10-05 Thread MC Moisei
Hi, I'm trying to create a XA datasource as resource in my context.xml file. Can one of you tell me how can I do that, I don't find any documentation on the matter. I use Postgresql 8.1.4 with the latest production driver. This version supports XA Data Source and they have a class for that P

Re: Context and web.xml

2006-08-21 Thread MC Moisei
troy the original message without making a copy. Thank you. - Original Message - From: "MC Moisei" <[EMAIL PROTECTED]> To: Sent: Monday, August 21, 2006 4:03 PM Subject: Re: Context and web.xml > Any tips on the matter ? > >>>From: Mark Thomas <[EMAIL P

Re: Context and web.xml

2006-08-21 Thread MC Moisei
Any tips on the matter ? From: Mark Thomas <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: Context and web.xml Date: Mon, 21 Aug 2006 07:27:32 -0400 MC Moisei wrote: > Hi, > > I'm using tomcat for dev. My question is

Re: Context and web.xml

2006-08-21 Thread MC Moisei
g 2006 07:27:32 -0400 MC Moisei wrote: > Hi, > > I'm using tomcat for dev. My question is for a dev environment. I have > context defined in conf %TOMCAT_HOME%\conf\Catalina\localhost. Is there > a way to specify what's the web.xml tomcat should use ? I use tomcat for >

Context and web.xml

2006-08-20 Thread MC Moisei
Hi, I'm using tomcat for dev. My question is for a dev environment. I have context defined in conf %TOMCAT_HOME%\conf\Catalina\localhost. Is there a way to specify what's the web.xml tomcat should use ? I use tomcat for dev but I target Weblogic for production and such feature would be quite

Re: How do I direct all http requests to Https

2006-08-04 Thread MC Moisei
Is there a why to set you my context to use a different web.xml file ? I use tomcat to speedup my Weblogic developement and that would require to have two web.xml files. Is there a way to set the context to user for example web_tomcat.xml file instead ? I work in exploded format. Thanks, MC

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
ts it differently.It seams that Weblogic does a forward too but it looks that's in the very same thread as the original request handling and the filters are called twice... C From: "MC Moisei" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apach

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
rect="true"' attribute on the forward will cause the struts controller to sendRedirect() instead of forward(). Tim -Original Message- From: MC Moisei [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:27 PM To: users@tomcat.apache.org Subject: RE: Handling 404

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
: Wed, 10 May 2006 12:12:17 -0400 A redirect would change the status code returned to the user agent. It does not go through the filters because it is forwarded, and as such is part of the same request, not a new request. Tim -Original Message- From: MC Moisei [mailto:[EMAIL PROTECTE

Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
Hi, Do you know of any issue involving error handling in tomcat (5.5.9) ? Here's the deal. I defined in my web.xml the following entry 404 /portal.do When I call, say portal1.do, a page that doesn't exists I get a forward to the portal.do the thing with the forward is seems that it d

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread MC Moisei
That implies that I can have more than one application in ROOT folder...that would require some URL filtering in each app. Also if I look under webapps/ROOT folder there is a WEB-INF in there... Are you basically saying that instead of naming my application "someapp" I'd have to name it ROOT

RE: mod_jk & tomcat

2005-10-21 Thread MC Moisei
I've seem that too after new redeploys. Constantin http://www.goodstockimages.com From: Andrew Marcum <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: mod_jk & tomcat Date: Thu, 20 Oct 2005 13:58:11 -0700 (PDT) We are running mod_jk-1.2.13 and apache-

ajp13.service() Error

2005-10-20 Thread MC Moisei
Anyone can tell why I get errors like this in apache2's error log ? I have tomcat in tandam with apache2 and I use the mod_jk for that purpose. The errors seems not critical but nonetheless they are errors. [Thu Oct 20 09:11:50 2005] [error] ajp13.service() ajpGetReply recoverable error 3 [Thu O