Tomcat cache ?

2001-09-12 Thread Kenny Ma
I always need to restart tomcat to see the latest result after I change the some servlet program. Is it tomcat cache the servlet program ? if so, how can I disabled the cache ? It never happened when I use Jserv before. Thanks /* Kenny Ma [EMAIL PROTECTED] */

EJB Support and Tomcat

2001-09-12 Thread Anand B N
Does Tomcat 4.0 include EJB support(whichever version it is)? Anand

Bug in TC 3.3 DependClassLoader

2001-09-12 Thread Bojan Smojver
Since I was playing with distributing all my apps in jars... In method dependency() of that class, there is a section for jars. It goes something like this: if( jar.equals( res.getProtocol() )) { String fileN=res.getFile(); int

Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread jean-frederic clere
Hi, How was the issue with sun.tools.javac.Main solved? Cheers Jean-frederic [EMAIL PROTECTED] wrote: craigmcc01/09/11 22:25:58 Modified:.RELEASE-PLAN-4.0.txt Log: Up to the minute status. Revision ChangesPath 1.13 +15 -10

RE: [VOTE] Bug Notification E-Mails

2001-09-12 Thread Marc Saegesser
-1 Marc Saegesser -Original Message- From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 2:03 PM To: [EMAIL PROTECTED] Subject: Re: [VOTE] Bug Notification E-Mails Christopher Cain [EMAIL PROTECTED] wrote: Also, while I might technically have the

Tomcat 4 Bug reports

2001-09-12 Thread Jon Stevens
...now go to the [EMAIL PROTECTED] mailing list. -jon

Re: Tomcat 4 Bug reports

2001-09-12 Thread Pier Fumagalli
Jon Stevens [EMAIL PROTECTED] wrote: ...now go to the [EMAIL PROTECTED] mailing list. Also tomcat 3... Pier

Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, jean-frederic clere wrote: Date: Wed, 12 Sep 2001 14:39:51 +0200 From: jean-frederic clere [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt Hi, How was the issue

Remaining Tomcat 3.3 Issues

2001-09-12 Thread Larry Isaacs
Hi All, I have made a pass through all Tomcat3 bugs. Those listed below are the only ones that remain open as of last night. Listed for RC1 and RC2 are issues I have accumulated as well as bugs that must be resolved. Each of these issues needs to be considered according to its impact on the

jaas interceptor

2001-09-12 Thread Ron Lin
has anyone ever come across a RequestInterceptor that redirects users to JAAS authentication modules? anyone know information about using JAAS from Tomcat? thanks, Ron Lin Probaris Technologies [EMAIL PROTECTED]

Re: jaas interceptor

2001-09-12 Thread Rickard Öberg
Ron Lin wrote: has anyone ever come across a RequestInterceptor that redirects users to JAAS authentication modules? anyone know information about using JAAS from Tomcat? The JBoss server has a JAAS implementation plugin for Tomcat that does this. See jboss.org for JAAS integration and

Tomcat and session management

2001-09-12 Thread walter . heestermans
Hello, I like to have morre information about context management inside Tomcat server. Where is the context kept? Is it kept inside memory or is it written to some physical medium? If in my environment multiple Tomcat servers are handling client requests, how does he handle the context

Re: Tomcat and session management

2001-09-12 Thread Craig R. McClanahan
On Wed, 12 Sep 2001 [EMAIL PROTECTED] wrote: Date: Wed, 12 Sep 2001 14:44:27 +0200 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat and session management Hello, I like to have morre information about context management inside Tomcat server.

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread David Oxley
Larry, Any chance of committing the attached patch before 3.3rc1. It makes jk_nt_service maintain a list of currently installed services in the registry. This is so the Service Manager I have written can work. I will be submitting the Service Manager in a few hours for committing in

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-12 Thread pier
pier01/09/12 09:29:05 Modified:webapp/apache-2.0 mod_webapp.c Log: Removed old MMN #ifdefs Revision ChangesPath 1.3 +1 -7 jakarta-tomcat-connectors/webapp/apache-2.0/mod_webapp.c Index: mod_webapp.c

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Larry Isaacs
I would like to have the tomcatAuthentication hack available in Ajp13 so this behavior is fully controllable. Also, I'm also leaning toward having a default of true. To get the security example working when using Apache, or other web server, users would have to discover the user names and

[DO NOT REPLY: Bug 3570] info page reporting wrong server port when using with apache-2.0

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread jean-frederic clere
David Oxley wrote: Larry, Any chance of committing the attached patch before 3.3rc1. It makes jk_nt_service maintain a list of currently installed services in the registry. This is so the Service Manager I have written can work. I will be submitting the Service Manager in a few hours for

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Christopher Cain
Larry Isaacs wrote: I would like to have the tomcatAuthentication hack available in Ajp13 so this behavior is fully controllable. Also, I'm also leaning toward having a default of true. To get the security example working when using Apache, or other web server, users would have to

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

2001-09-12 Thread craigmcc
craigmcc01/09/12 10:38:47 Modified:catalina/src/bin catalina.bat catalina.sh webapps/tomcat-docs ssl-howto.xml Log: Simplify the process of installing SSL support by the following actions: * Have SSLSocketFactory register the JSSE provider if needed (see

Re: [PATCH] SSLServerSocketFactory.java

2001-09-12 Thread Craig R. McClanahan
As you can see from the commit messages, I committed a variation on your #1 approach that lets you define a JSSE_HOME environment variable to locate the JSSE jar files. Coupled with registering the provider automatically (your #2 approach), this simplifies the process of getting set up to use

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Bill Barker
As I expected (having spent enough time on encoded URLs), I can't reproduce 1483 against B2. It always finds the correct session both in stand-alone and Ajp13. - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 8:31 AM

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Larry Isaacs
I'll take a look. Since jk_nt_service isn't really involved in the stability of the Tomcat 3.3 server. I think this patch could appear in RC2 as well. Avaiable sooner as a nightly. I'll try to address it for RC1, though. Larry -Original Message- From: David Oxley [mailto:[EMAIL

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Larry Isaacs
Hi Bill, Thanks for the help. 1483 doesn't match a bug number though. Was it: 1482 Ignored session ids in encoded URLs Thanks, Larry -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 1:21 PM To: [EMAIL PROTECTED] Subject:

[DO NOT REPLY: Bug 3574] New: Basic authentication doesn't work.

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Loading JSSE JARs from the Classpath

2001-09-12 Thread Craig R. McClanahan
Hmm, the fix I just committed (use the JSSE_HOME environment variable to add the JSSE jars to the system classpath used to start Tomcat) seems to work great on Linux, but fails on Win98 unless the JSSE jars are really installed as system extensions: Exception during startup processing

[PATH] XML fragments in jsp handled incorrectly

2001-09-12 Thread Kin-Man Chung
This patch fixes #3350. In a JSP document, the tags in a XML fragment are always generated before the characters. The current fix preserves their orders. misto% runsocks cvs diff -u ParserXJspSaxHandler.java Index: ParserXJspSaxHandler.java

RE: Bug in TC 3.3 DependClassLoader

2001-09-12 Thread Larry Isaacs
Hi Bojan, Costin is the expert on this section of code. I need to become more familiar with it, so I'm willing to take a look. If you can submit a patch, that would be helpful. If you need to wait for Costin's advice, I understand. On occasion, I have had to do the same. Cheers, Larry

Novell LDAP Realm

2001-09-12 Thread John Wheeler
Hello all, I am new to Tomcat and open source development, and I would like to know if there is interest in an LDAP Realm similar to Peachtree's but using Novell LDAP instead of Netscape. Functionally, the vendor api's are the same (for authentication anyway) except there are a few method

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Bill Barker
That's true of mod_jk in j-t-c. At least through B2 the mod_jk that ships with 3.3 uses r-uri. - Original Message - From: Keith Wannamaker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 12:11 PM Subject: RE: Remaining Tomcat 3.3 Issues mod_jk uses (used?)

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

2001-09-12 Thread John Reilly
Hi Remy, Could you check out the patch I submitted a while ago for bug #3194 and perhaps submit it - I haven't seen either positive or negative feedback on it. Thanks, jr -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 6:30 PM

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread David Rees
On Wed, Sep 12, 2001 at 03:19:15PM -0400, Larry Isaacs wrote: One of the main aspects of this issue is for me to become informed as to the state of Tomcat 3.3's mod_jk with respect to this. Tomcat 3.3's mod_jk.c has: s-req_uri = r-uri; which, by the statement below, appears to be

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Keith Wannamaker
Oops, yep, that fix only went into the _32 branch. 3.3 still uses r-uri. IIRC the thread never reached a consensus, except that a proxy is free to decode and encode requests, so encode(r-uri) might be permissible, but r-unparsed_uri is the only way to preserve the encoding. Keith |

[DO NOT REPLY: Bug 3576] New: BootstrapService throws exception on startup when classes directory is present

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3576] BootstrapService throws exception on startup when classes directory is present

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3576] BootstrapService throws exception on startup when classes directory is present

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java

2001-09-12 Thread craigmcc
craigmcc01/09/12 13:25:35 Modified:jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java Log: Fix for Bugzilla #3350 (character data was rearranged in output). Patch by Kin-Man Chung [EMAIL PROTECTED] PR: Bugzilla #3350 Submitted

cvs commit: jakarta-tomcat-4.0/tester/web/golden JspDoc01.txt

2001-09-12 Thread craigmcc
craigmcc01/09/12 13:26:31 Modified:tester/src/bin tester.xml Added: tester/web JspDoc01.jsp tester/web/golden JspDoc01.txt Log: Add unit test to verify correct behavior of parsing JSP documents without incorrect rearrangement of character and element data.

[DO NOT REPLY: Bug 3576] BootstrapService throws exception on startup when classes directory is present

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3576] BootstrapService throws exception on startup when classes directory is present

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

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

2001-09-12 Thread remm
remm01/09/12 14:15:59 Modified:catalina/src/share/org/apache/catalina/startup BootstrapService.java Log: - Forgot to apply some patches to BootstrapService, which made the init of StandardClassLoader fail. Thanks to blakest at diebold.com (sorry,

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp13Interceptor.java Ajp13.java

2001-09-12 Thread nacho
nacho 01/09/12 14:35:46 Modified:src/share/org/apache/tomcat/modules/server Ajp13Interceptor.java Ajp13.java Log: Implemented the tomcatAuthtentication attribute. This attribute when true ( de default ) permits the user of the Ajp13 protocol to

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp12Interceptor.java Ajp12.java

2001-09-12 Thread nacho
nacho 01/09/12 14:40:36 Modified:src/share/org/apache/tomcat/modules/server Ajp12Interceptor.java Ajp12.java Log: Defaulting tomcatAuthentication to false for Ajp12 too Revision ChangesPath 1.17 +1 -1

[DO NOT REPLY: Bug 3577] NPE when DecodeInterceptor gets confused

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

RE: Bug in TC 3.3 DependClassLoader

2001-09-12 Thread cmanolache
Sorry, I had a lot on my had in the last days. Bojan - if you want to send a patch, it would be great. If not - I can fix the bug ( but I would prefer you to send a patch - who knows, maybe later you'll send another one, the first is allways harder :-) Costin On Wed, 12 Sep 2001, Larry Isaacs

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread cmanolache
My current 'preference' is to use r-uri, as in the main branch ( and how it used to be ). That keeps rewrite working and is consistent with most apache modules. The downside is that we're on the edge of the spec, which require the 'original' URI. However, since HTTP seem to allow proxies to

[DO NOT REPLY: Bug 3577] NPE when DecodeInterceptor gets confused

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Keith Wannamaker
Then we need to be sure to encode r-uri in the main branch and to change r-unparsed_uri to encode(r-uri) in the 3.2 branch. I am swamped now and will put it on a long todo list.. if anyone beats me to it. Keith | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread cmanolache
On Wed, 12 Sep 2001, Keith Wannamaker wrote: Then we need to be sure to encode r-uri in the main branch and to change r-unparsed_uri to encode(r-uri) in the 3.2 branch. I am swamped now and will put it on a long todo list.. if anyone beats me to it. Well, I said that would be my

cvs commit: jakarta-tomcat-connectors/webapp/java WarpLogger.java

2001-09-12 Thread pier
pier01/09/12 15:21:08 Modified:webapp/java WarpLogger.java Log: Avoid dumping to STDERR unless this is a DEBUG build of the WARP connector. Revision ChangesPath 1.2 +2 -2 jakarta-tomcat-connectors/webapp/java/WarpLogger.java Index: WarpLogger.java

Re: Bug in TC 3.3 DependClassLoader

2001-09-12 Thread Bojan Smojver
[EMAIL PROTECTED] wrote: Sorry, I had a lot on my had in the last days. Bojan - if you want to send a patch, it would be great. If not - I can fix the bug ( but I would prefer you to send a patch - who knows, maybe later you'll send another one, the first is allways harder :-) Costin

[DO NOT REPLY: Bug 3573] System.out entries in Java portion of Warp code.

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Ignacio J. Ortega
Please give me some info.. It's possible to use no cookies sessions without using mod_rewrite in apache? Saludos , Ignacio J. Ortega -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: jueves 13 de septiembre de 2001 0:28 Para: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config index.xml

2001-09-12 Thread craigmcc
craigmcc01/09/12 15:45:24 Modified:webapps/tomcat-docs/config index.xml Log: Remove TODOs and flesh out the overview of the Server Configuration Reference. Revision ChangesPath 1.3 +41 -6 jakarta-tomcat-4.0/webapps/tomcat-docs/config/index.xml Index:

Re: [DO NOT REPLY: Bug 3524] New: NullPointerException in MemoryRealm

2001-09-12 Thread Jonathan Eric Miller
I'm running into this problem in RC1. Was this fixed post RC1? Jon - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 11:34 AM Subject: Re: [DO NOT REPLY: Bug 3524] New: NullPointerException in MemoryRealm Hi, PLEASE

Re: Bug in TC 3.3 DependClassLoader

2001-09-12 Thread Bojan Smojver
Bojan Smojver wrote: [EMAIL PROTECTED] wrote: Sorry, I had a lot on my had in the last days. Bojan - if you want to send a patch, it would be great. If not - I can fix the bug ( but I would prefer you to send a patch - who knows, maybe later you'll send another one, the first is

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread cmanolache
On Thu, 13 Sep 2001, Ignacio J. Ortega wrote: Please give me some info.. It's possible to use no cookies sessions without using mod_rewrite in apache? I don't know what you mean - mod_jk is taking care of decuding the sessionId, and it support both cookie and URL decoding. I didn't even

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

2001-09-12 Thread craigmcc
craigmcc01/09/12 16:19:29 Modified:webapps/tomcat-docs jndi-resources-howto.xml Log: Add a description of the Generic JavaBean JNDI resource factory. This can be used when you want to return new instances of preconfigured beans when a lookup() operation is performed, where the

RE: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Ignacio J. Ortega
This is my try for the most stupid question of the century prize, as usual, Perhaps confused with some old messages about mod_jserv.. perhaps.. In any case i would prefer to be able to use mod_rewrite with tomcat. It's possible to detect if the uri was changed by another prior module?

[DO NOT REPLY: Bug 3574] Basic authentication doesn't work.

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Re: [DO NOT REPLY: Bug 3524] New: NullPointerException in MemoryRealm

2001-09-12 Thread Remy Maucherat
I'm running into this problem in RC1. Was this fixed post RC1? Yes. The regression was caused by a last minute change. Sorry about the trouble. Remy

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

2001-09-12 Thread craigmcc
craigmcc01/09/12 17:01:48 Modified:webapps/tomcat-docs jndi-resources-howto.xml Log: Document the procedure for creating your own JNDI resource factories. Revision ChangesPath 1.5 +189 -1jakarta-tomcat-4.0/webapps/tomcat-docs/jndi-resources-howto.xml

cvs commit: jakarta-tomcat/src/native/mod_jk/iis jk_isapi_plugin.c

2001-09-12 Thread nacho
nacho 01/09/12 17:07:39 Modified:src/native/mod_jk/iis jk_isapi_plugin.c Log: Virtual server support for IIS This patch adds some syntax sugar to uriworkermap.properties file format to allow fine grained control over redirection of tomcat contexts to IIS virtual hosts,

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsjndi-resources-howto.xml

2001-09-12 Thread Jon Stevens
on 9/12/01 4:19 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +source +lt;resource-env-refgt; + lt;Descriptiongt; +Object factory for MyBean instances. + lt;/Descriptiongt; + lt;resource-env-ref-namegt; +bean/MyBeanFactory + lt;/resource-env-ref-namegt; +

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Bill Barker
Shouldn't 461 be re-classified as a 4.0 issue? ServletRequest.setCharacterEncoding is a new feature of 2.3. - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 8:31 AM Subject: Remaining Tomcat 3.3 Issues Hi All, I have

Re: Remaining Tomcat 3.3 Issues

2001-09-12 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Bill Barker wrote: Date: Wed, 12 Sep 2001 17:04:42 -0700 From: Bill Barker [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Remaining Tomcat 3.3 Issues Shouldn't 461 be re-classified as a 4.0

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docsjndi-resources-howto.xml

2001-09-12 Thread Pier Fumagalli
Jon Stevens [EMAIL PROTECTED] wrote: on 9/12/01 4:19 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +source +lt;resource-env-refgt; + lt;Descriptiongt; +Object factory for MyBean instances. + lt;/Descriptiongt; + lt;resource-env-ref-namegt; +bean/MyBeanFactory +

cvs commit: jakarta-tomcat/src/native/mod_jk/iis jk_isapi_plugin.c

2001-09-12 Thread nacho
nacho 01/09/12 18:11:25 Modified:src/native/mod_jk/iis jk_isapi_plugin.c Log: With this patch the ISAPI redirector can load it's initial config from a properties file situated in the same virtual dir where the isapi_redirect.dll lies. This patch allows to have multiple

Re: Tomcat 4 Documentation

2001-09-12 Thread Jonathan Eric Miller
- Original Message - From: Glenn Nielsen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 12, 2001 7:30 PM Subject: Re: Tomcat 4 Documentation One other thing I noticed with the docs. On my system at home, Netscape 4.7 on FreeBSD the right margin for the docs is

cvs commit: jakarta-tomcat/src/native/mod_jk/iis jk_isapi_plugin.c

2001-09-12 Thread nacho
nacho 01/09/12 18:49:52 Modified:src/native/mod_jk/iis jk_isapi_plugin.c Log: Oops , logging before the opening of the log file is not a good idea :) Thanks to Tim Whittington Revision ChangesPath 1.6 +5 -4

Re: Tomcat 4 Documentation

2001-09-12 Thread Craig R. McClanahan
On Wed, 12 Sep 2001, Jonathan Eric Miller wrote: Date: Wed, 12 Sep 2001 20:31:01 -0500 From: Jonathan Eric Miller [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat 4 Documentation - Original Message - From: Glenn Nielsen [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves LocalStrings_es.properties

2001-09-12 Thread craigmcc
craigmcc01/09/12 19:11:33 Modified:catalina/src/share/org/apache/catalina/connector LocalStrings_es.properties catalina/src/share/org/apache/catalina/logger LocalStrings_es.properties

failure notice (fwd)

2001-09-12 Thread Craig R. McClanahan
The commit message was too big to send, but I'm forwarding the comments. Thanks to Kazuhiro Kazama, Tomcat now speaks Japanese in its log files! Craig -- Forwarded message -- Date: 13 Sep 2001 02:23:47 - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: failure notice

Re: Tomcat 4 Documentation

2001-09-12 Thread TAKAHASHI Hideo(BSD-M1G)
Hi. I have had the same problem. It happens on pages for example config/server.html. It happens on NS4.7,NS6.1,IE5.5 alike. BTW My screen size is 1280x1024. I examined the generated html and the stylesheet, and tracked down which of the width attributes are the key to this problem. By taking

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs tomcat-docs.xsl

2001-09-12 Thread craigmcc
craigmcc01/09/12 19:52:56 Modified:webapps/tomcat-docs tomcat-docs.xsl Log: Remove a width=100% setting from the table generated for attributes lists, to see if that helps avoid problems where the right side of the documentation pages are cut off for some users. Revision

Re: Tomcat 4 Documentation

2001-09-12 Thread Craig R. McClanahan
That is quite odd ... the config/server.xml page works correctly for me on NS4.7 (Linux and Windows 98) and IE5.5 (Windows 98) at 1024x768, as well as narrower sizes when I adjust it manually. I just committed a change to remove the width=100% entry for attributes list tables. Could you take a

[Tomcat 4] Initializing PRNGs for Session Identifiers

2001-09-12 Thread Craig R. McClanahan
Christopher Cain has raised some concerns (both in private email and publicly on this list) regarding the initialization of pseudo random number generators (PRNGs) used to calculate session id values. We need to have a quick discussion about this, to determine whether we want to change the

Ajp13Interceptor

2001-09-12 Thread Bojan Smojver
I've notice that the most recent Ajp13Interceptor prints something like this into log files: -- Ajp13Request: Read:

[DO NOT REPLY: Bug 3578] Manager Applications broken

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Re: [Tomcat 4] Initializing PRNGs for Session Identifiers

2001-09-12 Thread Remy Maucherat
BACKGROUND: * An optional entropy-increasing string value that you can specify in your conf/server.xml file, like this: Context ... ... Manager entropy=My Private Entropy String/ ... /Context If no entropy property is specified, a default (and

[DO NOT REPLY: Bug 3578] Manager Applications broken

2001-09-12 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Re: [Tomcat 4] Initializing PRNGs for Session Identifiers

2001-09-12 Thread Bojan Smojver
Craig R. McClanahan wrote: Christopher Cain has raised some concerns (both in private email and publicly on this list) regarding the initialization of pseudo random number generators (PRNGs) used to calculate session id values. We need to have a quick discussion about this, to determine