Re: classreloading and 4.x

2001-01-04 Thread Rolf Veen
Hi (feliz año nuevo). Craig R. McClanahan wrote: First, your web.xml file defines the root webapp like so: Context path="" docBase="scarab" reloadable="true" Loader checkInterval="3" className="org.apache.catalina.loader.StandardLoader"/ /Context so Catalina

Custom Logger

2001-01-04 Thread guy bobenrieth
I'm intersted in having Tomcat3.2 logging it's messages to something else then files. I was wondering if it is possible to use for example LOG4J for doing this with tomcat. I need to log things to a remote syslogd. Thanks for your help. Guy Bobenrieth

[BUG] problems with downloading a file, previous JSP gets buffered and sent instead

2001-01-04 Thread Stefán F. Stefánsson
Hi. This sure looks like some kind of bug to me but I can't really say what exactly is going on. I have a servlet that gets a file out of a database according to a file ID. This servlet works just fine when I call it directly (that is, when I manually write the URL into the address field in my

Re: Why are we still using JAXP and ProjectX??? (proprietary==evil)

2001-01-04 Thread Sam Ruby
Kevin Burton wrote: Ug. Checked over the archives and didn't see this Why are we using JAXP and ProjectX which are both Closed Source and proprietary to SUN Microsystems. This is a Bad Thing. We already have an awesome XML parser and I would say just *drop* the abstraction... not worth

http HEAD request

2001-01-04 Thread Punky Tse
Hi, I found 2 issues about the build-in HTTP Connector in Tomcat 3.2. The first one is that the HEAD request returns a full document. I am not a HTTP expert, so I don't know if it is right or wrong. But when I "telnet localhost 80" on my apache for HEAD request, only headers are return.

RE: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread Sam Ruby
GOMEZ Henri wrote: -1 - We'll have now 3.2, 3.3, 4.0 and 4.1 branches Too many branches for the same project. Please don't reopen a 3.x against 4.x campaign. Henri, I would like to ask you to voluntarily remove your -1. The only way to make progress towards a 4.0 release is to slow

RE: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread Marc Saegesser
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] (1) Tomcat 4.0 Beta 1 The existing "jakarta-tomcat-4.0" repository will be branched with label "tomcat_40_branch", and each 4.0.x beta and release will receive a label such as "tomcat_40_b1". The "main"

Re: [PATCH PROPOSAL] for mod_jk

2001-01-04 Thread Dan Milstein
Michael, I took a look at this patch, and it looks good to me. A very useful extension to what the load balancer is doing. I'll try to find some time to test and apply it soon. One caveat, however: I'm hesitant to add something like this without also adding documentation for it. Could you

RE: [PATCH PROPOSAL] for mod_jk

2001-01-04 Thread Michael Kuz
Title: RE: [PATCH PROPOSAL] for mod_jk Thanks Dan, I will post a patch for the docs shortly. Michael R. Kuz Developer Service Intelligence (403) 261-5000 ext. 363 [EMAIL PROTECTED] -Original Message- From: Dan Milstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04,

BugRat Report #696 has been filed.

2001-01-04 Thread BugRat Mail System
Bug report #696 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/696 REPORT #696 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical

Re: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread Craig R. McClanahan
Marc Saegesser wrote: -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] (1) Tomcat 4.0 Beta 1 The existing "jakarta-tomcat-4.0" repository will be branched with label "tomcat_40_branch", and each 4.0.x beta and release will receive a label such as

Re: classreloading and 4.x

2001-01-04 Thread Craig R. McClanahan
Rolf Veen wrote: Hi (feliz año nuevo). Craig R. McClanahan wrote: First, your web.xml file defines the root webapp like so: Context path="" docBase="scarab" reloadable="true" Loader checkInterval="3" className="org.apache.catalina.loader.StandardLoader"/

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util CharChunk.java ByteChunk.java

2001-01-04 Thread larryi
larryi 01/01/04 05:14:42 Modified:src/share/org/apache/tomcat/util CharChunk.java ByteChunk.java Log: Update length as chars/bytes are un-escaped Revision ChangesPath 1.4 +1 -0

RE: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread GOMEZ Henri
so +1 , but i continue to not see any advantages in maintain another repository.. Like Nacho I turn my -1 to +1 since I don't want the TC 4.x development to be stopped or features freezed but I feel that It will became hard to find our way in 3.2, 3.3, 4.0 and 4.1

BugRat Report #694 was closed (apparently by: Nick Bauman)

2001-01-04 Thread BugRat Mail System
Report #694 was closed by Person #0 Synopsis: Get Not found (404) for a mapped servlet if the Path Info is not null (logged in as: Nick Bauman) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

RE: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread cmanolache
so +1 , but i continue to not see any advantages in maintain another repository.. Like Nacho I turn my -1 to +1 since I don't want the TC 4.x development to be stopped or features freezed but I feel that It will became hard to find our way in 3.2, 3.3, 4.0 and 4.1 I don't see any

cvs commit: jakarta-tomcat/src/build manifest.startup

2001-01-04 Thread costin
costin 01/01/04 11:11:11 Modified:.build.xml Added: src/build manifest.startup Log: Fixed the build on JDK1.1. Few cosmetic build changes, also a manifest for starting with java -jar, without the hacks in Main.java. There is a bug in the startup - it

Re: [VOTES] Tomcat 4.0-Beta-1 and New CVS Repositories

2001-01-04 Thread Hans Bergsten
"Craig R. McClanahan" wrote: Now that we've all recovered from New Years (and watched Oregon State teach Notre Dame a few things about football -- go Beavers! :-), it's time to lay out the next steps in Tomcat 4.0's lifetime. Here's what I propose: (1) Tomcat 4.0 Beta 1 [...] propose to

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

2001-01-04 Thread remm
remm01/01/04 11:49:24 Modified:catalina/src/share/org/apache/catalina Response.java catalina/src/share/org/apache/catalina/connector HttpResponseBase.java ResponseBase.java catalina/src/share/org/apache/catalina/connector/http

A problem of the integration of tomcat and apache

2001-01-04 Thread George
I have installed the tomcat and apache. Now I want to map localhost/ddd/*.jsp and localhost/ddd/servlet/xxx to tomcat and other static files such as localhost/ddd/index.html be processed by apache itself. But now I find that all files like localhost/ddd/***.** be processed by tomcat. How

BugRat Report #697 has been filed.

2001-01-04 Thread BugRat Mail System
Bug report #697 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/697 REPORT #697 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: suggest State: received Priority: medium Severity:

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

2001-01-04 Thread remm
remm01/01/04 12:00:36 Modified:catalina/src/share/org/apache/catalina/resources ResourcesBase.java catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Enhanced path normalization (before, only

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

2001-01-04 Thread craigmcc
craigmcc01/01/04 12:05:41 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java catalina/src/share/org/apache/catalina/startup Catalina.java Log: Ripple down configuration of the parent class loader when processing the

BugRat Report #698 has been filed.

2001-01-04 Thread BugRat Mail System
Bug report #698 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/698 REPORT #698 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

BugRat Report #699 has been filed.

2001-01-04 Thread BugRat Mail System
Bug report #699 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/699 REPORT #699 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

Re: messing around

2001-01-04 Thread Craig R. McClanahan
Jon Stevens wrote: Craig, Ok, so I just decided to mess around with the URI a bit and just got this interesting error. If you want to play around, the setup is the *same* as what is in Scarab's CVS. URL attempted: http://localhost:8080/servlet/scarab/template/Register.vm Error: A

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2001-01-04 Thread marcsaeg
marcsaeg01/01/04 13:24:00 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ContextManager.java Log: If no context can be found for the request URI then display a 404 error. Previously this caused a tight loop in

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util PrefixMapper.java

2001-01-04 Thread marcsaeg
marcsaeg01/01/04 13:28:33 Modified:src/share/org/apache/tomcat/util Tag: tomcat_32 PrefixMapper.java Log: getLongestPrefixMatch() would enter a tight loop if the request URI didn't map into a context. Now, if a match can't be found it returns null and a

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request SimpleMapper1.java

2001-01-04 Thread marcsaeg
marcsaeg01/01/04 13:26:18 Modified:src/share/org/apache/tomcat/request Tag: tomcat_32 SimpleMapper1.java Log: contextMap() now returns 404 if a context can't be found for the request URI. This will cause an error page to be sent to the client browser.

Re: messing around

2001-01-04 Thread Craig R. McClanahan
Jon Stevens wrote: Craig, Ok, so I just decided to mess around with the URI a bit and just got this interesting error. If you want to play around, the setup is the *same* as what is in Scarab's CVS. URL attempted: http://localhost:8080/servlet/scarab/template/Register.vm Error: A

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core DefaultServlet.java

2001-01-04 Thread costin
costin 01/01/04 14:38:57 Modified:src/share/org/apache/tomcat/core Tag: latest_TOMCAT_30 DefaultServlet.java Log: Use case-sensitive check, even on windows. That should resolve special cases where the jsp source may be explosed by using case combinations.

Re: JSP won't return anything if Tomcat 3.2.1 start as nobody.

2001-01-04 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: jsp page return 404 if I start tomcat 3.2.1 as nobody. If I start it as root, jsp is fine. what is going on? First, this is a user question better served on TOMCAT-USER, not on TOMCAT-DEV -- please do not cross post. Second, the most likely explanation is your

JSP won't return anything if Tomcat 3.2.1 start as nobody.

2001-01-04 Thread bhkwan
jsp page return 404 if I start tomcat 3.2.1 as nobody. If I start it as root, jsp is fine. what is going on? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service/connector Ajp13ConnectorRequest.java

2001-01-04 Thread danmil
danmil 01/01/04 19:39:26 Modified:src/native/jk Tag: tomcat_32 jk_ajp13_worker.c src/share/org/apache/tomcat/service/connector Tag: tomcat_32 Ajp13ConnectorRequest.java Log: - Fixed the problems with multipart form encodings. Bug Reports

BugRat Report #701 has been filed.

2001-01-04 Thread BugRat Mail System
Bug report #701 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/701 REPORT #701 Details. Project: Catalina Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: