RE: Tomcat 4.0 and JSP

2001-02-14 Thread Paulo Gaspar
Maybe he was concerned about users like you. -Original Message- From: John Golubenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 07:43 Why would you complain about HTML mail, if you using M$ software (outlook)? If you were the person like me, the Linux user,

FW: help about tomcat virtual hosting...

2001-02-14 Thread Jino Lee
I'm using apache 1.3.17 + tomcat 3.2.1 + red-hat 6.2. Every time I add a virtual host, I have to restart apache and tomcat. During the restart, the visitors will loose all connection to the site is there anyway to add a virtual host without restarting the server? Currentl, I'm only

Re: Tomcat 4.0 and JSP

2001-02-14 Thread Thom May
1) It's a good habit to get into. HTML mail is evil, wastes bandwidth and most mailers won't format it. 2) If you post html to say, [EMAIL PROTECTED], you would get flamed so hard your mailbox would be filled for months to come. 3) JUST DON't DO IT! Oh, and wrap at 76 characters too please :-)

RE: charset used for parameters decoding on HTTP request Tomcat3.x,4

2001-02-14 Thread Adalbert Wysocki
Title: RE: charset used for parameters decoding on HTTP request Tomcat3.x,4 You will still need to fix the actual parameter parsing routine to delay applying the encoding until the name and parameter are parsed out of the input stream... Yes, most of this is already done. It also has

RE: charset used for parameters decoding on HTTP request Tomcat3.x,4

2001-02-14 Thread cmanolache
The problem is that browsers do not send the charset used to encode the form's parameters; but they sent the request with the ContentType header application/x-www-form-urlencoded. The charset should follow the encoding type ex: "application/x-www-form-urlencoded; charset=UTF8" but in most

RE: charset used for parameters decoding on HTTP request Tomcat3. x,4

2001-02-14 Thread Adalbert Wysocki
Title: RE: charset used for parameters decoding on HTTP request Tomcat3. x,4 The problem is that browsers do not send the charset used to encode the form's parameters; but they sent the request with the ContentType header application/x-www-form-urlencoded. The charset should follow

RE: help about tomcat virtual hosting...

2001-02-14 Thread Keith Wannamaker
Apache Vhosts can be mapped to directories with http://httpd.apache.org/docs/mod/mod_vhost_alias.html This eliminates having to restart the server for changes - just change the directory structure. Keith -Original Message- From: Jino Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

optimization of BodyContentImpl

2001-02-14 Thread Casey Lucas
Last week I sent a message about some optimizations that might be added to tomcat, but didn't see any response. Can someone tell me what the normal procedure for suggesting code changes is? patch format? work with a developer that is a commiter? I'm not trying to nag, I just want to make sure

Session-expiry bug v2.0

2001-02-14 Thread Murthy Gorty
Hi, I posted a question last week about this and I'm including the conclusions of that posting anticipating more responses.. :-) I'm using tomcat 3.2.1 final release. Tomcat's check for Session Expiry happens in a background thread (StandardManager::processExpires()) that calls

mod_jk and jhtml

2001-02-14 Thread sfarrell
Hi, I am probably after a developer to help me out. I have performed lots of debugging / testing / and reading code - so I hope i dont waste your time. I am using tomcat-mod-3.2.1-1 - that I found on www.rpmfind.net - so I didn't actually compile it myself. apache-1.3.12-2 from rehat

Re: charset used for parameters decoding on HTTP request Tomcat3.x,4

2001-02-14 Thread Hans Bergsten
Adalbert Wysocki wrote: You will still need to fix the actual parameter parsing routine to delay applying the encoding until the name and parameter are parsed out of the input stream... Yes, most of this is already done. It also has a very nice performance implication - since

Please help!

2001-02-14 Thread Daniela Hasel
Hi. I'm new to programming web sites and such, so please have patience with me. I'm working on a Unix machine, using Apache 1.3.14 with TomCat 3.1. What I'm trying to accomplish is to get a simple Survey on our website, and once the submit button is pressed, to have that information sent to a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13.java

2001-02-14 Thread danmil
danmil 01/02/14 14:18:37 Modified:src/share/org/apache/tomcat/modules/server Ajp13.java Log: Fixed bug which was causing isSecure() to return true if any environment variables were getting passed over. Bugzilla #313 Contributed by: Heinz Richter ([EMAIL PROTECTED])

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java

2001-02-14 Thread danmil
danmil 01/02/14 14:19:55 Modified:src/share/org/apache/tomcat/service/connector Tag: tomcat_32 Ajp13ConnectorRequest.java Log: Fixed bug which was causing isSecure() to return true if any environment variables were getting passed over. Bugzilla #313

cvs commit: jakarta-tomcat-4.0/catalina/docs/appdev - New directory

2001-02-14 Thread remm
remm01/02/14 14:20:38 jakarta-tomcat-4.0/catalina/docs/appdev - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/docs/appdev/sample - New directory

2001-02-14 Thread remm
remm01/02/14 14:20:41 jakarta-tomcat-4.0/catalina/docs/appdev/sample - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/docs/appdev/sample/etc - New directory

2001-02-14 Thread remm
remm01/02/14 14:20:44 jakarta-tomcat-4.0/catalina/docs/appdev/sample/etc - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/docs/appdev/sample/src - New directory

2001-02-14 Thread remm
remm01/02/14 14:20:46 jakarta-tomcat-4.0/catalina/docs/appdev/sample/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/docs/appdev/sample/web/images - New directory

2001-02-14 Thread remm
remm01/02/14 14:20:51 jakarta-tomcat-4.0/catalina/docs/appdev/sample/web/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Please help! - It's ok!

2001-02-14 Thread Daniela Hasel
I finally managed to get the sample files working. It seems that some component on the machine I was working on failed. I simply had to reboot the system and then everything came back up again ok as it did previously. Unfortunately, I've been working on our development server, so that was a pain

Thank you.

2001-02-14 Thread Daniela Hasel
I just wanted to express my gratitude to all of you for pointing me in the right direction in terms of my questions. I appreciate the help you've all given me. Daniela - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Unable to compile class for JSP. PLEASE HELP!!!

2001-02-14 Thread Tony Kian Heffner
Hi, When I try to run my custom tag JSP application, I get "Unable to compile class for JSP" (see log below for error details). Does anyone know what this error means? And how can I configure Tomcat to log more (intuitive) debugging information? I think I've wasted enough times making guesses

Tomcat 4.0 ServletOutputStream and Serialized object problem

2001-02-14 Thread Vincent Massol
Hi, The following simple code does not seem to work with Tomcat 4.0beta1. I just try to send a serialized object followed by some bytes. It works fine with Tomcat 3.1.1, Tomcat 3.2.1, Resin 1.2, Resin 1.3 and WebLogic 5.1 ... Anyone has a clue ? --- try { OutputStream os =