Re: DO NOT REPLY [Bug 31677] - Cannot undeploy and deploy war file with on the same context

2004-10-12 Thread Dave Oxley
when Tomcat is next started. Is this correct or does it work differently? Dave. Remy Maucherat wrote: Dave Oxley wrote: Remy, I'm sorry that you feel my comments were not constructive. My app uses Log4j and mail.jar to send an email when the server starts up. With antiJARLocking set: An undep

Re: DO NOT REPLY [Bug 31677] - Cannot undeploy and deploy war file with on the same context

2004-10-12 Thread Dave Oxley
Remy, I'm sorry that you feel my comments were not constructive. My app uses Log4j and mail.jar to send an email when the server starts up. With antiJARLocking set: An undeploy leaves mail.jar and I am unable to delete it without stopping Tomcat. With antiResourceLocking set: Stopping Tomcat (I d

Re: JK Todo List

2004-10-11 Thread Dave Oxley
So is JK2 dead because of proxy_ajp? Why doesn't JK2 just replace JK? Dave. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Load balancer broken in JK2 with IIS

2004-04-22 Thread Dave Oxley
ping.. Dave Oxley wrote: Using the load balancer in JK2 with IIS produces the following errors in the event viewer and appears to hang for each request: Error: [jk_isapi_plugin.c (496)]: HttpExtensionProc worker is NULL Anyone have any ideas? Dave

Load balancer broken in JK2 with IIS

2004-04-21 Thread Dave Oxley
Using the load balancer in JK2 with IIS produces the following errors in the event viewer and appears to hang for each request: Error: [jk_isapi_plugin.c (496)]: HttpExtensionProc worker is NULL Anyone have any ideas? Dave. ___

Re: jk2 2.0.4 release plan

2004-02-03 Thread Dave Oxley
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- * Dave Oxley * * +44 (0)7966 249 344 * * * * [EMAIL PROTECTED] * * <mailto:[EMAIL PROTECTED]> * * * * http://www.daveoxley.co.uk * * <http://www.daveoxley.co.uk> * * "Linux: Becau

Re: Tomcat 5.0.14 and JK loadbalancing

2003-11-14 Thread Dave Oxley
Didn't get a reply on this. Does anyone have an idea? Dave Oxley wrote: I have 4 load balanced JK (1.2.5) workers. When I select to stop Tomcat (5.0.14), which takes a while to shut down (because of some daemon threads in our app) a 400 bad request is returned to the browser even though

Tomcat 5.0.14 and JK loadbalancing

2003-11-13 Thread Dave Oxley
I have 4 load balanced JK (1.2.5) workers. When I select to stop Tomcat (5.0.14), which takes a while to shut down (because of some daemon threads in our app) a 400 bad request is returned to the browser even though there are other JK workers that could be used. A couple of causes spring to min

Re: [5.0] Schedule change

2003-10-01 Thread Dave Oxley
Why don't you keep TC5.0 in beta and branch and start work on TC5.1? Dave. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat next

2001-09-26 Thread Dave Oxley
Hi all, A couple of questions on future Tomcat releases: 1. Will there be a TC3.4 release or is 3.x obsolete after 3.3? 2. Has TC4.0 been branched (i.e. has development started on TC4.1 or are you waiting for TC4.0.1 to branch?) 3. Is there a list of planned features for TC4.1? Dave [EMAIL PRO

Re: Tomcat Service Manager

2001-09-14 Thread Dave Oxley
t: Re: Tomcat Service Manager >Date: Fri, 14 Sep 2001 22:16:53 +0100 > >"Dave Oxley" <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > Here is the code for the TC Service Manager. Would anyone like to check >it > > into jakarta-tomcat-service? .

RE: NT Service Manager

2001-09-10 Thread Dave Oxley
Costin, I think thats a good idea. I want it to work with all versions of TC (3.2.4, 3.3 and 4.0) and I will supply patches to their respective Service implementations. Dave [EMAIL PROTECTED] >From: <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED

Re: Service code for TC4

2001-09-03 Thread Dave Oxley
I have searched the archives and found a check in to jakarta-tomcat-service but using anoncvs I can't checkout or even see if the module exists. Is this some sort of permissions problem. Dave. [EMAIL PROTECTED] >From: "Dave Oxley" <[EMAIL PROTECTED]> >Reply-To: [E

Re: Service code for TC4

2001-09-03 Thread Dave Oxley
I have searched the archives and found a check in to jakarta-tomcat-service but using anoncvs I can't checkout or even see if the module exists. Is this some sort of permissions problem. Dave. [EMAIL PROTECTED] >From: "Dave Oxley" <[EMAIL PROTECTED]> >Reply-To: [E

Re: Service code for TC4

2001-09-03 Thread Dave Oxley
Pier, I can't find the module jakarta-tomcat-service. Where do I look?? Dave [EMAIL PROTECTED] >From: Pier Fumagalli <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: Service code for TC4 >Date: Mon, 03 Sep 2001 18:32:

Service code for TC4

2001-09-03 Thread Dave Oxley
I want to have a look at doing some service code for TC4 under Win32. Are there any design documents for the service code that is already there for Unix or does anyone (Pier?) have any ideas about how they want it to work under Win32? or is anyone working on this already? Dave. [EMAIL PROT

RE: PATCH: jk_nt_service enhancements - TC3.3

2001-09-01 Thread Dave Oxley
enhancements - TC3.3 >Date: Sat, 1 Sep 2001 20:16:58 +0200 > >Hola David: > >Could you send the patch as a diff -u? > >Better if you fill a bug report as a request for enhancements, and >attaches the patch to it, so we can follow the issue more closely.. > >Thanks for t

PATCH: Service fix in TC4

2001-09-01 Thread Dave Oxley
Just a tiny patch to get the service area in TC4 compiling. Dave [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp service.diff

PATCH: jk_nt_service enhancements - TC3.3

2001-09-01 Thread Dave Oxley
NT service is an executable that wraps the < Tomcat servlet container and executes it in the background as an NT service. To < install it you will need to: < --- >By Gal Shachor <href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED] >> >Modified by Dave Ox

Patch for mod_webapp Java

2001-08-31 Thread Dave Oxley
WarpConnector.java in jakarta-tomcat-connectors/webapp/java does not compile. I have fixed it and a patch is supplied. Can someone check it over and check it in. Thanks. Dave. _ Get your FREE download of MSN Explorer at http://e

CVs question.

2001-08-30 Thread Dave Oxley
Hello all, Sorry for the off-topic question :) but... I'm trying to update my TC4 sources each morning with a cron job. How can I get CVS to not prompt for a password (i.e. pick the password up from a file). I've looked on the cvshome.org website but found nothing that told me how to do this.

In process worker and IIS

2001-08-05 Thread Dave Oxley
I've been trying out the 'in process' worker with TC3.2.3 and IIS. When using a servlet that does a reasonable amount in its init() method, IIS complains that the service did not respond in a timely fashion! This obviously isn't a bug as such, but shouldn't the webapps be initialised in a diff

RE: Different approach to TC as a service (was: Separating Servic e code from To

2001-07-26 Thread Dave Oxley
Oh and by the way. We never use Tomcat in standalone mode, even on Developers machines! Dave [EMAIL PROTECTED] _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: Different approach to TC as a service (was: Separating Service code from Tom

2001-07-26 Thread Dave Oxley
>BTW, jk already has the feature if JNI connector is used - but it would be >great to be able to do the same for ajp connectors. Probably using the >same config file ( most of the information to start tomcat is similar - >the jni configuration file allows you to specify env variables, >classpaths,

Re: [j-t-c] OS poll => [j-t-c] webserver poll

2001-06-13 Thread Dave Oxley
I missed the OS poll, so here goes for both. I/We currently use: Apache1.3,Tomcat3.2.2 - WinNT/2000, Solaris6/7 Websphere3.02 - WinNT, AIX IIS4/5,Tomcat3.2.2 - WinNT/2000 And are about to use: Apache1.3,Tomcat3.2.2 - AIX/RH7.1 Dave [EMAIL PROTECTED] >From: GOMEZ Henri <[EMAIL PROTECTED]> >Repl

Re: mod_webapp under Linux

2001-05-30 Thread Dave Oxley
Pier, Is there anywhere I can download an archive of apr that works! On the other hand if you fix it could you Email me or the list. Thanks. Dave. [EMAIL PROTECTED] >From: "Pier P. Fumagalli" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: mod_webapp un

mod_webapp under Linux

2001-05-29 Thread Dave Oxley
I'm running RH7.1 with kernel 2.4.5 and I have statically compiled and installed apr dated 28/5/2001. mod_webapp compiles but apache doesn't start with the following output: Syntax error on line 1 of /usr/local/tomcat4-CVS/conf/mod_webapp.conf: Cannot load /usr/local/tomcat4-CVS/bin/connector/m

Re: [ANNOUNCEMENT] Tomcat 3.2.2 released

2001-05-29 Thread Dave Oxley
Nice one Marc. Dave. [EMAIL PROTECTED] >From: "Marc Saegesser" <[EMAIL PROTECTED]> >Reply-To: ><[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, ><[EMAIL PROTECTED]> >Subject: [ANNOUNCEMENT] Tomcat 3.2.2 released

RE: connector status in tomcat 4

2001-05-28 Thread Dave Oxley
In that case, what is the point of warp. Is it going to be faster, more scalable or something? If not why was it created? Dave [EMAIL PROTECTED] >From: GOMEZ Henri <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: connector status in tomcat 4 >Date: Mon, 28

Re: connector status in tomcat 4

2001-05-28 Thread Dave Oxley
I thought the idea of warp/webapp was that it was to support servlet api 2.3 and ajp/jk couldn't eaily be modified to support the new specs. Dave [EMAIL PROTECTED] >From: kevin seguin <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: connector status in tomc

RE: Slow session creating Tomcat 3.2.1

2001-05-25 Thread Dave Oxley
I think you'll find that this has been fixed in 3.2.2 which is due to be released very shortly (hopefully!!). Dave [EMAIL PROTECTED] >From: "Martin van den Bemt" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: Slow session creating Tomcat 3.2.1 >Date: Fri

3.2.2. When's it shipping?

2001-05-17 Thread Dave Oxley
What is the current state of 3.2.2 development? Is it going to ship any time soon? Dave. [EMAIL PROTECTED] _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Re: cvs commit: jakarta-tomcat-4.0/connectors/lib pr_warp.c

2001-05-12 Thread Dave Oxley
ctors/include wa.h >connectors/lib pr_warp.c > Added: connectors WIN32.txt mod_webapp.dsp > Log: > added patches and files for win32 support thanks to: > > Dave Oxley <[EMAIL PROTECTED]> > > Note: I didn't add the binary files in wh

mod_webapp and Win32

2001-05-11 Thread Dave Oxley
Please find attached the following: 1. Patches to enable mod_webapp to compile and work(ish) under Windows. (mod_webapp.c.diff, pr_warp.c.diff, wa.h.diff) 2. A Visual C++ project file to be put in the connectors\apache-1.3 directory. (mod_webapp.dsp) 3. A howto compile type document. (win32.txt

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
I will try with that mod_jk and will send the test servlet as soon as I can write a simple one that breaks. :) Dave [EMAIL PROTECTED] >From: GOMEZ Henri <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: Tomcat 3.2.2 beta 4 >Date: Wed, 9 May 2001 00:21:30 +020

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
ld hold up the release of TC3.2.2(if it was) as it is not a new bug introduced since TC3.2.1. I will continue to investigate. Dave [EMAIL PROTECTED] >From: "Dave Oxley" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: Tomcat 3.2.2

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
t;Dave, > >Does it work OK with 3.2.2b4 and AJP12? > > > -Original Message- > > From: Dave Oxley [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, May 08, 2001 7:15 AM > > To: [EMAIL PROTECTED] > > Subject: RE: Tomcat 3.2.2 beta 4 > > > > > >

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
tried this with Java 1.3.0_01 and 1.3.0_02 with the same results. I am running Windows 2000. I will write a test servlet a bit later on. Dave. [EMAIL PROTECTED] >From: "Dave Oxley" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED], [EMAIL PROTEC

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
it to the group. Dave. [EMAIL PROTECTED] >From: "Marc Saegesser" <[EMAIL PROTECTED]> >To: "Dave Oxley" <[EMAIL PROTECTED]> >Subject: RE: Tomcat 3.2.2 beta 4 >Date: Mon, 7 May 2001 08:37:20 -0500 > >Dave, > >Thanks, let me know how it works.

Tomcat 4 native compnents

2001-05-02 Thread Dave Oxley
I have been trying to get mod_webapp compiling under Win32. I have failed because of the following problems: 1. wa_general.h is missing! 2. apr_main.h is not part of the standard apr distribution available from http://apr.apache.org. Because of these 2 problems I didn't get too far, but a few p

RE: Tomcat 3.2.2 beta 4

2001-05-01 Thread Dave Oxley
K1.2 and >my guess is that your using JDK1.1. > >Tomcat 3.2.x, because it implements the Servlet 1.1 specification must >maintain compatibility with JDK1.1 so this is a real Tomcat bug and it will >need to be fixed before releasing Tomcat 3.2.2. > >Glenn, can you take a look at this?

RE: Tomcat 3.2.2 beta 4

2001-05-01 Thread Dave Oxley
I wish I got this sort of help from IBM. I complained about the performance of our servlet under WebSphere 3.0.2 last April and they responded saying it was our application and we spent months trying to track it down(with IBM's help), yet in November(ish) they released a patch and our applicat

RE: Tomcat 3.2.2 beta 4

2001-05-01 Thread Dave Oxley
I posted this before but got no response. The change to SessionUtil.java 1.5.2.2 to 1.5.2.3 (3.2.1->3.2.2b1) has caused the Microsoft Virtual Machine to fall over when running Tomcat. The M$ VM does not like internal classes defined within methods (I think this is the problem) and throws a NoC

SessionUtils.java

2001-04-28 Thread Dave Oxley
The change to SessionUtil.java 1.5.2.2 to 1.5.2.3 (3.2.1->3.2.2b1) has caused the Microsoft Virtual Machine to fall over when running Tomcat. The M$ VM does not like internal classes defined within methods (I think this is the problem) and throws a NoClassDefFoundException. I am running Window

Re: mod_webapp status?

2001-03-22 Thread Dave Oxley
Fumagalli" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: mod_webapp status? >Date: Thu, 22 Mar 2001 15:09:41 + > >Dave Oxley <[EMAIL PROTECTED]> wrote: > > > Correct me if I'm wrong, but APR is meant as

Re: mod_webapp status?

2001-03-21 Thread Dave Oxley
Correct me if I'm wrong, but APR is meant as a library of API's that are separate from Apache2 and should therefore be able to be used with Apache1.3. What I would be concerned about is that there hasn't been a final (let alone beta) of APR/Apache2 and is therefore subject to change. If APR/Ap

Re: Tomcat 3.2.2 beta 1 Release Native components

2001-02-26 Thread Dave Oxley
Stupid question. Sorry! >From: "Dave Oxley" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Tomcat 3.2.2 beta 1 Release Native components >Date: Mon, 26 Feb 2001 22:46:03 - > >I've build mod_jk.dll for Window

Re: Tomcat 3.2.2 beta 1 Release Native components

2001-02-26 Thread Dave Oxley
I've build mod_jk.dll for Windows. Where should I EMail it. Just tested 3.2.2 with my servlet, and the first request seems to be substantially faster (Creating HttpSession??). There used to be about a 1 second delayish. Nice one. Couple of bugs: 1. jaxp.jar and parser.jar aren't distributed w

Re: mod_jk for Apache 1.3.17

2001-02-24 Thread Dave Oxley
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/mod_jk.dll >From: Pilho Kim <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: mod_jk for Apache 1.3.17 >Date: Sat, 24 Feb 2001 21:39:09 +0900 (KST) > >Hi, > >I need mod_jk for Apache 1.3

Fwd: SSL response

2001-02-11 Thread Dave Oxley
I am using Flash to make a https request to a servlet. Flash seems to send the request and it gets to the servlet, but it hangs when reading/getting the response. It works fine when getting a text file containing the same info over https. Therefore two questions: 1. This is how I create the re

mod_webapp and Win32

2001-01-26 Thread Dave Oxley
I've managed to get mod_webapp compiling under Windows but when I plug it into Apache I get the following error: Syntax error on line 1 of /Tomcat-4.0/conf/mod_webapp.conf: Can't locate API module structure `webapp_module' in file c:/program files/apache group/apache/modules/mod_webapp.dll: cif

Re: Catalina + Apache

2001-01-21 Thread Dave Oxley
Where can I find the design goals/spec of what mod_webapp is suppossed to achieve and by when. Is load balancing a goal for 4.0/4.1 or > 4.1. If load balancing is going to be put into mod_webapp what about adding/removing tomcat instances to the pool without having to restart apache? Dave. [EM

mod_jk.so for linux (3.2.1)

2000-12-24 Thread Dave Oxley
Hi, You don't seem to be posting built versions of mod_jk.so for linux anymore. I could do with this. Could somebody EMail it to me or tell me where I could get it. I'm not currently subscribed to the list so please send to [EMAIL PROTECTED] Thanks. Dave

Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 8

2000-11-21 Thread Dave Oxley
What are the bugs with ajp13. I could do with this being stable. I will take a look at them but no guarantees 'cos I don't know much about writing Apache modules. Dave. [EMAIL PROTECTED] >From: "Craig R. McClanahan" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: