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

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

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

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 users@tomcat.apache.org To: Tomcat Users List users@tomcat.apache.org 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

Re: Context and web.xml

2006-08-21 Thread MC Moisei
Message - From: MC Moisei [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, August 21, 2006 4:03 PM Subject: Re: Context and web.xml Any tips on the matter ? From: Mark Thomas [EMAIL PROTECTED] Reply-To: Tomcat Users List users@tomcat.apache.org To: Tomcat Users List users

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

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 error-page error-code404/error-code location/portal.do/location /error-page When I call, say portal1.do, a page that doesn't exists I get a forward to

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
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 PROTECTED] Sent

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
/NotFound as the target of your error page. At any rate, setting the 'redirect=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

RE: Handling 404 thru web.xml

2006-05-10 Thread MC Moisei
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 users@tomcat.apache.org To: users@tomcat.apache.org Subject: RE

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 ?

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