Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteAdapter.java

2003-07-03 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: keith 2003/07/02 17:16:49 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Allow * as a valid url Errr, ok, well, that's a possibly risky patch. I think that does get mapped to the root context and its

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java

2003-07-03 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:49 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java [EMAIL PROTECTED] wrote:

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21288. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

2003-07-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21279. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

how to view structure about Tomcat 4?

2003-07-03 Thread Dan Wang
I use many hours to debug tomcat 4 when it starts.But I can not view whole structure about Tomcat 4 . Where are the documents which describe Tomcat 4 's structure located? Who can help me ? Thanks .and thanks Danwang - To

How to set ServerSocketFactory

2003-07-03 Thread Yuri Schimke
Hi, I'm trying to set the ServerSocketFactory in Tomcat 4.1.24. My factory is getting created (by the catalina digester), but it never actually gets used by the PoolTcpEndpoint. I can see this from debugging I am using. Its using the DefaultServerSocketFactory instead of mine. 0 [main] INFO

Re: how to view structure about Tomcat 4?

2003-07-03 Thread Yoav Shapira
Howdy, All the documentation is online at http://jakarta.apache.org/tomcat. Your question is more suited to the tomcat-user mailing list, so please ask further questions along this thread there. Yoav Shapira --- Dan Wang [EMAIL PROTECTED] wrote: I use many hours to debug tomcat 4 when it

Re: [JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Tomcat' from May to June, 2003

2003-07-03 Thread Yoav Shapira
Howdy, Good paragraph Remy.. P.S. Are here anyone who have been voted in as new committers of Tomcat within these 2 months? I've already added myself to your wiki page per your request, and I haven't checked but I'm sure Tim Funk will get around to it as well ;) Yoav Shapira = Yoav

Logging and Classloading issues

2003-07-03 Thread Martin van Dijken
I've got several problems using commons logging and log4j in Tomcat and I've been searching on ways to solve them. The actual problem I have is the following: org.apache.commons.logging.LogConfigurationException: Class org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log

[GUMP] Build timed out - jk

2003-07-03 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-03/jakarta-tomcat-jk-native.html Buildfile: build.xml init: [echo] /home/rubys [mkdir]

RE: How to get the container within an instance event?

2003-07-03 Thread Angus Mezick
Cool! That is exactly what I needed! I was getting miffed because valves got the nice catalina request object while InstanceEvent had to deal with the dumbed down HttpRequest. Now onto a design question: I am implementing a JdbcSessionManager for dealing with non-sticky clusters. We wish to

WebdavServlet.java, form based login and files from other contexts

2003-07-03 Thread Martin Algesten
In a recent client project I used the WebdavServlet for the first time and encountered some configuration issues which lead me down the path of doing some patches to it. Our client's site uses form based login which doesn't play well with WebDAV. All clients I've ever seen only do basic

WebdavServlet and security constraints

2003-07-03 Thread Martin Algesten
In a recent project we cooperated with our client in building a site. They were doing static html files and we took some of them and turned into JSPs. In order for our client to be able to update their site, we enabled webdav on the webapplication. However, we don't want them to be able to

RE: class diagram

2003-07-03 Thread Shapira, Yoav
Howdy, Download tomcat source and use one of these tools: http://www.cse.ucsc.edu/classes/cmps115/Fall02/tools/tools.html Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 1:24 AM To: Tomcat

[PATCH] CATALINA_LOGDIR environment variable in catalina.sh

2003-07-03 Thread Thorsten Huber
Our Tomcat setup requires that the log files Tomcat generates reside outside CATALINA_BASE and CATALINA_HOME. So I've defined a new environment variable in catalina.sh named CATALINA_LOGDIR. With this it is easier to set up different Tomcat installations with different log directories. If I'm not

url doesn't work

2003-07-03 Thread RSEQUEIRA
The following url doesn't work on the tomcat site: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jk2/index.html Roshan Sequeira 314-373-6511 This transmission is intended to be strictly confidential. If you are not the intended recipient of this message, you may not disclose, print, copy or

RE: [PATCH] CATALINA_LOGDIR environment variable in catalina.sh

2003-07-03 Thread Shapira, Yoav
Howdy, That's why the Logger elements supports anything you want in its directory attribute. I don't think this patch is strictly necessary and I'd prefer to keep the startup scripts as simple as possible. What does this patch give you that you can't already do? Yoav Shapira Millennium

RE: url doesn't work

2003-07-03 Thread Shapira, Yoav
Howdy, Thanks - there's already an open Bugzilla item for this and it'll get fixed ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 9:39 AM To: [EMAIL PROTECTED] Subject: url doesn't work The

Re: [PATCH] CATALINA_LOGDIR environment variable in catalina.sh

2003-07-03 Thread Thorsten Huber
On Thu, Jul 03, 2003 at 09:58:32AM -0400, Shapira, Yoav wrote: Howdy, That's why the Logger elements supports anything you want in its directory attribute. I don't think this patch is strictly necessary and I'd prefer to keep the startup scripts as simple as possible. What does this patch

cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl

2003-07-03 Thread glenn
glenn 2003/07/03 07:41:12 Modified:jk/tools/reports tomcat_trend.pl Log: Prevent script from failing on bad date format Revision ChangesPath 1.5 +7 -3 jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl Index: tomcat_trend.pl

Re: [PATCH] CATALINA_LOGDIR environment variable in catalina.sh

2003-07-03 Thread Tim Funk
All of the loggers may have an attibute called directory. This may be relative or absolute. No extra variables needed for other scripts - everything can stay confined to server.xml. -Tim Thorsten Huber wrote: On Thu, Jul 03, 2003 at 09:58:32AM -0400, Shapira, Yoav wrote: This patch is a way

DO NOT REPLY [Bug 21314] New: - Admin app edit overwrites roles in tomcat-users

2003-07-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21314. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl

2003-07-03 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : glenn 2003/07/03 07:41:12 Modified:jk/tools/reports tomcat_trend.pl Log: Prevent script from failing on bad date format Revision ChangesPath 1.5 +7 -3 jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl Index:

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java

2003-07-03 Thread Keith Wannamaker
Hi Remy, * does map to the default context. Can you think of any special downstream handling that we should do for '*'? Keith | -Original Message- | From: Remy Maucherat [mailto:[EMAIL PROTECTED] | Sent: Thursday, July 03, 2003 2:50 AM | To: Tomcat Developers List | Subject: Re: cvs

Re: cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl

2003-07-03 Thread Glenn Nielsen
Henri Gomez wrote: [EMAIL PROTECTED] a écrit : glenn 2003/07/03 07:41:12 Modified:jk/tools/reports tomcat_trend.pl Log: Prevent script from failing on bad date format Revision ChangesPath 1.5 +7 -3 jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl

Re: [JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Tomcat' from Mayto June, 2003

2003-07-03 Thread Remy Maucherat
Yoav Shapira wrote: Howdy, Good paragraph Remy.. Could someone put it in for me (feel free to modify it as needed) ? I've always had trouble posting large amounts of data to Nagoya from behind my NAT router for some reason (there must be a logical explanation to that ...). P.S. Are here anyone

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteAdapter.java

2003-07-03 Thread Remy Maucherat
Keith Wannamaker wrote: Hi Remy, * does map to the default context. Can you think of any special downstream handling that we should do for '*'? Well, nothing as far as I am concerned. I couldn't find any side effect or security problem introduced by your patch, so I'm +0 for it. Remy

DO NOT REPLY [Bug 16901] - [PATCH] mod_jk2 wrong server port when using NAT

2003-07-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16901. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16901] - [PATCH] mod_jk2 wrong server port when using NAT

2003-07-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16901. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Tomcat' from May to June, 2003

2003-07-03 Thread Tetsuya Kitahata
On Fri, 04 Jul 2003 00:03:19 +0200 Remy Maucherat [EMAIL PROTECTED] wrote: Yoav Shapira wrote: Howdy, Good paragraph Remy.. Could someone put it in for me (feel free to modify it as needed) ? I've always had trouble posting large amounts of data to Nagoya from behind my NAT router for

Re: SIP Servlet revisited

2003-07-03 Thread Costin Manolache
Brian Olsen wrote: Hey Guys, A little over a year ago the posibility for making an implementation of the SIP Servlet specification using Tomcat was shortly talked about (see http://www.mail-archive.com/[EMAIL PROTECTED]/msg25333.html) I have done some tests and looked into what problems