Re: help plz urgent

2002-05-06 Thread David Rault
you _have_ to set the encoding on your form : form method=POST action=/some_url enctype=multipart/form-data [some_form_inputs] /form bye David - Original Message - From: # Lalit Nagpal # [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 4:12 PM Subject: help plz

Re: help plz urgent

2002-05-06 Thread David Rault
well, first of all, YOU DON'T HAVE TO CAPITALIZE YOUR TEXT IT'S ANNOYING TO READ i'm trying to _help_ here try to send some of your html code (the multi part form) and the code of the server component in which you initialize the wrapper/read the parameters by the way, some extra info might help

Re: How to redirect the log file from the command window to a file?

2002-05-02 Thread David Rault
you still have output on the console because you redirect the standard output to your file (see the ' %ACTION%-server.log' ?) the remaining output is most surely the error output which you might also want to redirect to your file i don't know the windows command for linux, i add '21' before the

Re: What does IMHO mean?

2002-04-15 Thread David Rault
i guess a good answer would look like STFW (and so that no one replies to ask what it means : Search The Fucking Web) google: afaik 1st answer: as fas as i know David - Original Message - From: Philip M. Meier [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday,

Re: tomcat 4.0.3 multiple instance catalina_base set-up.. stand-alone on linux

2002-04-12 Thread David Rault
Why don't you plug tomcat on an apache ? with warp_connector thus you can start multiple instances of tomcat on different port link each instance in the same (virtual) host in apache (declare one connector for each instance) this way, all your application has accessible through the same

Re: Adobe Acrobat

2002-04-09 Thread David Rault
hi all there is an open source library for generating pdf in Java see http://www.lowagie.com/iText/ sorry if this has already been posted, i didn't see it :) David - Original Message - From: Adrian Beech [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April

Re: multiple init() calls

2002-01-31 Thread David Rault
hi i think there may be a misunderstanding (or i misunderstood your message ?!) the servlet must create _only_ one instance of each servlet class per web application then this instance must receive _one_ message init() at this point user request may be served for each user request, a thread is

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread David Rault
i got the same problem two or three weeks ago the problem is a (corrected) bug in the mod_webapp java classes the bugged class is org.apache.catalina.connector.warp.WarpRequestHandler i think the cvs contains a correct one (you just need to compile the java part) and replace the

Re: apache-tomcat4 connection via WARP

2002-01-18 Thread David Rault
something that may help (if it works now) is apache's mod_rewrite i tried it with a beta version mod_webapp and it was overriding all others modules may be this has been corrected with the final module if that's the case, then one just needs to define a rewrite rule (must be one of the apache

Re: 500 Internal Server Error usually after ~ 6 hours of use

2002-01-13 Thread David Rault
hi there do you have a router or firewall between some of your components (webserver, tomcat server, database, etc.) ? if so may be you could check if timeout settings match your problem i met the problem with a websphere 3.5.x talking to a sql server through a router it (websphere datasource

bug in mod_webapp for binary uploads

2002-01-07 Thread David Rault
hi everybody i found something that looks a lot like a bug to me i got a linux 2.4 running apache 1.3.20 and tomcat 4.0.1 with webapp-module-1.0-tc40 i am using com.oreilly.servlet package and i can't upload binary files well actually i can, but all FF bytes in the files are lost! quite

Re: File file = new File(path);

2001-11-21 Thread David Rault
may be a stupid sugestion but... anyway have you checked the unix rights of the user you run tomcat as for the file /usr/share/tomcat/webapps/spankroot/WEB-INF/classes/properties.txt ?? David - Original Message - From: Todd Fulton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,