Re: [jtc - jk] jk_version.h

2001-06-25 Thread jean-frederic clere
GOMEZ Henri wrote: > > >so, forgive me if this is a stupid question, but... how is jk_version.h > >generated on windows? do i need to install cygwin stuff and run > >buildconf.sh/configure? > > Good point Kevin :) > > May be just by editing it ;) Should move the logic of version out from conf

RE: cvs commit: jakarta-tomcat-4.0/service/java SimpleService.java

2001-06-25 Thread GOMEZ Henri
>> Log: >> Force shutdown of SimpleService after 5 seconds (Linux >doesn't throw an >> IOException when the ServerSocket is closed, but rather >waits until the >> first connection gets thru - DARN!) >And they call it "OS"... The dynamic linker/loader is screwed >badly, sockets >do not generate

RE: Service...

2001-06-25 Thread GOMEZ Henri
A really usefull feature, for ALL Tomcat release. I'll take a look at it and see how it could be suite in TC 3.2/3.3 :! What about ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint

Re: TC4 Beta5

2001-06-25 Thread Srinu Kavi
"Craig R. McClanahan" wrote: > On Mon, 25 Jun 2001, Srinu Kavi wrote: > > > I'm trying to run TC 4.0 beta 5's Catalina on HP's core services > > framework. > > > > (For my convenience, I made temporary/minor changes to > > bootstrap/Startup src such that TC can start w/o startup script, > > and

cvs commit: jakarta-tomcat/src/etc server.dtd

2001-06-25 Thread costin
costin 01/06/25 21:07:58 Removed: src/etc server.dtd Log: Obsolete file, it's out of date. I'll try to create a new one for those using xml editors ( like emacs ), but better for now to not have it then to have the wrong one.

Re: cvs commit: jakarta-tomcat-4.0/service/java SimpleService.java

2001-06-25 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > Log: > Force shutdown of SimpleService after 5 seconds (Linux doesn't throw an > IOException when the ServerSocket is closed, but rather waits until the > first connection gets thru - DARN!) And they call it "OS"... The dynamic linker/loader is s

cvs commit: jakarta-tomcat-4.0/service/java SimpleService.java

2001-06-25 Thread pier
pier01/06/25 20:27:34 Modified:service/java SimpleService.java Log: Force shutdown of SimpleService after 5 seconds (Linux doesn't throw an IOException when the ServerSocket is closed, but rather waits until the first connection gets thru - DARN!) Revision ChangesP

cvs commit: jakarta-tomcat-4.0/service/native java.c java.h jsvc-unix.c

2001-06-25 Thread pier
pier01/06/25 20:24:54 Modified:service/native java.c java.h jsvc-unix.c Log: Fixed bug preventing LINUX to executing a clean shutdown/reload. Revision ChangesPath 1.2 +23 -2 jakarta-tomcat-4.0/service/native/java.c Index: java.c =

Re: Connectors in Nightly builds?

2001-06-25 Thread Pier P. Fumagalli
Thom Park at [EMAIL PROTECTED] wrote: > > my Apologies, > > I'm referring to the Tomcat 4 nightly builds. > > Recent downloads of the source archives for tomcat 4 lacks the connector > sub-directory and corresponding source files. > > I'm particularly interested in the mod_webapp stuff but, of

Re: Connectors in Nightly builds?

2001-06-25 Thread kevin seguin
> > my Apologies, > > I'm referring to the Tomcat 4 nightly builds. > > Recent downloads of the source archives for tomcat 4 lacks the connector > sub-directory and corresponding > source files. > > I'm particularly interested in the mod_webapp stuff but, of course, wouldn't > mind a version o

Service...

2001-06-25 Thread Pier P. Fumagalli
(and I was supposed to hit the bed early tonight!) It's the old (and now revamped) service proposal... Allows a "service" to get signals (HUP/TERM) and to shutdown/restart correctly, and binding on port < 1024 while running as non-root... It is currently tested on Linux (RH71/i386), Solaris (8/S

cvs commit: jakarta-tomcat-4.0/service/native .cvsignore

2001-06-25 Thread pier
pier01/06/25 18:53:45 Added: service .cvsignore service/java .cvsignore service/native .cvsignore Log: Added .cvsignore files Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/.cvsignore Index: .cvsignore ===

RE: Connectors in Nightly builds?

2001-06-25 Thread Thom Park
my Apologies, I'm referring to the Tomcat 4 nightly builds. Recent downloads of the source archives for tomcat 4 lacks the connector sub-directory and corresponding source files. I'm particularly interested in the mod_webapp stuff but, of course, wouldn't mind a version of mod_jk that worked wi

Re: cvs commit: jakarta-tomcat-4.0/service/support config.guess

2001-06-25 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > Log: > Full UNIX service implementation checkin DARN... The script failed... It should have done it per directory (mistyping a "find -d" with a "find -f")... Sorry... Pier

cvs commit: jakarta-tomcat-4.0/service/native replace.h

2001-06-25 Thread pier
pier01/06/25 18:38:05 Added: service/native replace.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/replace.h Index: replace.h ===

cvs commit: jakarta-tomcat-4.0/service/native replace.c

2001-06-25 Thread pier
pier01/06/25 18:37:57 Added: service/native replace.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/replace.c Index: replace.c ===

cvs commit: jakarta-tomcat-4.0/service/native location.h

2001-06-25 Thread pier
pier01/06/25 18:37:50 Added: service/native location.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/location.h Index: location.h

cvs commit: jakarta-tomcat-4.0/service/native location.c

2001-06-25 Thread pier
pier01/06/25 18:37:42 Added: service/native location.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/location.c Index: location.c

cvs commit: jakarta-tomcat-4.0/service/native jsvc.h

2001-06-25 Thread pier
pier01/06/25 18:37:34 Added: service/native jsvc.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/jsvc.h Index: jsvc.h

cvs commit: jakarta-tomcat-4.0/service/native jsvc-unix.c

2001-06-25 Thread pier
pier01/06/25 18:37:26 Added: service/native jsvc-unix.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/jsvc-unix.c Index: jsvc-unix.c =

cvs commit: jakarta-tomcat-4.0/service/native java.h

2001-06-25 Thread pier
pier01/06/25 18:37:18 Added: service/native java.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/java.h Index: java.h

cvs commit: jakarta-tomcat-4.0/service/native java.c

2001-06-25 Thread pier
pier01/06/25 18:37:07 Added: service/native java.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/java.c Index: java.c

cvs commit: jakarta-tomcat-4.0/service/native home.h

2001-06-25 Thread pier
pier01/06/25 18:36:58 Added: service/native home.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/home.h Index: home.h

cvs commit: jakarta-tomcat-4.0/service/native home.c

2001-06-25 Thread pier
pier01/06/25 18:36:50 Added: service/native home.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/home.c Index: home.c

cvs commit: jakarta-tomcat-4.0/service/native help.h

2001-06-25 Thread pier
pier01/06/25 18:36:42 Added: service/native help.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/help.h Index: help.h

cvs commit: jakarta-tomcat-4.0/service/native help.c

2001-06-25 Thread pier
pier01/06/25 18:36:35 Added: service/native help.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/help.c Index: help.c

cvs commit: jakarta-tomcat-4.0/service/native dso.h

2001-06-25 Thread pier
pier01/06/25 18:36:26 Added: service/native dso.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/dso.h Index: dso.h ===

cvs commit: jakarta-tomcat-4.0/service/native dso-dyld.c

2001-06-25 Thread pier
pier01/06/25 18:36:19 Added: service/native dso-dyld.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/dso-dyld.c Index: dso-dyld.c

cvs commit: jakarta-tomcat-4.0/service/native dso-dlfcn.c

2001-06-25 Thread pier
pier01/06/25 18:36:11 Added: service/native dso-dlfcn.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/dso-dlfcn.c Index: dso-dlfcn.c =

cvs commit: jakarta-tomcat-4.0/service/native debug.h

2001-06-25 Thread pier
pier01/06/25 18:36:03 Added: service/native debug.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/debug.h Index: debug.h =

cvs commit: jakarta-tomcat-4.0/service/native debug.c

2001-06-25 Thread pier
pier01/06/25 18:35:55 Added: service/native debug.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/debug.c Index: debug.c =

cvs commit: jakarta-tomcat-4.0/service/native arguments.h

2001-06-25 Thread pier
pier01/06/25 18:35:47 Added: service/native arguments.h Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/arguments.h Index: arguments.h =

cvs commit: jakarta-tomcat-4.0/service/native arguments.c

2001-06-25 Thread pier
pier01/06/25 18:35:39 Added: service/native arguments.c Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/arguments.c Index: arguments.c =

cvs commit: jakarta-tomcat-4.0/service/native Makefile.in

2001-06-25 Thread pier
pier01/06/25 18:35:30 Added: service/native Makefile.in Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/native/Makefile.in Index: Makefile.in =

cvs commit: jakarta-tomcat-4.0/service/support install.sh

2001-06-25 Thread pier
pier01/06/25 18:33:53 Added: service/support install.sh Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/install.sh Index: install.sh ==

cvs commit: jakarta-tomcat-4.0/service/support config.sub

2001-06-25 Thread pier
pier01/06/25 18:33:41 Added: service/support config.sub Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/config.sub Index: config.sub ==

cvs commit: jakarta-tomcat-4.0/service/support config.guess

2001-06-25 Thread pier
pier01/06/25 18:33:33 Added: service/support config.guess Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/config.guess Index: config.guess

cvs commit: jakarta-tomcat-4.0/service/support buildconf.sh

2001-06-25 Thread pier
pier01/06/25 18:33:25 Added: service/support buildconf.sh Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/buildconf.sh Index: buildconf.sh

cvs commit: jakarta-tomcat-4.0/service/support apsupport.m4

2001-06-25 Thread pier
pier01/06/25 18:33:17 Added: service/support apsupport.m4 Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/apsupport.m4 Index: apsupport.m4

cvs commit: jakarta-tomcat-4.0/service/support apjava.m4

2001-06-25 Thread pier
pier01/06/25 18:33:09 Added: service/support apjava.m4 Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/apjava.m4 Index: apjava.m4 =

cvs commit: jakarta-tomcat-4.0/service/support apfunctions.m4

2001-06-25 Thread pier
pier01/06/25 18:33:01 Added: service/support apfunctions.m4 Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/support/apfunctions.m4 Index: apfunctions.m4 ==

cvs commit: jakarta-tomcat-4.0/service/java SimpleService.java

2001-06-25 Thread pier
pier01/06/25 18:32:24 Added: service/java SimpleService.java Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/java/SimpleService.java Index: SimpleService.java

cvs commit: jakarta-tomcat-4.0/service/java ServiceLoader.java

2001-06-25 Thread pier
pier01/06/25 18:32:16 Added: service/java ServiceLoader.java Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/java/ServiceLoader.java Index: ServiceLoader.java

cvs commit: jakarta-tomcat-4.0/service/java ServiceController.java

2001-06-25 Thread pier
pier01/06/25 18:32:07 Added: service/java ServiceController.java Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/java/ServiceController.java Index: ServiceController.java

cvs commit: jakarta-tomcat-4.0/service/java Service.java

2001-06-25 Thread pier
pier01/06/25 18:31:58 Added: service/java Service.java Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/java/Service.java Index: Service.java ==

cvs commit: jakarta-tomcat-4.0/service/java Makefile.in

2001-06-25 Thread pier
pier01/06/25 18:31:51 Added: service/java Makefile.in Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/java/Makefile.in Index: Makefile.in =

cvs commit: jakarta-tomcat-4.0/service configure.in

2001-06-25 Thread pier
pier01/06/25 18:31:30 Added: service configure.in Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/configure.in Index: configure.in ===

cvs commit: jakarta-tomcat-4.0/service Makefile.in

2001-06-25 Thread pier
pier01/06/25 18:31:22 Added: service Makefile.in Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/Makefile.in Index: Makefile.in ==

cvs commit: jakarta-tomcat-4.0/service Makedefs.in

2001-06-25 Thread pier
pier01/06/25 18:31:14 Added: service Makedefs.in Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/Makedefs.in Index: Makedefs.in ==

cvs commit: jakarta-tomcat-4.0/service INSTALL.txt

2001-06-25 Thread pier
pier01/06/25 18:30:24 Added: service INSTALL.txt Log: Full UNIX service implementation checkin Revision ChangesPath 1.1 jakarta-tomcat-4.0/service/INSTALL.txt Index: INSTALL.txt ==

cvs commit: jakarta-tomcat-4.0/service/support - New directory

2001-06-25 Thread pier
pier01/06/25 18:29:29 jakarta-tomcat-4.0/service/support - New directory

cvs commit: jakarta-tomcat-4.0/service/native - New directory

2001-06-25 Thread pier
pier01/06/25 18:29:21 jakarta-tomcat-4.0/service/native - New directory

cvs commit: jakarta-tomcat-4.0/service/java - New directory

2001-06-25 Thread pier
pier01/06/25 18:28:45 jakarta-tomcat-4.0/service/java - New directory

Re: Connectors in Nightly builds?

2001-06-25 Thread cmanolache
On Mon, 25 Jun 2001, Thom Park wrote: > Hi > > Does anyone have an E.T.A. on when the connectors will return to the nightly > builds > and/or when they will return to being included in the nighty source drops? Which connectors :-) ? If you are talking about the native mod_jk/mod_webapp - I di

RE: Problem with URLPatternMatcher

2001-06-25 Thread Creighton Kirkendall
Well, I was but noticed it had this problem. I did fix the code, however I am not sure whether or not I am going to use it. I do need a URLMatcher. If you have any suggestions as to a fast one that would be great. What is tomcat using to do its security path constraint matching now. Creighton

Connectors in Nightly builds?

2001-06-25 Thread Thom Park
Hi Does anyone have an E.T.A. on when the connectors will return to the nightly builds and/or when they will return to being included in the nighty source drops? -Thom

RE: Plz help! Tomcat blocks when calling itself - i am desperate!

2001-06-25 Thread Bari, Naeem
Marc, Thanks for your response. I will put together a little servlet that demonstrates this. I did find out the *cause* of the problem. I think this is a bug in tomcat... The situation is this: If you have a servlet that implements the SingleThreadedModel AND this servlet opens a URL back t

RE: Problem with URLPatternMatcher

2001-06-25 Thread Marc Saegesser
Yep, it looks like this code is broken, but it isn't actually used anywhere within Tomcat. In fact it has been removed in 3.3. Are you trying ot use this class directly in your code? > -Original Message- > From: Creighton Kirkendall [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 25, 20

RE: Plz help! Tomcat blocks when calling itself - i am desperate!

2001-06-25 Thread Marc Saegesser
Any chance you could send a small sample application that demonstrates the problem? > -Original Message- > From: Bari, Naeem [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 25, 2001 2:23 PM > To: '[EMAIL PROTECTED]' > Subject: Plz help! Tomcat blocks when calling itself - i am desperate!

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_se.properties

2001-06-25 Thread marcsaeg
marcsaeg01/06/25 13:19:34 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties LocalStrings_se.properties Log: Added status codes

Re: question about the reloading of servlet

2001-06-25 Thread Mike Anderson
There was a problem with the reload code on 3.2.2. Since reloading has been rewritten for 3.3, you can try that or you can get the latest source from the tomcat_32 branch and use it. The fix is in org.apache.tomcat.core.ServletWrapper.java if you just want the one file. >>> [EMAIL PROTECTED] 0

Plz help! Tomcat blocks when calling itself - i am desperate!

2001-06-25 Thread Bari, Naeem
I apologize for posting in the dev group, but postings to the user group have not shed any light on my problem, and I getting desperate! Here is my problem: -- My environment: Solaris 8 (fully patched) jdk 1.3.1, with hotspot enabled tomcat

Re: TC4 Beta5

2001-06-25 Thread Craig R. McClanahan
On Mon, 25 Jun 2001, Srinu Kavi wrote: > I'm trying to run TC 4.0 beta 5's Catalina on HP's core services > framework. > > (For my convenience, I made temporary/minor changes to > bootstrap/Startup src such that TC can start w/o startup script, > and as a service on CSF.) > > Any ideas what'

Re: question about the reloading of servlet

2001-06-25 Thread Craig R. McClanahan
On Mon, 25 Jun 2001, Henri Delebecque wrote: > hello, > > I have Tomcat 3.2.2, Apache 1.3.19 and mod_jk. > > One of my user is currently developing a servlet, and > change very frequently this one. > > from times to times, Tomcat stops reloading it, and I have > to restart it. Is it normal ?

[GUMP] Build Failure - Tomcat 3.x

2001-06-25 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

TC4 Beta5

2001-06-25 Thread Srinu Kavi
I'm trying to run TC 4.0 beta 5's Catalina on HP's core services framework. (For my convenience, I made temporary/minor changes to bootstrap/Startup src such that TC can start w/o startup script, and as a service on CSF.) Any ideas what's wrong and what I need to do? I'll be happy to provide a

question about the reloading of servlet

2001-06-25 Thread Henri Delebecque
hello, I have Tomcat 3.2.2, Apache 1.3.19 and mod_jk. One of my user is currently developing a servlet, and change very frequently this one. from times to times, Tomcat stops reloading it, and I have to restart it. Is it normal ? Why does he stop reloading ? I have read numerous posts on this

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Request.java

2001-06-25 Thread seguin
seguin 01/06/25 09:00:43 Modified:jk/java/org/apache/ajp Ajp13.java AjpRequest.java jk/java/org/apache/ajp/tomcat4 Ajp13Request.java Log: changed AjpRequest so that it extends org.apache.tomcat.util.http.BaseRequest. NOTE: not sure if this is the *right thing* --

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http BaseRequest.java

2001-06-25 Thread seguin
seguin 01/06/25 08:53:28 Modified:util/java/org/apache/tomcat/util/http BaseRequest.java Log: removed jvmRoute -- this is jk/ajp specific. Revision ChangesPath 1.2 +4 -14 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/BaseRequest.java In

RE: [jtc - jk] jk_version.h

2001-06-25 Thread GOMEZ Henri
>so, forgive me if this is a stupid question, but... how is jk_version.h >generated on windows? do i need to install cygwin stuff and run >buildconf.sh/configure? Good point Kevin :) May be just by editing it ;)

cvs commit: jakarta-tomcat-4.0/tester/web Session07a.jsp Session07b.jsp

2001-06-25 Thread craigmcc
craigmcc01/06/25 08:40:56 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester TestClient.java Added: tester/web Session07a.jsp Session07b.jsp Log: Add unit tests for maintaining a session across redirects. Revision ChangesPath 1.

RE: FORM-based authentication idea

2001-06-25 Thread Steve Downey
> -Original Message- > From: Michael Jennings [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 11:55 AM > To: [EMAIL PROTECTED] > Subject: Re: FORM-based authentication idea > > > > The best way to think about form-based login is like this: > > > > * The login page is (in ess

RE: [jtc] tabs policy??

2001-06-25 Thread Steve Downey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 24, 2001 7:16 AM > To: [EMAIL PROTECTED] > Subject: Re: [jtc] tabs policy?? > > > On Sun, 24 Jun 2001, Justin Erenkrantz wrote: > > > That just leads to formatting problems because people do

[jtc - jk] jk_version.h

2001-06-25 Thread kevin seguin
so, forgive me if this is a stupid question, but... how is jk_version.h generated on windows? do i need to install cygwin stuff and run buildconf.sh/configure? thanks. -kevin.

Problem with URLPatternMatcher

2001-06-25 Thread Creighton Kirkendall
I have noticed that there is a problem in URLPatternMatcher. It seems that in the match function we do not update the length. This is a problem because it causes the pattern matcher not to return the longest pattern. I noticed this some time ago but thought it was fixed in latter releases but it

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat33Ajp14Interceptor.java

2001-06-25 Thread kevin seguin
[EMAIL PROTECTED] wrote: > > On Sun, 24 Jun 2001, kevin seguin wrote: > > > i've been thinking about this, and, well, isn't this BaseRequest you're > > talking about kind of what org.apache.coyote.Request is? does it make > > sense to have two of these kinds of objects hanging around? is > > o

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http BaseRequest.java

2001-06-25 Thread seguin
seguin 01/06/25 06:33:40 Added: util/java/org/apache/tomcat/util/http BaseRequest.java Log: this is a general-purpose base http request object, refactored from org.apache.ajp.AjpRequest. there may be a few things that don't belong in here, namely, jvmRoute, attributes.

Why jakarta-tomcat-connectors not in rsync ?

2001-06-25 Thread SongDongsheng
Why jakarta-tomcat-connectors not in rsync ?

Re: Problems compiling

2001-06-25 Thread Pier P. Fumagalli
Zachmann, Jens at [EMAIL PROTECTED] wrote: > Hi! > > I want to import tomcat in my IDE for compiling (IBM Visual Age for Java). > But first problem I have is that it's not possible to compile the tomcat > with jdk1.1.8. Do I need jdk1.2.x? Because it runs on jdk1.1.8 so I thought > it's also pos

RE: Problems compiling

2001-06-25 Thread Zachmann, Jens
I'm using VAJ 3.02 The problem seems to be the missing jdk1.2 support in this environment. But the Problem seems to be that the embedded jdk1.2 support variable can't be compiled. As I understand tomcat should workl properly with this. Isn't it possible to compile tomcat with jdk1.1.x? Jens

Réf. : Problems compiling

2001-06-25 Thread JULE, Nicolas - DSIA
Hi Jens, I don't know if it is the answer you expected, but what I can say is that VisualAge for Java 3.5 runs with JDK 1.2.2. I imported some times ago, tomcat 3.2.1 and it compiled. Cheers, Nicolas De :[EMAIL PROTECTED] le 25

RE: Problems compiling

2001-06-25 Thread Emmanuel Lécharny
Hi, which kind of problem do you have? Which vaj version are you using? It's working pretty well for me, but maybe I was lucky, or not in the same environment? Emmanuel Lécharny, IKTEK 06 08 33 32 61, www.iktek.com -Message d'origine- De : Zachmann, Jens [mailto:

Problems compiling

2001-06-25 Thread Zachmann, Jens
Hi! I want to import tomcat in my IDE for compiling (IBM Visual Age for Java). But first problem I have is that it's not possible to compile the tomcat with jdk1.1.8. Do I need jdk1.2.x? Because it runs on jdk1.1.8 so I thought it's also possible to compile it with this version. Thanks, Jens

cvs commit: jakarta-tomcat-connectors/jk/native/isapi - New directory

2001-06-25 Thread andya
andya 01/06/25 02:14:43 jakarta-tomcat-connectors/jk/native/isapi - New directory

[CATALINA] Unknown protocol jndi: && MalformedURLException

2001-06-25 Thread Vincent Harcq
Hi, I come back on a problem expalined in a mail (11 may). Do you have any news on that one ? Previous Mail : === Craig, > Simon, > > I'm going to do some internal checking within Sun on this as > well -- I've > only played with RMI a little. The context class loader > inside Catal

cvs commit: jakarta-tomcat-connectors/jk/native/domino dsapi.dsp config.h

2001-06-25 Thread andya
andya 01/06/25 01:32:36 Modified:jk/native/domino dsapi.dsp config.h Log: Minor tidying up Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-connectors/jk/native/domino/dsapi.dsp Index: dsapi.dsp ===

cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-25 Thread hgomez
hgomez 01/06/25 01:04:39 Modified:src/etc server.xml Log: Ajp14 default port is 8011 Revision ChangesPath 1.81 +1 -1 jakarta-tomcat/src/etc/server.xml Index: server.xml === RCS file: /ho

RE: cvs commit: jakarta-tomcat/src/etc server.xml

2001-06-25 Thread GOMEZ Henri
Ajp14 default port is 8011 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: [EMAIL PROTECTED] [mailt

RE: Ajp14 - seems to work :-)

2001-06-25 Thread GOMEZ Henri
>Ok, I've got the first request served via Ajp14. There are probably few >details to resolve ( like the fact that the connection is closed after >authentication - I'm not sure why ). The connection close is normal. When you're in the worker init phase, you open a connection to tomcat, authentica