RE: Error with multipartParser

2002-10-16 Thread Sam Seaver
>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: Error with multipartParser >Date: Wed, 16 Oct 2002 15:10:37 +0100 > >I'm guessing the default will be either: >The path where you ran

RE: Error with multipartParser

2002-10-16 Thread jon wingfield
add a path property to your bean set by a hidden input field on your form or set the path explicitly via a scriptlet. -Original Message- From: Sam Seaver [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 15:26 To: [EMAIL PROTECTED] Subject: RE: Error with multipartParser Jon, Thank you,

RE: Error with multipartParser

2002-10-15 Thread Sam Seaver
e I do not expect it to be, is there a default somewhere that I'm missing? cheers S >From: "jon wingfield" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Sub

RE: Error with multipartParser

2002-10-11 Thread jon wingfield
aver/web:. including the cos.jar and the tools.jar, but it just seems to have a problem with cos...anyone? S >From: "Rajiv Ramanasankaran" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL

RE: Error with multipartParser

2002-10-10 Thread Sam Seaver
ding the cos.jar and the tools.jar, but it just seems to have a problem with cos...anyone? S >From: "Rajiv Ramanasankaran" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]&

RE: Error with multipartParser

2002-10-10 Thread Rajiv Ramanasankaran
want to upload. -Original Message- From: Rajiv Ramanasankaran [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 2:50 PM To: Tomcat Users List Subject: RE: Error with multipartParser Its is working fine for me!! The file is getting uploaded and I don't get an error at all..W

RE: Error with multipartParser

2002-10-10 Thread Rajiv Ramanasankaran
rsday, October 10, 2002 2:11 PM To: [EMAIL PROTECTED] Subject: RE: Error with multipartParser OK, here's the JSP page I'm using, note it reloads itself once POST is pressed, and then activates the bean: file upload User Registration Which XML file would you

RE: Error with multipartParser

2002-10-10 Thread Sam Seaver
that's another thing, where DOES the stack trace go? should i direct it to a file? any hints? S >From: "Rajiv Ramanasankaran" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROT

RE: Error with multipartParser

2002-10-10 Thread Sam Seaver
nnectionHandler.processConnection(Http11Protocol.java:380) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533) at java.lang.Thread.run(Thread.java:536) >From: "

RE: Error with multipartParser

2002-10-09 Thread Rajiv Ramanasankaran
Can you give the full exception stacktrace?? That might help us figure it out. try e.printStackTrace() instead of creating the printwrite and printing to standard error. Send the tomcat log files too. Rajiv > -Original Message- > From: Sam Seaver [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

RE: Error with multipartParser

2002-10-09 Thread Ricky Leung
rvlet/multipart/MultipartP arser.html > -Original Message- > From: Sam Seaver [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 09, 2002 5:35 PM > To: [EMAIL PROTECTED] > Subject: RE: Error with multipartParser > > > that didnt make any difference...it's really

RE: Error with multipartParser

2002-10-09 Thread Sam Seaver
quot;Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: Error with multipartParser >Date: Wed, 9 Oct 2002 17:14:03 -0400 > > > MultipartParser mpParser = new MultipartParser(req, > > 10*1024*1024); > >try to use a smaller number and see what happens,

RE: Error with multipartParser

2002-10-09 Thread Ricky Leung
> MultipartParser mpParser = new MultipartParser(req, > 10*1024*1024); try to use a smaller number and see what happens, like 1024bytes, instead of 10Megs. > -Original Message- > From: Sam Seaver [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 09, 2002 2:09 PM > To: [EMA