RE: CoyoteRequest assumption that breaks UTF-8 support

2003-09-25 Thread Oxley, David
This is not a bug. Read http://asg.web.cmu.edu/rfc/rfc2070.html#sec-5. Use this code: String result = req.getParameter(parm); if (result == null) return null; try { return new

[ANNOUNCEMENT]: Tomcat Service Manager for Windows 1.0.0

2003-09-25 Thread Oxley, David
http://www.daveoxley.co.uk/tcsm tcsm is a Service Manager for Tomcat that looks and works in a similar way to the MS SQL Server Service Manager. Enjoy. Dave. [EMAIL PROTECTED] This e-mail has been scanned for all viruses

Servlet destory method not being called

2003-09-23 Thread Oxley, David
I've just reported a serious bug that means that servlet destroy methods don't get called on server shutdown. See my comments at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23373 Dave. This e-mail has been scanned

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, September 22, 2003 1:21 PM To: Tomcat Developers List Subject: Re: Tomcat 5.0.12 Oxley, David wrote: Wo, hang on there Remy. I'm sorry, I really didn't mean to cause offence. Point 1, Ok, fair enough, I'm a twat. But I did

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
#-Djava.endorsed.dirs=$INSTDIR\bin;$INSTDIR\common\endorsed#-Dcatalina .base=$INSTDIR#-Dcatalina.home=$INSTDIR#-Djava.io.tmpdir=$INSTDIR\temp --Startup manual' SectionEnd -Original Message- From: Oxley, David [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 2:04 PM To: 'Tomcat Developers

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
, 2003 2:27 PM To: Tomcat Developers List Subject: Re: Tomcat 5.0.12 Oxley, David wrote: Remy, The service installed by the installer doesn't start. I think it is because it is missing the java.endorsed.dirs, catalina.base, catalina.home and the java.io.tmpdir parameters. See

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 4:05 PM To: Tomcat Developers List Subject: Re: Tomcat 5.0.12 Oxley, David wrote: Ok. Yup. Didn't see that. Just found that my problem was that I had run an early alpha and it left some 'Tomcat5

jk_nt_service

2003-07-02 Thread Oxley, David
Tomcat developers, Can I suggest we bring back jk_nt_service.exe for running Tomcat as a service for 5.0.x? It works perfectly fine with TC4.1 and is a lot more flexible and easier to use for the end users. Plus I have had several crashes of the JavaService exe that is currently distributed with

RE: jk_nt_service

2003-07-02 Thread Oxley, David
. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 16:10 To: 'Tomcat Developers List' Subject: RE: jk_nt_service -Original Message- From: Oxley, David Subject: jk_nt_service Tomcat developers, Can I suggest we bring back

RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Oxley, David
Just had a look at it. Not tried it yet, but have a query. Why haven't you used JavaGroups for this? Dave. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: 09 March 2003 23:23 To: Tomcat Developers List Subject: Tomcat 4.1.x Clustering okey dokey, a pre taste

RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Oxley, David
~ Filip Hanik Software Architect www.filip.net -Original Message- From: Oxley, David [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 2:53 AM To: 'Tomcat Developers List' Subject: RE: Tomcat 4.1.x Clustering Just had a look at it. Not tried it yet, but have a query

UTF-8 characters

2003-03-04 Thread Oxley, David
When a response to the browser is in UTF-8 encoding form responses from said page are giving UTF-8 characters when req.getParameter is called. i.e. instead of getting é, I get the UTF-8 encoding é returned to our servlet. Surely the getParameter method should return é as it does with other

RE: UTF-8 characters

2003-03-04 Thread Oxley, David
(request.getParameter(key).getBytes(ISO-8859- 1), UTF-8); -Original Message- From: Oxley, David [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 5:30 PM To: '[EMAIL PROTECTED]' Subject: UTF-8 characters When a response to the browser is in UTF-8 encoding form responses from

RE: mod_jk and Apache timeouts?

2003-02-24 Thread Oxley, David
failure. The application should close the socket as it is no longer usable. Dave. Thanks Dave. Now if someone has windows and can grep what errno 53 means... Costin Oxley, David wrote: Costin, Here is the log produced with mod_jk HEAD: [Mon Feb 17 17:23:26 2003

mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
I have some strange error messages in mod_jk.log that I cannot explain, and that I need to resolve urgently. Server: Dual Xeon 2.5Ghz server. Windows 2000 Professional SP3 Apache 2.0.44 Tomcat 4.1.18 Mod_jk 1.2.2 [Mon Feb 17 14:49:38 2003] [jk_ajp_common.c (681)]: ERROR: can't receive the

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
of the message, so we can figure out what happens. The first error is the one that matters - the others are just jk doing a retry. The message is bad - err=0,1,2 should be retry=0,1,2 Costin Oxley, David wrote: I have some strange error messages in mod_jk.log that I cannot explain

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
failed, recoverable operation. err=2 [Mon Feb 17 17:23:26 2003] [jk_ajp_common.c (1199)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 53 Cheers. Dave. -Original Message- From: Oxley, David [mailto:[EMAIL PROTECTED]] Sent

RE: Xerces 2.3 status

2003-01-30 Thread Oxley, David
Should we not wait until a version of xalan is available for xerces 2.3? This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus

RE: Xerces 2.3 status

2003-01-30 Thread Oxley, David
will find a version of xalan also (I guess is the latest). -- Jeanfrancois Oxley, David wrote: Should we not wait until a version of xalan is available for xerces 2.3? This e-mail has been scanned for all viruses