cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2002-04-10 Thread billbarker
billbarker02/04/10 22:58:03 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: Multiple Issues. -- Degrade to the socket port on HTTP/1.0 requests with a Host header but no port number. -- Default to port 443 if an HTTP/1.1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2002-04-10 Thread costin
costin 02/04/10 22:46:51 Modified:jk/java/org/apache/jk/apr AprImpl.java jk/java/org/apache/jk/common ChannelUn.java jk/java/org/apache/jk/server JkMain.java Log: Update the name, few fixes to get the substitution working Revision ChangesPath

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.c

2002-04-10 Thread costin
costin 02/04/10 22:45:56 Modified:jk/native2/common jk_registry.c Log: Small fix Revision ChangesPath 1.17 +7 -1 jakarta-tomcat-connectors/jk/native2/common/jk_registry.c Index: jk_registry.c =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_apr_socket.c

2002-04-10 Thread costin
costin 02/04/10 22:44:46 Modified:jk/native2/common jk_channel_apr_socket.c Log: Got unix socket to work again. Note that we still use 'direct' unix calls, not the APR wrappers ( is it finished ? I read about adding it in the plain apr sockets, but didn't see the code yet

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-10 Thread costin
costin 02/04/10 22:20:49 Modified:jk/native2 build.xml Log: A bigger change in the way we build native2. So far we had a jni_connect ( I changed the name to libjkjni since it conflicts with jk1 ) It contained a subset of jk and the native methods ( the minimum amount requir

Re: Building modapp for Tomcat4.0 and apache1_3.23

2002-04-10 Thread Punky Tse
make install? I don't run it. I manually copy mod_webapp.so from apache-1.3/.libs to libexec directory. README.txt should have all information you need. Punky - Original Message - From: "Noaman Ahmed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 06, 2002 9:18 PM S

cvs commit: jakarta-tomcat build.xml

2002-04-10 Thread larryi
larryi 02/04/10 19:05:13 Modified:.build.xml Log: The needed depency is already in the add-ons build.xml files. Removing it from here to avoid building twice. Revision ChangesPath 1.173 +1 -1 jakarta-tomcat/build.xml Index: build.xml =

cvs commit: jakarta-tomcat/proposals/PasswordPrompter build.xml

2002-04-10 Thread larryi
larryi 02/04/10 19:03:26 Modified:proposals/PasswordPrompter build.xml Log: Add needed tomcat-util.jar Revision ChangesPath 1.2 +1 -1 jakarta-tomcat/proposals/PasswordPrompter/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-site/xdocs bugreport.xml

2002-04-10 Thread glenn
glenn 02/04/10 18:47:29 Modified:docs bugreport.html xdocsbugreport.xml Log: Fix typos Revision ChangesPath 1.2 +4 -3 jakarta-tomcat-site/docs/bugreport.html Index: bugreport.html

cvs commit: jakarta-tomcat-site/xdocs bugreport.xml

2002-04-10 Thread glenn
glenn 02/04/10 18:31:49 Added: docs bugreport.html xdocsbugreport.xml Log: Create a bug report document to point to instead of bugzilla Revision ChangesPath 1.1 jakarta-tomcat-site/docs/bugreport.html Index: bugreport.html

DO NOT REPLY [Bug 7904] - Tag Pool Manager - ClassCastException

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

tomcat-dev@jakarta.apache.org

2002-04-10 Thread bluebird
Hello! Could you send me the documents on the architecture and the design of Tomcat4.0.x . Thanks. bluebird

Classloader troubles

2002-04-10 Thread gummi
Hi, I'm having classloader problems with Tomcat (3.3.1/4.0.1/4.0.3). The thing is, I'm trying to use the same classes (jars) in two webapps, but it seems like the classloaders get mixed up. >From what I know about class loading in Tomcat (and servlet engines in general), a separate classloader s

DO NOT REPLY [Bug 7942] New: - test for a Filter wrapping a servlet fails

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat build.xml

2002-04-10 Thread costin
costin 02/04/10 17:05:16 Modified:.build.xml Log: Copy commons-logging in common. Roll back if you think it's a problem, but it shouldn't be. There are few things that will work better - especially if you use log4j or another logger. Copy jk2.properties. Revis

JNI

2002-04-10 Thread costinm
Need help and feedback... As you know, the new Coyote supports both HTTP/1.1 and JK. And the new JK supports some new communication channels and APR functions that need JNI. The 'idealistic' goal was to do that transparently - using System.load(), so that the user will not have to set LD_LIBRA

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java JkMain.java

2002-04-10 Thread costin
costin 02/04/10 16:53:11 Modified:jk/java/org/apache/jk/apr AprImpl.java jk/java/org/apache/jk/common ChannelUn.java jk/java/org/apache/jk/core JkHandler.java jk/java/org/apache/jk/server JkCoyoteHandler.java JkMain.j

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java

2002-04-10 Thread costin
costin 02/04/10 16:50:33 Modified:coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor2.java coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java Log: Set 'jkHome' with the server-specific values ( cata

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jk_jni_aprImpl.c

2002-04-10 Thread costin
costin 02/04/10 16:49:02 Modified:jk/native2/jni jk_jni_aprImpl.c Log: I don't know why apr_initialize was commented out. Revision ChangesPath 1.9 +2 -1 jakarta-tomcat-connectors/jk/native2/jni/jk_jni_aprImpl.c Index: jk_jni_aprImpl.c =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_workerEnv.c

2002-04-10 Thread costin
costin 02/04/10 16:48:33 Modified:jk/native2/common jk_workerEnv.c Log: Add shm initialization ( does nothing at the moment ) Revision ChangesPath 1.25 +14 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c Index: jk_workerEnv.c ==

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-04-10 Thread costin
costin 02/04/10 16:48:03 Modified:jk/native2/include jk_workerEnv.h Log: Added a pointer to the shm object. Note that the 'shm' doesn't depend directly on APR or shared memory availability. Other implementations are possible to support 'strange' OSes or workarounds, or 'na

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2002-04-10 Thread costin
costin 02/04/10 16:44:56 Modified:jk/native2/common jk_shm.c Added: jk/native2/include jk_shm.h Log: A bit more code in the shm area. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/include/jk_shm.h Index: jk_shm.h =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_registry.h jk_registry.c

2002-04-10 Thread costin
costin 02/04/10 16:44:29 Modified:jk/native2/common jk_registry.h jk_registry.c Log: Add jk_shm to the registry. The general structure of the shared memory will be very simple - a number of 'slots', each following its own rules. That will allow multiple components to use

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-10 Thread costin
costin 02/04/10 16:41:22 Modified:jk/native2 build.xml Log: Added a call to build ( or check for) jkant. It's easier than remembering ( or documenting ) that you need to build jkant before native. Revision ChangesPath 1.19 +2 -0 jakarta-tomcat-connectors/jk/

cvs commit: jakarta-tomcat-connectors/util build.xml

2002-04-10 Thread costin
costin 02/04/10 15:57:47 Modified:util build.xml Log: Add test and include for commons-logging Revision ChangesPath 1.6 +6 -0 jakarta-tomcat-connectors/util/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/log CommonLogHandler.java LogManager.java

2002-04-10 Thread costin
costin 02/04/10 15:57:22 Modified:util/java/org/apache/tomcat/util/log LogManager.java Added: util/java/org/apache/tomcat/util/log CommonLogHandler.java Log: A small Log impl. on top of common-log, to get all logs go to the same logger. It's not set by default. Vario

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2002-04-10 Thread costin
costin 02/04/10 15:15:10 Modified:jk/java/org/apache/jk/server JkMain.java Log: Revision ChangesPath 1.14 +1 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkMain.java Index: JkMain.java =

DO NOT REPLY [Bug 7880] - If a TLV flags flags an error during the translation phase, a fatal translation error is not returned (HTTP 500).

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2002-04-10 Thread kinman
kinman 02/04/10 14:23:04 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch JspParseEventListener.java jasper/src/share/org/apache/jasper/servlet Tag: tomcat_40_branch JspServlet.java Removed:

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/servlet JspServlet.java

2002-04-10 Thread kinman
kinman 02/04/10 14:14:20 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java jasper/src/share/org/apache/jasper/servlet JspServlet.java Removed: jasper/src/share/org/apache/jasper JasperError.java Log: - Fixed

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java JkMain.java

2002-04-10 Thread costin
costin 02/04/10 13:43:41 Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java JkMain.java Log: Few tweaks, pass attributes to jk components, etc. Revision ChangesPath 1.9 +12 -7 jakarta-tomcat-connectors/jk/java/org/apache/jk/ser

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkServlet.java

2002-04-10 Thread costin
costin 02/04/10 13:42:45 Removed: jk/java/org/apache/jk/server JkServlet.java Log: Forgot this one - Coyote is now the connector. -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 7931] New: - A url that contains %2F in the path, tomcat returns 400 bad request.

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Watchdog problems on 3.3.x

2002-04-10 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 12:33 AM Subject: Re: Watchdog problems on 3.3.x > > The current Coyote connector (almost, but more on that later) passes > > Watchdog on port

jspc -compiler switch

2002-04-10 Thread Alan Arvesen
Hello Dev, I've read the posting guidelines for the list, the submission guidelines for jakarta, and the archives for the tomcat-dev. I'm still not quite sure of sending in a diff for my change, etc. Please be kind :) We've been using the jspc code shipped with t

How can I accomplish this:

2002-04-10 Thread Roland
Hello, we want to accomplish the following: We want ao make JSP pages to represent several lists with different lenths. Each JSP page will be a form that looks the same way: Item1: ___ Item2: ___ ... ItemN: ___ That is, you have a list of items representing the list, each one has an

Cookie problem with nsapi_redirector.so and netscape server 3.6

2002-04-10 Thread DLewis
Last year, there was a posting regarding problems with using Tomcat and Netscape Enterprise Server 3.6 using nsapi_redirector.so: http://w6.metronet.com/~wjm/tomcat/2000/Jun/msg00095.html I didn't see any helpful answers in archive on this issue. I am having a similar problem: One netscape webse

DO NOT REPLY [Bug 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7922] - Can't use DBCS path name for jsp

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

tomcat 4.0.3 shares the sessions between the same app on a http andhttps instance

2002-04-10 Thread Ismael Blesa Part
I have tested my webapp with last tomcat 4.0.3. I have uncommented the ssl section and I have installed my webapp putting the app.war file on the webapps folder. My apps has a load-on-startup section that initializes the db connection and shows the progress on the console, before tomcat 4.0.3

Building modapp for Tomcat4.0 and apache1_3.23

2002-04-10 Thread Noaman Ahmed
I am getting following o/p at the time of builng webapp module . ./configure with all appropriate action succeds. Even make Succeds But I get following error at the time of make install make[1]: Entering directory "lib" make[1]: Invoking "make build" /usr/local/bin/gcc -g -O2 -g -O2 -DSO

DO NOT REPLY [Bug 7922] New: - Can't use DBCS path name for jsp

2002-04-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Why won't you die?

2002-04-10 Thread Pier Fumagalli
"Remy Maucherat" <[EMAIL PROTECTED]> wrote: >> Ok... I'm facing this little problem... I have a servlet creating a RMI >> registry, and that binds to a port, creates a non-daemon Thread... >> Yadayadayada... You know where I want to end up to... >> >> Now, catalina.sh stop doesn't work anymore,

FW: Your tomcat 4.0 example application is... uh...

2002-04-10 Thread Pier Fumagalli
Nack! :/ Pier -- Forwarded Message > From: "Michael L. Davis" <[EMAIL PROTECTED]> > Date: Tue, 09 Apr 2002 07:41:08 -0600 > To: [EMAIL PROTECTED] > Subject: Your tomcat 4.0 example application is... uh... > > > non existant... the servlet is a bad link and the jsp needs to be wrapped i

Re: Watchdog problems on 3.3.x

2002-04-10 Thread Remy Maucherat
> The current Coyote connector (almost, but more on that later) passes > Watchdog on port 80. It fails badly on port 8080. From the discussions on > list between Remy and Costin, this is because the Watchdog tests incorrectly > fail to include the port in the Host header for the HTTP/1.1 protoco