cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison - New directory

2001-06-07 Thread costin
costin 01/06/06 23:45:51 jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison - New directory

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java

2001-06-07 Thread costin
costin 01/06/06 23:52:17 Modified:jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java Log: Few fixes I missed last time. We need to get out at the begining, since the page could call pushBody and we'll get a different out. Another

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java

2001-06-07 Thread costin
costin 01/06/06 23:56:16 Modified:jasper34/liaison/org/apache/jasper34/cli CommandLineContext.java jasper34/liaison/org/apache/jasper34/servlet JspEngineContext.java

mod_jk for AIX 4.3.3

2001-06-07 Thread Stijn Ver Eecke
hello, I seem to be unable to compile the mod_jk.so module myself ... the apxs command gives (executed under src/native/apache1.3) apxs -o mod_jk.so -DAIX -I../jk -I/usr/dev_java2/include -c *.c ../jk/*.c which returns : xlC_r -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java TagLibraries.java TagLibraryInfoImpl.java package.html TreeUtil.java

2001-06-07 Thread costin
costin 01/06/06 23:59:08 Modified:jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java JspCompilationContext.java jasper34/generator/org/apache/jasper34/generator JspParseEventListener.java

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java

2001-06-07 Thread costin
costin 01/06/07 00:02:27 Modified:jasper34 build.xml jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java Log: Fix some mistakes in previous commit. Revision ChangesPath 1.5 +1 -0

RE: per-context realms

2001-06-07 Thread Ignacio J. Ortega
For 3.2.2 ? FYI: perContext interceptors/valves are a standard feature in 3.3 and 4.0... Saludos , Ignacio J. Ortega -Mensaje original- De: Michael Jennings [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles 6 de junio de 2001 17:56 Para: [EMAIL PROTECTED] Asunto: per-context

mod_jk for HP-UX 11.0

2001-06-07 Thread Alberto Silva
Hi, Does anyone know where can I get a compiled version of mod_jk for HP-UX 11.0?? It seem that we have a problem with the compilation... Thanks in advance

Re: mod_jk for HP-UX 11.0

2001-06-07 Thread jean-frederic clere
Alberto Silva wrote: Hi, Does anyone know where can I get a compiled version of mod_jk for HP-UX 11.0?? It seem that we have a problem with the compilation... Thanks in advance Have you tried with the mod_jk that is on jakarta-tomcat-connectors? Running there (in jk/src/native)

RE: mod_jk for HP-UX 11.0

2001-06-07 Thread Taglang, Guillaume
Hi, Hi, Does anyone know where can I get a compiled version of mod_jk for HP-UX 11.0?? It seem that we have a problem with the compilation... I've compiled and run successfully mod_jk from the tomcat 3.3 milestone 2. Thanks in advance Guillaume

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: Thanks Pier :=) I have a couple of major updates, but right now I'm fighting with a major problem with the [EMAIL PROTECTED] mailing list :( :(... As soon as I'm done and I can check them, I'll be doing some updates... Pier

cvs commit: jakarta-tomcat-connectors/jk/src/doc AJPv14.txt

2001-06-07 Thread hgomez
hgomez 01/06/07 06:39:01 Modified:jk/src/doc AJPv14.txt Log: Updated documentation : SecretKey is now set in worker.properties Revision ChangesPath 1.4 +9 -5 jakarta-tomcat-connectors/jk/src/doc/AJPv14.txt Index: AJPv14.txt

cvs commit: jakarta-tomcat-connectors/jk/src/java/org/apache/ajp Ajp13Packet.java

2001-06-07 Thread hgomez
hgomez 01/06/07 06:42:42 Modified:jk/src/java/org/apache/ajp Ajp13Packet.java Log: Protocol headers ('AB' and 0x1234) no more hidden in code :) Revision ChangesPath 1.5 +5 -3 jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/Ajp13Packet.java

AJP14 - mod_jk - adventure continue

2001-06-07 Thread GOMEZ Henri
The ajp14 continue : There will be a huge commit today since I've started the ajp14 stuff (worker). Notes : I've updated Domino, Netscape, IIS, Apache 1.3/2.0 since I add the uw_map to wc_open call. AJP14 and it's autoconf feature will try to load the URI 2 worker maps... On the Java Side

cvs commit: jakarta-tomcat-connectors/jk/src/native README

2001-06-07 Thread hgomez
hgomez 01/06/07 06:46:48 Modified:jk/src/native README Log: Update on build instruction Very easy now with JF Clere autoconf :) Revision ChangesPath 1.2 +2 -62 jakarta-tomcat-connectors/jk/src/native/README Index: README

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw list.mk mod_jk.dsp

2001-06-07 Thread hgomez
hgomez 01/06/07 06:48:59 Modified:jk/src/native/apache-1.3 Makefile.freebsd Makefile.in Makefile.linux Makefile.nw list.mk mod_jk.dsp Log: Updated build files (jk_ajp_common added) Revision ChangesPath 1.5 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-1.3 mod_jk.c

2001-06-07 Thread hgomez
hgomez 01/06/07 06:49:50 Modified:jk/src/native/apache-1.3 mod_jk.c Log: Removed SecretKey from mod_jk.conf and add uw_map to wc_open (ajp14 autoconf) Revision ChangesPath 1.6 +4 -75 jakarta-tomcat-connectors/jk/src/native/apache-1.3/mod_jk.c Index:

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 Makefile.in Makefile.linux mod_jk.dsp

2001-06-07 Thread hgomez
hgomez 01/06/07 06:54:19 Modified:jk/src/native/apache-2.0 Makefile.in Makefile.linux mod_jk.dsp Log: Updated build files (jk_ajp_common added) Revision ChangesPath 1.5 +2 -2

cvs commit: jakarta-tomcat-connectors/jk/src/native/apache-2.0 mod_jk.c

2001-06-07 Thread hgomez
hgomez 01/06/07 06:56:35 Modified:jk/src/native/apache-2.0 mod_jk.c Log: Updated mod_jk for Apache 2.0. More directives and update for wc_open (uw_map added) Revision ChangesPath 1.5 +59 -4 jakarta-tomcat-connectors/jk/src/native/apache-2.0/mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/domino dsapi.dsp jk_dsapi_plugin.c

2001-06-07 Thread hgomez
hgomez 01/06/07 07:03:53 Modified:jk/src/native/domino dsapi.dsp jk_dsapi_plugin.c Log: Updated build file (added jk_ajp14, jk_ajp14_worker, jk_md5, jkajp_common) updated wc_open call Revision ChangesPath 1.3 +37 -0

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: Could we change the naming of webapp to make it matching jk... ie : webapp/src/native/apache-1.3 webapp/src/doc webapp/src/native/include webapp/src/java webapp/src/native/lib webapp/src/native/scandoc webapp/src/native/webapplib May be JF or Kevin :) If we

cvs commit: jakarta-tomcat-connectors/jk/src/native/netscape Makefile.nw Makefile.solaris jk_nsapi_plugin.c nsapi.dsp

2001-06-07 Thread hgomez
hgomez 01/06/07 07:09:14 Modified:jk/src/native/netscape Makefile.nw Makefile.solaris jk_nsapi_plugin.c nsapi.dsp Log: updated build files to use : jk_ajp14, jk_ajp14_worker, jk_md5, jk_ajp_common Revision ChangesPath 1.4 +4 -0

cvs commit: jakarta-tomcat-connectors/jk/src/native/iis isapi.dsp jk_isapi_plugin.c

2001-06-07 Thread hgomez
hgomez 01/06/07 07:13:19 Modified:jk/src/native/iis isapi.dsp jk_isapi_plugin.c Log: Updated build file (jk_ajp_common) Updated use of wc_open Revision ChangesPath 1.3 +19 -7 jakarta-tomcat-connectors/jk/src/native/iis/isapi.dsp Index: isapi.dsp

cvs commit: jakarta-tomcat-connectors/jk/src/native/domino Makefile dsapi.dsp

2001-06-07 Thread hgomez
hgomez 01/06/07 07:16:24 Modified:jk/src/native/domino Makefile dsapi.dsp Log: Updated Makefile (missed previous time) and added jk_context to .dsp Revision ChangesPath 1.2 +2 -1 jakarta-tomcat-connectors/jk/src/native/domino/Makefile Index: Makefile

cvs commit: jakarta-tomcat-connectors/jk/src/native/netscape Makefile.nw Makefile.solaris nsapi.dsp

2001-06-07 Thread hgomez
hgomez 01/06/07 07:19:48 Modified:jk/src/native/netscape Makefile.nw Makefile.solaris nsapi.dsp Log: Updated build files (oups I forget jk_context) Revision ChangesPath 1.5 +1 -0

cvs commit: jakarta-tomcat-connectors/jk/src/native/nt_service nt_service.dsp

2001-06-07 Thread hgomez
hgomez 01/06/07 07:21:51 Modified:jk/src/native/nt_service nt_service.dsp Log: Updated build file (added jk_context and jk_ajp_common) Revision ChangesPath 1.3 +16 -0 jakarta-tomcat-connectors/jk/src/native/nt_service/nt_service.dsp Index:

Re: AJP14 - mod_jk - adventure continue

2001-06-07 Thread cmanolache
On the Java Side I've started a quick patch on TC 3.3 Ajp13.java Ajp13Interceptor. I'll wait for TC 3.3 java code import to commit the java code for Ajp14 :) Henri, I'll try to do the commit over the weekend, after Java one. I would like to start building the connector and buffers

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp13.c jk_ajp13.h

2001-06-07 Thread hgomez
hgomez 01/06/07 07:31:24 Modified:jk/src/native/common jk_ajp13.c jk_ajp13.h Log: 'Diet' ajp13 source code. All of it's code is now in ajp_common and shared with ajp14 Revision ChangesPath 1.3 +2 -518jakarta-tomcat-connectors/jk/src/native/common/jk_ajp13.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp13_worker.c jk_ajp13_worker.h

2001-06-07 Thread hgomez
hgomez 01/06/07 07:33:07 Modified:jk/src/native/common jk_ajp13_worker.c jk_ajp13_worker.h Log: ajp13_worker also on the Diet. code is shared with ajp14 and live in ajp_common :=) Revision ChangesPath 1.4 +25 -683

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp14.c jk_ajp14.h

2001-06-07 Thread hgomez
hgomez 01/06/07 07:35:50 Modified:jk/src/native/common jk_ajp14.c jk_ajp14.h Log: ajp14 handle now all marshall/unmarshalling. Also use the 'AC' and 0x1235 protocol headers to avoid conflict with ajp13. Just to avoid having ajp13 packets on an ajp14 connection...

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_ajp14_worker.c jk_ajp14_worker.h

2001-06-07 Thread hgomez
hgomez 01/06/07 07:36:51 Modified:jk/src/native/common jk_ajp14_worker.c jk_ajp14_worker.h Log: Initial AJP14 worker. Later will be implemented login and context infos. Revision ChangesPath 1.2 +101 -10

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_context.c

2001-06-07 Thread hgomez
hgomez 01/06/07 07:37:54 Modified:jk/src/native/common jk_context.c Log: Updated stuff on context Revision ChangesPath 1.3 +2 -2 jakarta-tomcat-connectors/jk/src/native/common/jk_context.c Index: jk_context.c

cvs commit: jakarta-tomcat-connectors/jk/src/native/common jk_util.c jk_util.h

2001-06-07 Thread hgomez
hgomez 01/06/07 07:40:53 Modified:jk/src/native/common jk_util.c jk_util.h Log: Added secretkey support from worker.properties Revision ChangesPath 1.3 +15 -5 jakarta-tomcat-connectors/jk/src/native/common/jk_util.c Index: jk_util.c

RE: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread GOMEZ Henri
ie : webapp/src/native/apache-1.3 webapp/src/doc webapp/src/native/include webapp/src/java webapp/src/native/lib webapp/src/native/scandoc webapp/src/native/webapplib May be JF or Kevin :) If we share some macro files (m4 files) for configure, life will be more easy if the

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread kevin seguin
jean-frederic clere wrote: GOMEZ Henri wrote: Could we change the naming of webapp to make it matching jk... ie : webapp/src/native/apache-1.3 webapp/src/doc webapp/src/native/include webapp/src/java webapp/src/native/lib webapp/src/native/scandoc

Re: [T4] Three things

2001-06-07 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: #1. I have been able to compile Tomcat 4 for the FIRST time in about 6 months without a lot of painful work. Woo hoo! Champagne ! The new build.properties based build is much easier :) #2. The latest cvs version fixes about 99% of the speed issues that

AJP14 - autoconf

2001-06-07 Thread GOMEZ Henri
Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from yesterday (without AC_PROG_LD) worked fine... - Henri Gomez

Re: per-context realms

2001-06-07 Thread Michael Jennings
Thanks! That is EXACTLY what I was looking for! -Mike - Original Message - From: Antony Bowesman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 10:39 PM Subject: Re: per-context realms Michael Jennings wrote: Hi everyone, Does anyone have an idea

Re: per-context realms

2001-06-07 Thread Michael Jennings
Thanks for the info! I didn't know perContext interceptors were a standard feature in 3.3 I tried building and using tomcat 3.3, but I had problems with apache-tomcat communications. I think I'll use 3.2.2 for now (since I got it to work) until I know enough to start contributing to 3.3. -Mike

Re: AJP14 - autoconf

2001-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from yesterday (without AC_PROG_LD) worked fine... I use

Re: AJP14 - autoconf

2001-06-07 Thread jean-frederic clere
GOMEZ Henri wrote: autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from yesterday (without AC_PROG_LD) worked fine... I use libtool 1.3.5... AC_PROG_LD is in libtool.m4 (/usr/local/share/aclocal) I

Many problems whith Post method

2001-06-07 Thread Jose Luis Rodriguez
I have many problems with method Post when I use Tomcat 3.2.1 + Nt 4.0 + IIS + IE 5.x. When I use Netscape Communicator that's OK. For example: Page HTML: form name=frm action=proc_inicio.jsp method=post PLogin: input type=text name=login size=15 maxlength=10 value= PPassword: input

Re: [T4] Three things

2001-06-07 Thread Jon Stevens
on 6/7/01 8:35 AM, Remy Maucherat [EMAIL PROTECTED] wrote: Champagne ! The new build.properties based build is much easier :) Yes. Much much much easier. However, it still has dependencies on a bazillion things which is a pain to setup, but I can manage that. :-) I don't really know what

Suggested change to JNDIRealm

2001-06-07 Thread Bragg, Casey
I've written a modification of org.apache.catalina.realm.JNDIRealm.getRoles to allow for the following : If the realm descriptor's roleBase (in server.xml) is null or blank, JNDIRealm will retrieve the assigned roles list from the attribute owned by the user's DN which is specified in roleName.

Some Tomcat JSP Performance Numbers

2001-06-07 Thread Rainer Jung
I thought it might be interesting to contribute some quickly taken JSP performance figures for tomcat. The numbers were not taken especially for the list, so the setting might look a little strange. All Measurements were short-time, typically running app. 2 minutes. I used a very simple JSP,

Re: SSL - NES / DOMINO

2001-06-07 Thread Andy Armstrong
Andy Armstrong wrote: [snip] There's a bug in the current release of the Domino connector that means that it doesn't properly recognise SSL requests, which means it doesn't is_ssl in the jk_ws_service structure. I've fixed this now, but I don't seem to be able to recover values for ssl_cert,

Re: SSL - NES / DOMINO

2001-06-07 Thread Andy Armstrong
Hi Henri, GOMEZ Henri wrote: Hi, I take a look at NES and the SSL vars are not handled by this connector. Idem for DOMINO where some vars are grabbed but not used. Who know how to get the SSL vars (the following come from apache+mod_ssl) : SSL_CLIENT_CERT = The

SSL - NES / DOMINO

2001-06-07 Thread GOMEZ Henri
Hi, I take a look at NES and the SSL vars are not handled by this connector. Idem for DOMINO where some vars are grabbed but not used. Who know how to get the SSL vars (the following come from apache+mod_ssl) : SSL_CLIENT_CERT = The client certificat (if user auth used)

Re: [T4] Three things

2001-06-07 Thread Punky Tse
#1. I have been able to compile Tomcat 4 for the FIRST time in about 6 months without a lot of painful work. Woo hoo! Agree. I have the same experience before. But a few days ago I tried again, I did it. How amazing. Thanks a lot, guys. Now my only complain for building TC4 from cvs is

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/depend DependManager.java Dependency.java

2001-06-07 Thread costin
costin 01/06/07 20:12:49 Modified:src/share/org/apache/tomcat/util/depend DependManager.java Dependency.java Log: Added a toString method to Dependency ( for easy debug/messages ). Added few convenience methods to DependManager. Revision Changes

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade ServletInfo.java

2001-06-07 Thread costin
costin 01/06/07 19:58:58 Modified:src/facade22/org/apache/tomcat/facade ServletInfo.java Log: Fix error in ServletInfo: a servlet can have more than a dependency ( we do that for jsps in principal, could be used for reloading indvidual servlets ) Revision ChangesPath

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: I would propose to remove the src level in jk... I like this better :) Pier

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: I'll follow Kevin there since he used the organization found in tomcat. For webapp why not use org/apache/warp No, the WARP code in WebApp is specific to Catalina, so, org.apache.catalina.connectors.warp Pier

Failed experiment

2001-06-07 Thread cmanolache
Just to let you know - and keep a record of the attempt. I did a small experiment, making all objects in tomcat Serializable ( a bit of perl ) and saving the state just before engineStart() ( when all the state is stable ). Then at startup, detect if tomcat.ser is available and load it. I

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf UDecoder.java

2001-06-07 Thread costin
costin 01/06/07 20:10:28 Modified:src/share/org/apache/tomcat/util/buf UDecoder.java Log: Remove debug statement. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/buf/UDecoder.java Index: UDecoder.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java

2001-06-07 Thread costin
costin 01/06/07 20:04:35 Modified:src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java Log: Fixed package for AccessLogInterceptor. Revision ChangesPath 1.2 +1 -1

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServerSession.java

2001-06-07 Thread costin
costin 01/06/07 20:02:58 Modified:src/share/org/apache/tomcat/core ServerSession.java Log: Removed Serializable from ServerSession, it is not needed ( we serialize each individual object if it is serializable - so we have more control ), and it also creates problem on special

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers SimpleMapper1.java

2001-06-07 Thread costin
costin 01/06/07 20:08:26 Modified:src/share/org/apache/tomcat/modules/mappers SimpleMapper1.java Log: Added PrefixMapper as an internal class, it is very specific to SimpleMapper ( and not used in other modules ). It is also ugly and quite slow, so

cvs commit: jakarta-tomcat/src/build/manifests manifest.embedded manifest.jspc

2001-06-07 Thread costin
costin 01/06/07 19:52:45 Added: src/build/manifests manifest.embedded manifest.jspc Log: Added 2 manifest files - one for running jspc, one for EmbededTomcat ( no server.xml is used ) Revision ChangesPath 1.1

Re: cvs commit: jakarta-tomcat-4.0/connectors/scandoc scandoc.pl template.pl

2001-06-07 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: Could we change the naming of webapp to make it matching jk... ie : webapp/src/native/apache-1.3 webapp/src/doc webapp/src/native/include webapp/src/java webapp/src/native/lib webapp/src/native/scandoc webapp/src/native/webapplib May be JF

cvs commit: jakarta-tomcat build.xml

2001-06-07 Thread costin
costin 01/06/07 19:55:45 Modified:.build.xml Log: Stop copying ant, or jaxp from ant. Ant is still included in the /admin app, where it is used for tests and will be used for various automations. Revision ChangesPath 1.131 +19 -20

Re: AJP14 - autoconf

2001-06-07 Thread Pier P. Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: GOMEZ Henri wrote: Hi JF, Just test the latest configure stuff and autoconf failed with : autoconf: Undefined macros: configure.in:23:AC_PROG_LD I've got autoconf 2.13, libtool 1.3.4, automake 1.4 :) The configure.in from

Re: SSL - NES / DOMINO

2001-06-07 Thread Andy Armstrong
Andy Armstrong wrote: [snip] I've now had a look at the 3.3 source for ajp13 and I think I understand the problem. Look at this: if(s-ssl_cert_len) { if(0 != jk_b_append_byte(msg, SC_A_SSL_CERT) || 0 != jk_b_append_string(msg, s-ssl_cert)) { jk_log(l,

RE: Tomcat 3.2.2 doesn't builds with jdk 1.1.8

2001-06-07 Thread Marc Saegesser
Tomcat 3.2.2 will run on JDK1.1 VMs, but right now it only builds on JDK1.2. These securitiy manager classes will never be used if Tomcat is running on a 1.1 VM. Hopefully we can update the build.xml for the next release to exclude these classes for 1.1 builds. -Original Message-

RE: Session ID in load balancer in 3.2.2

2001-06-07 Thread Marc Saegesser
How about a diff -u or at least may be a file name? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mathias Herberts Sent: Monday, June 04, 2001 6:53 AM To: [EMAIL PROTECTED] Subject: Session ID in load balancer in 3.2.2 According to the

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/parser JspReader.java

2001-06-07 Thread costin
costin 01/06/07 21:57:02 Modified:jasper34/generator/org/apache/jasper34/generator GeneratorBase.java JspParseEventListener.java ServletWriter.java jasper34/generator/org/apache/jasper34/parser JspReader.java Added: