DO NOT REPLY [Bug 10487] New: - load-balancing for apache1.3/tomcat4.0.4

2002-07-04 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_b

[PROPOSAL] Single signon and loadbalancer

2002-07-04 Thread Denis Benoit
Hi, With the current code (TC 4.1.6), the single signon does not work with the loadbalancer connector. If a user was logged in a given webapp, the loadbalancer looks at the JSESSIONID cookie (or URL parameter) to dispatch the request properly to the tomcat where the user was logged on. But if t

mod_jk2 jvm thread issues

2002-07-04 Thread Mladen Turk
Hi, We have still some problems with the threads and jvm attach/detach. The detaching is now done in the afterRequest (It was already there but commented), but that doesn't prevent the case of the premature request dying when we are processing a long request (ore hanged one) and trying to shutdow

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-07-04 Thread mturk
mturk 2002/07/04 05:44:56 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Use the WaitForSingleObject instead of GetThreatExitCode. There was a bug that caused terminating the starter thread before the entire clenup finished. The entire extinsion start/stop managemen

Tomcat servlet and JBoss client problem!

2002-07-04 Thread Artur Jonak
Hi, I'm using Tomcat 4.0 as a servlet container for my servlet 'deltaclient'. This servlet is in fact a client of EJB application deployed on JBoss 2.4.4 This application runs on separate machine and requires authentication for every client app. The problem is that I can not instantiate javax.sec

Re: FW: mod_jk2

2002-07-04 Thread Henri Gomez
Quoting Pier Fumagalli <[EMAIL PROTECTED]>: > Fyi... Not acked... Just replied to this gentleman :) Asked to stay tuned and watch announcement on tomcat-dev for mod_jk 1.2.0 and 2.0.0 alpha. Henri > > -- Forwarded Message > From: Mark Howell <[EMAIL PROTECTED]> > Date: Thu, 4 Jul 2002 0

Re: Jetty and mod_jk2

2002-07-04 Thread Simon Stewart
On Thu, Jul 04, 2002 at 03:57:37AM -0700, Remy Maucherat wrote: > Simon Stewart wrote: > >The Jetty folks have been working hard on improving the connectivity > >between apache and jetty and so from 4.1.D2 Jetty has shipped with its > >own AJP13 Listener. According to Greg Wilkins, the currently s

DO NOT REPLY [Bug 10060] - Make the common and shared class loaders look in catalina.base

2002-07-04 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_b

CVS problem

2002-07-04 Thread Remy Maucherat
Trying to tag the CVS with 4.1.7 ... cvs server: [03:59:27] waiting for dsandberg's lock in /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets cvs server: [04:00:00] waiting for dsandberg's lock in /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/ser

Re: Jetty and mod_jk2

2002-07-04 Thread Remy Maucherat
Simon Stewart wrote: > The Jetty folks have been working hard on improving the connectivity > between apache and jetty and so from 4.1.D2 Jetty has shipped with its > own AJP13 Listener. According to Greg Wilkins, the currently shipped > version has problems with authenticated and SSL connections,

Jetty and mod_jk2

2002-07-04 Thread Simon Stewart
The Jetty folks have been working hard on improving the connectivity between apache and jetty and so from 4.1.D2 Jetty has shipped with its own AJP13 Listener. According to Greg Wilkins, the currently shipped version has problems with authenticated and SSL connections, but these are solved in the

FW: mod_jk2

2002-07-04 Thread Pier Fumagalli
Fyi... Not acked... -- Forwarded Message From: Mark Howell <[EMAIL PROTECTED]> Date: Thu, 4 Jul 2002 02:51:24 -0500 (CDT) To: <[EMAIL PROTECTED]> Subject: mod_jk2 Hello, The past two days, I have attempted to download mod_jk2 from http://jakarta.apache.org/builds/jakarta-tomcat-connectors

DO NOT REPLY [Bug 10469] New: - URLs of resources from application archives contain spaces

2002-07-04 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_b

problem with xalan

2002-07-04 Thread Juan Antonio Herraiz
Hello, I have a problem with xalan. I want to generate a .html file. I have a xml and xsl files, foo.xml and foo.xsl (these are from the examples of xalan). When I execute the jsp file, one error is produced, the error is that "the namespace is not valid" (more or less) Anything can help me!

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-07-04 Thread mturk
mturk 2002/07/04 00:23:55 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: Set the starter thread extisting through entire extension life cycle. The starter thread at init sleeps for 1 s, causing not blocking of the main IIS thread that calls LoadLibrary for our extensi