RE: Jk2: jkctl handler

2001-12-14 Thread GOMEZ Henri
>> could you explain us more about ping ? > >Jk now has a 'ping' message type, which replaces the login and >discovery >messages. > >It will send the 'ping' as the first packet when it opens the >connection, >and also every time it is asked for ( or even periodically ). The ping >will be equival

RE: Jk2: discovery and updates

2001-12-14 Thread GOMEZ Henri
>> >Tomcat could also decide to push config data, or context >status, etc. >> >> Ok, we could have a little overhead (network latency) during >this init >> phase but it's not a big problem since it's not too common. >Which make >> me think that in multithreaded env like Apache 2.0 we could avoi

RE: org.apache.tomcat.util.net package in tomcat 3.x

2001-12-14 Thread GOMEZ Henri
>+1 ( part of it has already been moved ). > >But if we do that, I would propose to _move_ it, not copy. > Does it means that TC 3.3.1 will require and use part of J-T-C instead of keeping its own copy ? If we move more and more logic and code in j-t-c, we may need to have soon a specific jaka

DO NOT REPLY [Bug 5427] New: - File Uploads with MultipartRequest

2001-12-14 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 5429] New: - ApplicationContext cannot load resources if they do not have a "long" filename in lower case.

2001-12-14 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 5429] - ApplicationContext cannot load resources if they do not have a "long" filename in lower case.

2001-12-14 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 5429] - ApplicationContext cannot load resources if they do not have a "long" filename in lower case.

2001-12-14 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

WG: SSL with IE5.0

2001-12-14 Thread Lauer, Oliver
> AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > Wörthstraße 34 > D-50668 Köln > Germany > Tel.: +49 221 148 31277 > Fax: +49 221 148 43963 > Mobil: +49 179 59 064 59 > e-Mail: [EMAIL PROTECTED] > _ > -Ursprüngliche Nachricht

RE: org.apache.tomcat.util.net package in tomcat 3.x

2001-12-14 Thread Kevin Seguin
> > If we move more and more logic and code in j-t-c, we may need > to have soon a specific jakarta-tomcat-connectors dev-list ? > > There is today low java in jtc, mainly native code. > If all the 'ORB' java code is moved to j-t-c, for jk, > next maybe warp, and coyote also, we'll need to split

bugzilla issue status change..

2001-12-14 Thread Martin van den Bemt
Hi, I'm always a bit cautious if not hesitant to change messages in bugzilla, since I'm not one of the developers. Some issues however I can easily give an answer to. Should I indeed change the status of those kind of messages, or just add my comments and leave it open, for someone with the bigge

DO NOT REPLY [Bug 5432] New: - request.getRequestDispatcher("nothing")

2001-12-14 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: bugzilla issue status change..

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, Martin van den Bemt wrote: > Hi, > > I'm always a bit cautious if not hesitant to change messages in bugzilla, > since I'm not one of the developers. Some issues however I can easily give > an answer to. Should I indeed change the status of those kind of messages, > or just a

RE: Jk2: jkctl handler

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, GOMEZ Henri wrote: > What the result on login phase ? > > webserver send ping. > tomcat send a loginseed in reply > webserver send the loginsequence > tomcat reply by sending log granted/deny > > How did tomcat will send uriMaps/ContextStatus without knowing from > which Virt

RE: Jk2: discovery and updates

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, GOMEZ Henri wrote: > Did there is plan to put the init stuff in shared area to avoid > multithreaded web-server do the full stage of autoconf. We need to first figure out how to exchange info between apache processes. The config will be saved in the workerEnv, uriMap, etc -

Re: bugzilla issue status change..

2001-12-14 Thread Craig R. McClanahan
On Fri, 14 Dec 2001 [EMAIL PROTECTED] wrote: > Date: Fri, 14 Dec 2001 07:19:22 -0800 (PST) > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: bugzilla issue status change.. > > On Fri, 14 Dec 2001, Mar

The requested resource (/CPPStatic/servlet/D:/Java/Apache) is not available.

2001-12-14 Thread Kyrry Kyriacou
Hi, I am running Apache Tomact 4.0 with Netscape Navigator 4.08. When I try to run my first servlet I get a '404' error and the message 'The requested resource (/CPPStatic/servlet/D:/Java/Apache) is not available.' It appears not be translating the path correctly ('D:/Java/Apache') and think

Re: org.apache.tomcat.util.net package in tomcat 3.x

2001-12-14 Thread Paul Speed
Kevin Seguin wrote: > > > > > If we move more and more logic and code in j-t-c, we may need > > to have soon a specific jakarta-tomcat-connectors dev-list ? > > > > There is today low java in jtc, mainly native code. > > If all the 'ORB' java code is moved to j-t-c, for jk, > > next maybe warp,

RE: org.apache.tomcat.util.net package in tomcat 3.x

2001-12-14 Thread Kevin Seguin
> > Catch me if I'm wrong, but currently j-t-c is dependent on tomcat > code, right? I make this statement without having actually looked at > the code for the connectors. I'm going by recent discussions about > how an API change in Catalina broke the build for a connector. > some very smal

Re: org.apache.tomcat.util.net package in tomcat 3.x

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, Paul Speed wrote: > Catch me if I'm wrong, but currently j-t-c is dependent on tomcat > code, right? I make this statement without having actually looked at > the code for the connectors. I'm going by recent discussions about > how an API change in Catalina broke the build

[PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-14 Thread Manveen Kaur
Hi, Please add these files to the HEAD branch. Added functionality (end-to-end) for displaying/modifying services. New files: service.jsp goes into webapps/admin *.java go into webapps/admin/WEB-INF/classes/org/apache/webapp/admin Thanks, --Manveen ServiceForm.java Description: Bin

Re: bugzilla issue status change..

2001-12-14 Thread Bill Barker
> > I agree. And don't be overly concerned with making a mistake and closing > a report prematurely, since a developer could always reopen it. And the person reporting it will almost certainly reopen it :). > > Thanks for your offer to help! > > > > > Costin > > > > Craig > > > -- > To unsubscri

DO NOT REPLY [Bug 5372] - request.getScheme() always return "http", even if overridden manually in server.xml

2001-12-14 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

[PATCH] Tomcat 4.0 BUILDING.txt

2001-12-14 Thread Ryan Lubke
Hi, After going through the exercise of building TC, I noticed one issue with the instructions contained in BUILDING.txt. The download URL referenced in the BUILDING.txt file to obtain JAXP 1.1 is now stale. Attached is a possible patch to update the BUILDING.txt file. NOTE: This release of JAX

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

2001-12-14 Thread craigmcc
craigmcc01/12/14 12:59:19 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester Include00.java tester/web JspForward01.jsp Log: Update the tester cases to help track down problems on includes. Currently, the failure cases occur onl

Tomcat 4 and mod_webapp

2001-12-14 Thread Erik Lotspeich
I've been experiencing problems running mod_webapp. I have built mod_webapp successfully, but I have a problem with Apache/mod_webapp diappearing after I start it. Apache crashes before it even gets a chance to print any errors in the error log. I complied mod_webapp with --enable-debug. I ge

DO NOT REPLY [Bug 4524] - Tomcat hangs when running as a service

2001-12-14 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 5404] - Can't set username/password in JDBCRealm with mysql driver

2001-12-14 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/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ServiceAction.java ServiceForm.java SetUpServiceAction.java ApplicationResources_en.properties ApplicationResources_es.properties ServerAction.java ServerForm.java TomcatTreeBuilder.java

2001-12-14 Thread patrickl
patrickl01/12/14 15:22:33 Modified:webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties S

Re: org.apache.tomcat.util.net package in tomcat 3.x

2001-12-14 Thread Paul Speed
Kevin Seguin wrote: > > > > > Catch me if I'm wrong, but currently j-t-c is dependent on tomcat > > code, right? I make this statement without having actually looked at > > the code for the connectors. I'm going by recent discussions about > > how an API change in Catalina broke the build for

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime PageContextImpl.java

2001-12-14 Thread kinman
kinman 01/12/14 16:15:48 Modified:jasper/src/share/org/apache/jasper/runtime PageContextImpl.java Log: - Retract the fix for 5345 (sendRedirect() in scriplet not working). It causes not to work after response has been committed. The container shoul

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime PageContextImpl.java

2001-12-14 Thread kinman
kinman 01/12/14 16:18:48 Modified:jasper/src/share/org/apache/jasper/runtime Tag: tomcat_40_branch PageContextImpl.java Log: - Retract the fix for 5345 (sendRedirect() in scriplet not working). It causes not to work after response has been committed.

DO NOT REPLY [Bug 5345] - Redirection fails in embedded Tomcat in wspack1-b06

2001-12-14 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/tester/web/golden JspInclude01a.txt

2001-12-14 Thread craigmcc
craigmcc01/12/14 16:29:57 Modified:tester/web Include00b.jsp Include00c.jsp Include00e.jsp tester/web/golden JspInclude01a.txt Log: Correct test cases (now that the include works). Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-4.0/tester/web/Inc

DO NOT REPLY [Bug 5345] - Redirection fails in embedded Tomcat in wspack1-b06

2001-12-14 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/tester/src/bin tester.xml

2001-12-14 Thread craigmcc
craigmcc01/12/14 16:33:21 Modified:tester/src/bin tester.xml Log: Add a test to ensure that any output generated by a servlet after a sendRedirect() is not included in the response. Revision ChangesPath 1.78 +5 -0 jakarta-tomcat-4.0/tester/src/bin/tester.xml

[FAQ] jGuru FAQ Update

2001-12-14 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex ++ JavaServer Pages (JSP) FAQ: http://www.jguru.com/faq/JSP

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

2001-12-14 Thread craigmcc
craigmcc01/12/14 16:44:29 Modified:tester/src/bin tester.xml Log: Actually check for no output (i.e. content length is zero). Revision ChangesPath 1.79 +1 -0 jakarta-tomcat-4.0/tester/src/bin/tester.xml Index: tester.xml =

[PATCH] Tomcat 4.0 Docs SSL-Howto

2001-12-14 Thread pero
Hi, last summer I posted a step-by-step instruction on how to install a certificate from a certificate authority (such as verisign, thawte...) to both tomcat-4 lists. Until now I got several (partly private) responses regarding this issue and there are questions dealing with that topic on the m

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector ResponseFacade.java

2001-12-14 Thread craigmcc
craigmcc01/12/14 17:02:35 Modified:catalina/src/share/org/apache/catalina/connector ResponseFacade.java Log: Make calling response.getOutputStream(), response.getWriter(), and response.flushBuffer() non-fatal even if the response has already been finished

DO NOT REPLY [Bug 5422] - HTTP Headers not being cleared after form authentication

2001-12-14 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/catalina/src/share/org/apache/catalina/connector ResponseFacade.java

2001-12-14 Thread craigmcc
craigmcc01/12/14 17:22:42 Modified:catalina/src/share/org/apache/catalina/connector Tag: tomcat_40_branch ResponseFacade.java Log: Port fix for making getOutputStream(), getWriter(), and flushBuffer() non-fatal even if called after response is finished.

DO NOT REPLY [Bug 5112] - tomcat4 rpm missing doc files

2001-12-14 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 5113] - tomcat4-manual-4.0.1-1 rpm missing files

2001-12-14 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 5145] - Add validation of server.xml

2001-12-14 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 5383] - /etc/rc.d/init.d/tomcat4 on RedHat 6.1 fails

2001-12-14 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 5401] - jsp:include fails on WindowsXP with WSPackb06

2001-12-14 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 5404] - Can't set username/password in JDBCRealm with mysql driver

2001-12-14 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 5409] - Automatic removal of log files

2001-12-14 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 5415] - manual rpm requires a webserver, but tomcat doesn't count?

2001-12-14 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 5422] - HTTP Headers not being cleared after form authentication

2001-12-14 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 5432] - request.getRequestDispatcher("nothing")

2001-12-14 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: Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread Renato
Hi, This is what I'm using: <%@ page contentType="text/html; charset=ISO-8859-1" %> I saw the servlet generated in the work directory and it actually write the response.setContentType("text/html;charset=ISO-8859-1") ( default type in server.xml is set to ISO-8859-1 too ) How can I know the

Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread Renato
Hi all, I have one last problem that prevents me from upgrading a big user base from Tomcat 3.2.4 to Tomcat 3.3 ( which will be the last nightly build ). *** HTML pages with latin characters don't display correctly on Linux *** ( JSP file with: ) Ex: áéíóú I'm not quite sure if it's a bug o

AW: Configuring Multiple Tomcat JVMs with Apache - LoadBalancing

2001-12-14 Thread Lauer, Oliver
Hi, there hasn't been done anything on that topic yet ? What's the status of loadbalacing, either mod_jk or mod_webapp ? Is that political due to if loadbalacing is working properly there won't be any reason to take (buy) anything else than TC ? Oliver > AXA eSolutions GmbH > AXA Konzern

TC with SSL, IE5.0 and 128 bit

2001-12-14 Thread Lauer, Oliver
Hi all, we've built an insurance calculator and and a online contracting machine based on Tomcat4.0 with SSL. Doing integration testing I've noticed that TC with ssl doesn't work with IE5.0 (128 bit). It works with with 5.5 and higher. I've heard that this is a known bug in IE5.0 and I should

Re: Tomcat 3.3 deployment - last minute problem

2001-12-14 Thread costinm
On Fri, 14 Dec 2001, Renato wrote: > *** HTML pages with latin characters don't display correctly on Linux *** > > ( JSP file with: ) > Ex: áéíóú > > It's maybe a problem with the locale variables on my Linux, which I don't > quite understand ( tried LC_ALL, LANG, LC_CTYPE and it didn't work )

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-14 Thread Vijai Misra
Someone needs to do something fast!!! vj -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 12:57 AM To: 'Tomcat Developers List' Cc: Tomcat Users List (E-Mail) Subject: AW: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-14 Thread Craig R. McClanahan
On Fri, 14 Dec 2001, Vijai Misra wrote: > Date: Fri, 14 Dec 2001 10:18:20 -0800 > From: Vijai Misra <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Cc: "Tomcat Users List (E-Mail)" <[EMAIL PROTECTED]> > Subject: RE: Config

DO NOT REPLY [Bug 5438] New: - mod_webapp doesn't work consistently

2001-12-14 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