RE: CVS / mod_webapp / web-connector sub-project

2001-04-19 Thread GOMEZ Henri
I think Dan is right on this one - improving the configuration of mod_jk is probably the most important thing, and merging with mod_webapp and porting it's protocol and config mechanism would be a good way to do that. I agree that integrating mod_webapp functionnalities is not a priority for

sample code to add interception to url access in tomcat 3.2.1

2001-04-19 Thread Teitelman, Chen
Title: sample code to add interception to url access in tomcat 3.2.1 I am looking for sample code to add interception to URL access in tomcat 3.2.1 Chen Teitelman Computer Associates Manager/ Development tel: +972 3 645 fax: +972 3 6450001 mailto:[EMAIL PROTECTED] mailto:[EMAIL

[PATCH] T4/catalina/build.sh

2001-04-19 Thread Ceki Gülcü
Hello, Here is a small patch to make jakarta-tomcat-4.0/catalina/build.sh a bit more cygwin friendly. Best regards, Ceki Index: build.sh === RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/build.sh,v retrieving revision 1.8

Problem with isEncodeable

2001-04-19 Thread Luise Massimo
Hi all. I have noticed a strange thing with isEncodeable/toAbsolute (HttpServletResponseFacade.java) in Tomcat 3.2.1. I'm using encodeURL into a RequestDispatcher.forward and i'm forwarding a request from a servlet to a JSP. The context is "/servizi" and he URL to which i'm forwarding the request

mod_jk on HP-UX11

2001-04-19 Thread Matthias Juchem
Hi there, yesterday I played around with the source code of mod_jk because it does not work for HP-UX 11. In order to test some things, I need to know something about the expected behaviour (the Faq-O-Matic is out of order at the moment): Does the module start Tomcat automatically? I remember

Re: mod_jk on HP-UX11

2001-04-19 Thread cmanolache
Hi, yesterday I played around with the source code of mod_jk because it does not work for HP-UX 11. In order to test some things, I need to know something about the expected behaviour (the Faq-O-Matic is out of order at the moment): That's great, can you compile it ? ( there is a bug in

RE: mod_jk on HP-UX11

2001-04-19 Thread Mike Braden
If you want to start working with mod_jk on HPUX, I'd highly recommend the mod_jk that comes with TC3.3. This version of mod_jk will work with other versions of Tomcat 3 and has the latest changes. Also note that there is now a build script for mod_jk for HPUX included with TC3.3. I think it

Jasper and taglib

2001-04-19 Thread Luise Massimo
Hi all. Anyone can tell me why Jasper assume there is only one entry for taglib-uri/taglib-location inside taglib node (this in Tomcat 3.2.1) ?

[PATCH] */build.sh

2001-04-19 Thread Ceki Gülcü
Hi, I found that adding the following lines to the different build.sh files contained in the jakarta-tomcat-4.0 CVS module makes the build.sh files cygwin friendly. # Here to show context if [ "$CLASSPATH" != "" ] ; then CP=$CLASSPATH:$CP fi # To be added: if [ "$OSTYPE" = "cygwin32" ] ||

Re: Jasper and taglib

2001-04-19 Thread Craig R. McClanahan
On Thu, 19 Apr 2001, Luise Massimo wrote: Hi all. Anyone can tell me why Jasper assume there is only one entry for taglib-uri/taglib-location inside taglib node (this in Tomcat 3.2.1) ? Because that's what the deployment descriptor DTD requires -- see the Servlet 2.2 spec at

Tomcat Apache experiences

2001-04-19 Thread Ben Hutchison
Hi all, I have been trying toset anApache server with Tomcat under Windows. It hasnt been as easy as it could be. I have a few issues with both distributions and docs which Im going to describe here. First up, I tried running Tomcat 4.0b3 with Apache. It requires the user to build

[PATCH] Bug #1400:

2001-04-19 Thread Doug Barnes
The keystore file format allows (and keytool encourages) multiple keys in a keystore file, with each key encrypted with a different password. It should be possible to specify an SSLServerSocketFactory that deals with a keystore file that has these properties (currently, it just uses the first

Re: mod_jk on HP-UX11

2001-04-19 Thread Matthias Juchem
On Thu, 19 Apr 2001 [EMAIL PROTECTED] wrote: Hi, yesterday I played around with the source code of mod_jk because it does not work for HP-UX 11. In order to test some things, I need to know something about the expected behaviour (the Faq-O-Matic is out of order at the moment):

RE: mod_jk on HP-UX11

2001-04-19 Thread Matthias Juchem
On Thu, 19 Apr 2001, Mike Braden wrote: I've just read README.hpux and it says that support for JNI was removed in order to build it on HP-UX 11. I do not know the internals of Tomcat and where JNI is needed there, but at least my patch (submitted before) seems to work without remove support for

R: Jasper and taglib

2001-04-19 Thread Luise Massimo
Sorry.i made a stupid question :( ...sorry again -Messaggio originale- Da: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Inviato: gioved 19 aprile 2001 18.44 A: '[EMAIL PROTECTED]' Oggetto: Re: Jasper and taglib On Thu, 19 Apr 2001, Luise Massimo wrote: Hi all. Anyone can

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_msg_buff.c jk_msg_buff.h

2001-04-19 Thread hgomez
hgomez 01/04/19 14:25:28 Modified:src/native/mod_jk/common jk_msg_buff.c jk_msg_buff.h Log: Added jk_dump_msg helper function to help dump what's in a jk_buff Revision ChangesPath 1.3 +24 -1 jakarta-tomcat/src/native/mod_jk/common/jk_msg_buff.c Index:

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp13_worker.c

2001-04-19 Thread hgomez
hgomez 01/04/19 14:26:44 Modified:src/native/mod_jk/common jk_ajp13_worker.c Log: The previous patch to solve the Tomcat restart problem corrected only GET method. This one add POST method support. Revision ChangesPath 1.7 +82 -40

RE: [PATCH] */build.sh

2001-04-19 Thread GOMEZ Henri
What about checking also the build.sh for Tomcat 3.3 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From:

RE: CVS / mod_webapp / web-connector sub-project

2001-04-19 Thread cmanolache
On Thu, 19 Apr 2001, GOMEZ Henri wrote: I think Dan is right on this one - improving the configuration of mod_jk is probably the most important thing, and merging with mod_webapp and porting it's protocol and config mechanism would be a good way to do that. I agree that integrating

RE: [PATCH] */build.sh

2001-04-19 Thread cmanolache
On Thu, 19 Apr 2001, GOMEZ Henri wrote: What about checking also the build.sh for Tomcat 3.3 :) What about removing the build.sh/build.bat completely ( at least from 3.3). It used to be a workaround, when ant didn't had support for classpath. Proposal: remove build.sh/build.bat, use "ant".

RE: [PATCH] */build.sh

2001-04-19 Thread Craig R. McClanahan
On Thu, 19 Apr 2001 [EMAIL PROTECTED] wrote: On Thu, 19 Apr 2001, GOMEZ Henri wrote: What about checking also the build.sh for Tomcat 3.3 :) What about removing the build.sh/build.bat completely ( at least from 3.3). It used to be a workaround, when ant didn't had support for

3.2.2b3 mod_jk gets stuck in readFully

2001-04-19 Thread Pogo Com
I've been testing Tomcat 3.2.2b3 and Apache 1.3 on Solaris, connected with mod_jk. Things are generally working, but there is a serious problem that occurs under load. The problem is that certain Apache children get stuck talking to Tomcat. The children are always requesting JSP pages. Using

Problem with isEncodeable

2001-04-19 Thread Luise Massimo
Sorry i forget to say that if i change the url to which i redirect requests into "/servizi/templates/page.jsp" the encodeURL go right but the forward does not go (i get 404). Hi all. I have noticed a strange thing with isEncodeable/toAbsolute (HttpServletResponseFacade.java) in Tomcat 3.2.1.

cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml

2001-04-19 Thread amyroh
amyroh 01/04/19 21:37:15 Modified:tester/src/bin tester.xml Log: Add additional SSI tests including fsize config. Revision ChangesPath 1.33 +40 -0 jakarta-tomcat-4.0/tester/src/bin/tester.xml Index: tester.xml

Turn off cookies, enable URL Rewriting?

2001-04-19 Thread Sheldon Wosnick
I am working with Tomcat 4.0 and I just wanted to know whether it is possible to turn off cookies and use URL rewriting instead. There logically must be a way through the configuration but how this change can actually be done in the config files is a mystery. Any help is appreciated, Sheldon

[PATCH] context ClassLoader not set before init(ServletConfig)

2001-04-19 Thread Kyle F. Downey
I think there's another place the context ClassLoader should be set: right before init(ServletConfig) is called. Attached is a patch that sets the current Thread's ContextClassLoader and then to the servlet context's ClassLoader and restores it after init() completes. This ensures that the