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

2002-03-14 Thread Bill Barker
Ok, now you've got me really confused. It looks like I should have a single instance of Processor (and thus a single instance of Adapter). At the moment, both are per-Thread in tomcat3. But I can't see how this can work even in o.a.c.tomcat4, since the tomcat4 Adapter uses the same instance of

RE: In memory session replication, reminder

2002-03-14 Thread GOMEZ Henri
jtc could became jakarta-tomcat-commons, a repository of stuff used by tc 3 and tc 4 I'd like the idea of jtc/cluster where filip could create interfaces implemented by : - javagroups (outside apache) - spread (inside apache with their bsd like license) - rawsocket (quck&dirty tcp implementaio

Re: Can I do HTTP authenticaton in my servlet?

2002-03-14 Thread Craig R. McClanahan
This kind of question is better addressed to the TOMCAT-USER list, since it's about how to *use* Tomcat instead of how to *develop* Tomcat. On Thu, 14 Mar 2002, Zhidong Yu wrote: > Date: Thu, 14 Mar 2002 20:04:59 -0800 > From: Zhidong Yu <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[E

DO NOT REPLY [Bug 6286] - Spaces should be allowed in Servlet Context paths

2002-03-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 6286] - Spaces should be allowed in Servlet Context paths

2002-03-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 6374] - class not find for:org/w3c/dom/range/Range

2002-03-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 6640] - The classpath is not evalueted

2002-03-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 6708] - Cannot start catalina with JDK 1.4 on nightlies

2002-03-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 6913] - Catalina sometimes stalls when a form is submitted

2002-03-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 6982] - stop + start of the context makes weird things

2002-03-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-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2002-03-14 Thread remm
remm02/03/14 21:45:05 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Add commons-logging based logger (static placeholder field at the moment; still better than writing directly to sys.err obviously). - Remove lots of

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-03-14 Thread remm
remm02/03/14 21:36:17 Modified:catalina build.xml Log: - Adds commons-logging to the build. Revision ChangesPath 1.110 +3 -1 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml === R

cvs commit: jakarta-tomcat-connectors/http11 build.properties.sample build.xml

2002-03-14 Thread remm
remm02/03/14 21:36:02 Modified:http11 build.properties.sample build.xml Log: - Adds commons-logging to the build. Revision ChangesPath 1.2 +3 -1 jakarta-tomcat-connectors/http11/build.properties.sample Index: build.properties.sample ==

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

2002-03-14 Thread remm
remm02/03/14 21:31:50 Modified:coyote/src/java/org/apache/coyote ActionCode.java coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java Log: - Add some start and stop actions in the (temporary) interface used for messaging. -

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf ByteChunk.java

2002-03-14 Thread remm
remm02/03/14 21:28:35 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java Log: - Made the offsets relative to the start of the chunk (instead of relative to the start of the internal byte buffer). This looks more consistent with the other indexOf. - Also fix an o

Can I do HTTP authenticaton in my servlet?

2002-03-14 Thread Zhidong Yu
I am using Tomcat as the servlet container. What I want to do is write a servlet which do HTTP authentication without Tomcat's interacting. Is it possible? In detail, to enable HTTP authentication (basic realm), you should configure the web.xml in your webapp, and configure the username/password

DO NOT REPLY [Bug 7008] - facade.HttpServletRequestFacade.getParameter(HttpServletRequestFacade.java:277) --> java.lang.ArrayIndexOutOfBoundsException

2002-03-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/service service.jsp

2002-03-14 Thread manveen
manveen 02/03/14 17:16:29 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ActionsTag.java webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host DeleteHostAction.java webapps/admin/host host

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java

2002-03-14 Thread manveen
manveen 02/03/14 16:45:28 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java Log: The key property representing the hostName in a host mBean objectName is "name" Revision ChangesPath 1.13 +5 -5 jakarta-tomcat-4.0/c

DO NOT REPLY [Bug 7139] - Typo in manager.xml documentation

2002-03-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: HTML : multipart/form-data

2002-03-14 Thread Daniel Rall
Bojan Smojver <[EMAIL PROTECTED]> writes: > On Wed, 2002-03-13 at 06:39, Jon Scott Stevens wrote: > >> p.s. Don't use JavaMail for it, because JavaMail tends to have a lot of >> overhead. > > Yes, you're right. And I don't think you can limit (with JavaMail) how > much data you want to allow, so

DO NOT REPLY [Bug 7096] - Incorrect reference to class

2002-03-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 7092] - socket error while trying write to response.getOutputStream() with on servlet

2002-03-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 7139] New: - Typo in docs

2002-03-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 7137] - Missing needed directory in documentation for multiple instances

2002-03-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 7137] New: - Missing needed directory in documentation for multiple instances

2002-03-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: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startupContextConfig.java HostConfig.java LocalStrings.properties

2002-03-14 Thread Craig R. McClanahan
On 14 Mar 2002 [EMAIL PROTECTED] wrote: > Date: 14 Mar 2002 23:58:37 - > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: cvs commit: > jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup > ContextConfig.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup ContextConfig.java HostConfig.java LocalStrings.properties

2002-03-14 Thread craigmcc
craigmcc02/03/14 15:58:36 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java HostConfig.java LocalStrings.properties Log: Refactor the TLD scanning code in ContextConfig to improve clarity, avoid redundant par

DO NOT REPLY [Bug 5827] - DataInputStream.readInt returns wrong values

2002-03-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 build.xml

2002-03-14 Thread remm
remm02/03/14 15:51:44 Modified:catalina build.xml Log: - Update licenses. Revision ChangesPath 1.109 +2 -2 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml === RCS file: /home/cvs

cvs commit: jakarta-tomcat-4.0/lib mx4j.license openjmx.license tyrex.license

2002-03-14 Thread remm
remm02/03/14 15:51:07 Added: lib mx4j.license Removed: lib openjmx.license tyrex.license Log: - Update licenses. Revision ChangesPath 1.1 jakarta-tomcat-4.0/lib/mx4j.license Index: mx4j.license ===

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-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 7036] - cannot get multibyte characters in TomCat

2002-03-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 6281] - JDBCRealm+Form Login+URL re-writing session=broken

2002-03-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

New Subject Line: difference between dist and deploy

2002-03-14 Thread bhai
I am a newbie to this list. What is the difference between creating a distribution and a deployment. Basically, if modify a couple of classes and want to move them over to the location where tomcat is already running on a previously copied distribution(created by me), would I need to copy the dis

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costin
costin 02/03/14 13:01:24 Modified:jk/native/nt_service jk_nt_service.c Log: The -n option from 3.3 Revision ChangesPath 1.6 +14 -4 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

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

2002-03-14 Thread remm
remm02/03/14 12:57:20 Modified:catalina/src/share/org/apache/catalina HttpRequest.java Log: - Add new decoded request URI field. Revision ChangesPath 1.5 +20 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/HttpRequest.java Index: HttpRequ

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContextMapper.java StandardContextValve.java StandardHostMapper.java StandardWrapperValve.java

2002-03-14 Thread remm
remm02/03/14 12:58:24 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java FormAuthenticator.java catalina/src/share/org/apache/catalina/core StandardContextMapper.java

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

2002-03-14 Thread remm
remm02/03/14 12:57:28 Modified:catalina/src/share/org/apache/catalina/connector HttpRequestBase.java Log: - Add new decoded request URI field. Revision ChangesPath 1.33 +35 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources FileDirContext.java

2002-03-14 Thread remm
remm02/03/14 12:55:47 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: - Tighten up the file access so that there is no way to request a path above the base, regarless of what path is passed. This is for robustness and

FW: Help help

2002-03-14 Thread Uma Munugala
Hi Iam working on tomcat 4.0.3 on windows NT. Installation is successful. Examples are working fine. I placed all my application class files under a directory in webapps and I placed jar files in web-inf/lib and unpacked class files resources files in web-inf/classes. dir structure is something

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

2002-03-14 Thread remm
remm02/03/14 12:53:00 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteRequest.java Log: - Implement the new decoded request URI field accessors. Revision ChangesPath 1.10 +24 -4 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/Co

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

2002-03-14 Thread remm
remm02/03/14 12:52:29 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java Log: - For 4.0.x, need to redecode the normalized URL. - Add some minimal URL normalization for 4.1. I don't see any way around this. If anyone has ideas,

Re: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread bhai
I am a newbie to this list. What is the difference between creating a distribution and a deployment. Basically, if modify a couple of classes and want to move them over to the location where tomcat is already running on a previously copied distribution(created by me), would I need to copy the dis

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

2002-03-14 Thread remm
remm02/03/14 12:42:59 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java Log: - Rename uriNormalizationHack flag to uriValidationHack. Revision ChangesPath 1.4 +13 -13 jakarta-tomcat-connectors/coyote/src/java/or

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

2002-03-14 Thread remm
remm02/03/14 12:41:38 Modified:tester/src/bin tester.xml Log: - Group the security oriented tests together. Revision ChangesPath 1.83 +24 -11jakarta-tomcat-4.0/tester/src/bin/tester.xml Index: tester.xml ===

Re: HTML : multipart/form-data

2002-03-14 Thread Bojan Smojver
On Wed, 2002-03-13 at 06:39, Jon Scott Stevens wrote: > The code you need is in here (MultipartStream.java): > > /org/apache/fulcrum/upload/> Thanks Jon! > p.s. Unlike Struts, it can be separated out. Cool. I'll su

RE: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk _nt_service.c

2002-03-14 Thread costinm
On Thu, 14 Mar 2002, Larry Isaacs wrote: > David, > > I believe the J-T-C version of jk_nt_service.c is more out of > sync than just this. This is why I didn't apply your patch > to the J-T-C version when I applied it to jakarta-tomcat. > It is on my to do list to get them back in sync after >

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs manager-howto.xml

2002-03-14 Thread amyroh
amyroh 02/03/14 14:20:18 Modified:webapps/tomcat-docs manager-howto.xml Log: Simple spelling patch submitted by Ian Darwin <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml Index: manager-howto.xm

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host HostsForm.java

2002-03-14 Thread manveen
manveen 02/03/14 09:49:21 Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin/host HostsForm.java Log: Form bean for deleting hosts. Revision ChangesPath 1.1 jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/

Help help

2002-03-14 Thread Uma Munugala
Hi Iam working on tomcat 4.0.3 on windows NT. Installation is successful. Examples are working fine. I placed all my application class files under a directory in webapps and I placed jar files in web-inf/lib and unpacked class files resources files in web-inf/classes. dir structure is something

RE: [PROPOSAL] Proposed integration of Coyote in 4.0-HEAD

2002-03-14 Thread Ignacio J. Ortega
+0 all, No time to help, sorry. BTW: Thanks for Coyote, Tested briefly, it's awesome..!! Saludos , Ignacio J. Ortega > -Mensaje original- > De: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Enviado el: miƩrcoles 13 de marzo de 2002 3:30 > Para: [EMAIL PROTECTED] > Asunto: [PROPOSAL] Pro

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-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-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2002-03-14 Thread remm
remm02/03/14 13:45:05 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Experimental ! Set the default encoding to be used for the URI to UTF-8. Revision ChangesPath 1.8 +1 -0 jakarta-tomcat-connectors/h

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2002-03-14 Thread remm
remm02/03/14 13:41:35 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Use the allocate method. - If the dir context is a WAR dir context or a file dir context, reinstantiate it (it's simpler). Revision Changes

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources BaseDirContext.java

2002-03-14 Thread remm
remm02/03/14 13:40:31 Modified:catalina/src/share/org/apache/naming/resources BaseDirContext.java Log: - Add an allocate method. Revision ChangesPath 1.4 +12 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources/BaseD

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

2002-03-14 Thread remm
remm02/03/14 13:06:56 Modified:catalina/src/conf server.xml Log: - Update the flag name, and set it to false. Revision ChangesPath 1.56 +3 -3 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml ==

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2002-03-14 Thread remm
remm02/03/14 13:40:05 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Don't notify the context unless the loader is started. - Submitted by Jean-Frederic Clere. Revision ChangesPath 1.26 +6 -5 jakar

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-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 7127] - Problem with cookies

2002-03-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 7127] - Problem with cookies

2002-03-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 7130] - JSPC should avoid using reserved Java keywords for generated Java package/class names

2002-03-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 7129] - "examples" webapp contains invalid taglib uri references in JSP files

2002-03-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 7130] New: - JSPC should avoid using reserved Java keywords for generated Java package/class names

2002-03-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: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk _nt_service.c

2002-03-14 Thread Schreibman, David
Sounds like a good plan. I know you all have a ton of work to do so I was just pointing out a tiny thing that caught my attention. I always like to speak up and possibly seem foolish than keep things to myself that might actually matter. Thanks again for all the time y'all put into keeping this

DO NOT REPLY [Bug 7129] New: - "examples" webapp contains invalid taglib uri references in JSP files

2002-03-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: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk _nt_service.c

2002-03-14 Thread Schreibman, David
Costin, One of my initial patches for this followed a similar strategy of morphing the display name into something usable as a service name. In fact, this is the approach I've used with other products in the past. However, I settled on being able to specify the names separately when I found tha

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costin
costin 02/03/14 11:17:52 Modified:jk/native/nt_service jk_nt_service.c Log: Patch from WRowe ( modified to match the merged version ). It allows spaces in service names by 'mangling' the internal name. Also use the API to add services instead of editing the registry ( I le

RE: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costinm
On Thu, 14 Mar 2002, Schreibman, David wrote: > Hi Costin, > > This merge from 3.3 doesn't include the -n option that Larry added 2 weeks > ago. It allows for specifying a display name separately from the service > name since the rules for what is a valid name differ in each case. For > exampl

RE: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk _nt_service.c

2002-03-14 Thread Larry Isaacs
David, I believe the J-T-C version of jk_nt_service.c is more out of sync than just this. This is why I didn't apply your patch to the J-T-C version when I applied it to jakarta-tomcat. It is on my to do list to get them back in sync after Tomcat 3.3.1 is final. Cheers, Larry > -Original M

RE: In memory session replication, reminder

2002-03-14 Thread Filip Hanik
>That kind of design would be more interesting. I was probably too harsh in >my response; I just wanted to point out I made a mistake by being that >enthusiastic about it originally. > >I think I'll create a 'cluster' component in j-t-c, as was suggested, and >move the existing cluster implementat

DO NOT REPLY [Bug 4543] - RMI fails if tomcat is installed in directory with white space

2002-03-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: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread Schreibman, David
Hi Costin, This merge from 3.3 doesn't include the -n option that Larry added 2 weeks ago. It allows for specifying a display name separately from the service name since the rules for what is a valid name differ in each case. For example, the display name is allowed to contain spaces while the

DO NOT REPLY [Bug 7127] - Problem with cookies

2002-03-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 7127] New: - Problem with cookies

2002-03-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-connectors/jk/native/nt_service jk_nt_service.c

2002-03-14 Thread costin
costin 02/03/14 09:43:47 Modified:jk/native/nt_service jk_nt_service.c Log: Merged changes from 3.3 Addition of stop_cmd, allowing the stop to be done by executing a command. ( catalina shutdown protocol is already supported ) Removed some of the checks for settings tha

DO NOT REPLY [Bug 5330] - JNDI ENC context problem.

2002-03-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 7126] - Non servlet initiated requests fail to lookup java:comp/env

2002-03-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 7125] - Datasource lookup returns null under heavy load

2002-03-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/service service.jsp

2002-03-14 Thread manveen
manveen 02/03/14 06:56:52 Modified:webapps/admin/host host.jsp webapps/admin/service service.jsp Log: Disabled "delete host" operation for now. Used appropriate property name for delete this service operation. Revision ChangesPath 1.5 +1 -1 ja

Re: Running tomcat as an embedded servlet engine

2002-03-14 Thread Craig R. McClanahan
On Thu, 14 Mar 2002, WATKINS, Andy, FM wrote: > Date: Thu, 14 Mar 2002 16:15:28 - > From: "WATKINS, Andy, FM" <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Running tomcat as an embedded servlet engine >

DO NOT REPLY [Bug 7126] New: - Non servlet initiated requests fail to lookup java:comp/env

2002-03-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

spelling patch to webapps/tomcat-docs/manager-howto.xml

2002-03-14 Thread Ian Darwin
--- webapps/tomcat-docs/manager-howto.xml.orig Thu Mar 14 09:15:29 2002 +++ webapps/tomcat-docs/manager-howto.xml Thu Mar 14 09:15:38 2002 @@ -110,7 +110,7 @@ which defines the username and password used by this individual to log on, and the role names he or she is associated with

cvs commit: jakarta-tomcat-4.0/webapps/admin/host hosts.jsp host.jsp addHost.jsp deleteHost.jsp

2002-03-14 Thread manveen
manveen 02/03/14 00:49:41 Modified:webapps/admin/WEB-INF controls.tld struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ActionTag.java ActionsTag.java ApplicationResources_en.properties

Is HTTP auth is the only way for WebDAV authentication?

2002-03-14 Thread Zhidong Yu
As you know, Tomcat 4.0 includes WedDAV support. Now what I want to do is to extend/modify the class org.apache.catalina.servlets.WebdavServlet to build my WebDAV service which maps some kind of data source to WebDAV's hierarchical resource model. Especially the data source is a native XML databas

DO NOT REPLY [Bug 7125] New: - Datasource lookup returns null under heavy load

2002-03-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 7124] - MissingResourceException when translating an invalid setProperty tag

2002-03-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 7124] New: - MissingResourceException when translating an invalid setProperty tag

2002-03-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: Running tomcat as an embedded servlet engine

2002-03-14 Thread Christopher K . St . John
"WATKINS, Andy, FM" wrote: > > Has anyone else tried to do this (run an embedded servlet > engine without swathes of configuration files)? > Yes, although I suspect you're looking for something a little different than what I needed. You might check out: http://www.distributopia.com/servlet_s

DO NOT REPLY [Bug 7115] - ClassCastException in Win2000 on code tested on Win98

2002-03-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: problem with catalina for 'non-web' application

2002-03-14 Thread Christopher K . St . John
Pier Fumagalli wrote: > > "Jerome Bouat" <[EMAIL PROTECTED]> wrote: > > > What is wrong ? > > That tomcat is an web-application container, so, if you want > to do something different, you're on your own, you shouldn't > be using Tomcat... > This comment puzzles me. It's generally a very good

Running tomcat as an embedded servlet engine

2002-03-14 Thread WATKINS, Andy, FM
My apologies from cross posting this to the users list. Only afterwards did I realise it really a developer question as it involves coding... Im trying to run Tomcat in an embedded fashion (ie started from a main() in our program ), with a single servlet. Im using the Embedded.java class in Ca

Re: problem with catalina for 'non-web' application

2002-03-14 Thread Pier Fumagalli
"Jerome Bouat" <[EMAIL PROTECTED]> wrote: > What is wrong ? That tomcat is an web-application container, so, if you want to do something different, you're on your own, you shouldn't be using Tomcat... Pier -- To unsubscribe, e-mail: For additional commands, e-

problem with catalina for 'non-web' application

2002-03-14 Thread Jerome Bouat
I repost this message on this list because the tomcat-user list didn't resolve my problem. I have read the developper FAQ, main documentation, and the main method body of the org.apache.catalina.startup.Embedded class but I found no response to my problem. I want to use the Jakarta catalina libr

DO NOT REPLY [Bug 7121] New: - mod_webapp / apr doesn't compile properly

2002-03-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: Where can I find the spec to implement SSI on Jakarta Tomcat 4.0?

2002-03-14 Thread Uma Munugala
Hi I installed tomcat 4.0.3 and it went successfully. I tested examples they are working fine. i followed the application developer guide for deployment. Do I need to create web.xml for my application is it mandatory ?. For running servlet application do i need apache web server also. any he

Re: Problem with mod_webapp/warp connector

2002-03-14 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi, > > I've recently setup a intranet site on an NT 4.0 box using Apache 1.3.23 > combined with Tomcat 4.0.3. To integrate them together I'm using the warp > connector and the mod_webapp module... Forget it... It doesn't work under Windows..

DO NOT REPLY [Bug 4451] - Using ResourceBundle into a JSP doesn't work if .properties files is put into a subdirectory

2002-03-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 4451] - Using ResourceBundle into a JSP doesn't work if .properties files is put into a subdirectory

2002-03-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/proposals/PasswordPrompter/WEB-INF interceptors.xml

2002-03-14 Thread larryi
larryi 02/03/14 03:35:03 Modified:proposals/PasswordPrompter/WEB-INF interceptors.xml Log: Include the default JDBC password prompt in the list of useful prompts. Revision ChangesPath 1.3 +2 -0 jakarta-tomcat/proposals/PasswordPrompter/WEB-INF/interceptors.x

  1   2   >