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 String(result.getBytes("ISO-8859-

[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 b

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 fo

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
now. Dave. > -Original 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

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
Sent: Monday, September 22, 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.en

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
a.startup.Bootstrap;main;start --ShutdownClass org.apache.catalina.startup.Bootstrap;main;stop --Java java --JavaOptions -Xrs#-Djava.endorsed.dirs="$INSTDIR\bin;$INSTDIR\common\endorsed"#-Dcatalina .base="$INSTDIR"#-Dcatalina.home="$INSTDIR"#-Djava.io.tmpdir="$INS

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
\BaseServer1\logs\jvm.stderr --Arguments "-config C:\Tomcat\BaseServer1\conf\server.xml" Dave. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 22, 2003 1:21 PM > To: Tomcat Developers List > Subject: Re: Tomcat 5.0.12 > &

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
TED] > Sent: Monday, September 22, 2003 11:42 AM > To: Tomcat Developers List > Subject: Re: Tomcat 5.0.12 > > Oxley, David wrote: > > > I did some testing of 5.0.12 over the weekend to make sure our webapp > works > > with it. I haven't found any problems yet, b

Tomcat 5.0.12

2003-09-22 Thread Oxley, David
I did some testing of 5.0.12 over the weekend to make sure our webapp works with it. I haven't found any problems yet, but I do have a couple of comments (applicable to Win32): 1. Am I right in assuming that JK2 is the default connector for TC5. If so, the last release was November last year! I th

RE: jk_nt_service

2003-07-02 Thread Oxley, David
Dave. > -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_ser

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 T

RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Oxley, David
> ~ > Namaste - I bow to the divine in you > ~ > 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 Lis

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

RE: UTF-8 characters

2003-03-04 Thread Oxley, David
e. > String str = new String(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 PROTECT

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 encodin

WebAppClassLoaded question

2003-02-27 Thread Oxley, David
I'm adding a repository to WebAppClassLoader with the addRepository method. Is there a way to remove the repository after I've loaded the classes I want. I only want it in there temporarily. Dave. This e-mail has been s

RE: mod_jk and Apache timeouts?

2003-02-24 Thread Oxley, David
BORTED=The virtual circuit was terminated due to a time-out or > other 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...

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
ing from tomcat 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 [ma

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
from HEAD and built again - you should see > the errno at the end 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" > > > &

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 resp

RE: Xerces 2.3 status

2003-01-30 Thread Oxley, David
3.0.tar.gz (to get > the minimal), you 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? > > > > > >___

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 se

Tomcat 4.1 and JK

2003-01-20 Thread Oxley, David
Shouldn't the jk that gets issued with TC 4.1 builds be a released version. jk that comes with 4.1.19 is 1.2.3-dev and with 4.1.18 is 1.2.2-dev. I would have thought that released jk's should come with released versions of TC. i.e. 4.1.18 is 1.2.1 and 4.1.19 is 1.2.2. Dave. __