Connector set up

2009-08-22 Thread Gerardo Corro
Hi, I have 6 different web-apps (let's call their contexts /wa1, /wa2 ... /wa6) running in port 8080. I have another web-app named /proxy running on port 80. As the name suggests this web-app does proxy functions for the other 6 web-apps. This proxy basically is meant to go to any of the web

Re: [OT] multipart/form-data solutions

2009-08-22 Thread Tommy Pham
- Original Message > From: Pid > To: Tomcat Users List > Sent: Saturday, August 22, 2009 4:04:32 AM > Subject: Re: [OT] multipart/form-data solutions > > On 22/08/2009 06:11, Tommy Pham wrote: > > > > Hi, > > > > I need some to process some multipart/form-data. Are the any other > >

Re: [OT] multipart/form-data solutions

2009-08-22 Thread Pid
On 22/08/2009 06:11, Tommy Pham wrote: Hi, I need some to process some multipart/form-data. Are the any other solutions other than: What are you really trying to achieve? Are you uploading a file, or doing something else? Solution A: 1. download http://www.servlets.com/cos/index.html