java Date related classes synchronization bottlenecks

2003-07-10 Thread Glenn Nielsen
David Rees wrote: Glenn, This is quite interesting. How many concurrent threads need to be running before this bottleneck starts to become a significant issue? The worst case we have seen so far is when a JDBC query was made which returned 100's of result sets where one of the fields was of type

mod_jk 1.2 endpoint cache

2003-07-13 Thread Glenn Nielsen
with a cache timeout sure would be handy for Apache 2 when using the worker MPM. This feature is documented in the jk docs and I don't see where anything is mentioned that it is disabled. Regards, Glenn - To unsubscribe, e-mail: [EMAIL

mod_jk 1.2.5 release

2003-07-15 Thread Glenn Nielsen
I have taken care of the serveral minor bug fixes I wanted to get into the mod_jk 1.2.5 release. But I still have the question below about endpoint caching. I would like to renable endpoint caching for use by threaded servers. Is there any reason to not do this? Regards, Glenn Glenn Nielsen

Re: Deleting old TC builds

2003-07-15 Thread Glenn Nielsen
] -- -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network

Re: jk 1.2.4 LB bug?

2003-07-16 Thread Glenn Nielsen
. Whether the worker.properties are getting reread when you do an apache restart. (They should be) 2. What the lb worker thinks the config is. Then post those log lines here. Thanks, Glenn Hans Schmid wrote: Hi, I noticed the following with mod_jk 1.2.4, Apache 1.3.26 and Tomcat 3.3.1a

Re: Solved AW: jk 1.2.4 LB bug?

2003-07-16 Thread Glenn Nielsen
Glad I could help! Glenn Hans Schmid wrote: Sorry Glenn, by looking deeper into the mod_jk.log. When changing worker names, I realized, that I was actually restarting Apache with the same worker.properties every time. There was a link earlier in the configuration chain, which made my switching

Re: [PROPOSAL] Add Post to the clear list for protected pages

2003-07-17 Thread Glenn Nielsen
button in the browser to a protected POSTed page forces you to re-post to view the page. This is generally a-bad-thing, since it results in you getting two copies of Madonna's CD (and charged twice ;-). +1 from me. Thanks for the explanation :) +1, also to back port the change to 4.1 Glenn

Re: mod_jk 1.2 endpoint cache

2003-07-18 Thread Glenn Nielsen
Henri Gomez wrote: Glenn Nielsen a écrit : I have been testing mod_jk 1.2.5 with Apache 2 and load balancing. I noticed in the source that mod_jk 1.2 endpoint cache's are disabled by forcing ep_cache_sz=0. I did a cvs log and could not find any comments on why this is so. Is there a reason why

Re: mod_jk 1.2 endpoint cache

2003-07-18 Thread Glenn Nielsen
Henri Gomez wrote: Glenn Nielsen a écrit : Henri Gomez wrote: Glenn Nielsen a écrit : I have been testing mod_jk 1.2.5 with Apache 2 and load balancing. I noticed in the source that mod_jk 1.2 endpoint cache's are disabled by forcing ep_cache_sz=0. I did a cvs log and could not find any

Re: [5] hotfixes

2003-07-18 Thread Glenn Nielsen
Well stated, I agree with your concerns. Shapira, Yoav wrote: Howdy, Currently o.a.c.startup.ClassLoaderFactory just does a standard directory listing. It might be nice to have the directory listed sorted in some manner so files with certain attributes might be loaded first. I was thinking of

mod_jk 1.2.5 test source distribution

2003-07-18 Thread Glenn Nielsen
I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz Please build and test binaries for different OS and web servers. I will call for a release vote for mod_jk 1.2.5 one week from today

Re: [5] hotfixes

2003-07-18 Thread Glenn Nielsen
Tim, If the problem is that bug fixes have not made it into a release in a timely manner, then we should be doing releases more frequently. Or put back in place the nightly builds. Using hotfixes to bridge the gap between releases is overkill IMHO. I am still -1 on adding this. Glenn Tim Funk

Re: [VOTE] Jan Luehe

2002-06-13 Thread Glenn Nielsen
] -- -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network

Re: mod_jk apache process 1 to 1 mapping with Tomcat AjpConnector thread

2002-06-20 Thread Glenn Nielsen
site which forwards some requests to Tomcat is only 10-15 simultaneous requests. So Tomcat ends up having 350 AjpConnector threads when it only really needs 10-20 threads for handling the requests which get forwarded to it. Regards, Glenn

Re: [5.0] [VOTE] New branches and repositories

2002-07-11 Thread Glenn Nielsen
: /ballot -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network

Re: Some advice regarding mod_jk

2002-07-16 Thread Glenn Nielsen
Arshad Mahmood wrote: Hi, I am developing an using mod_jk, apache 1.3.26 and Tomcat 4.1.7, Redhat 7.2 and have come across an issue with regards to mod_jk. Now I assumed that the Ajp13Processors under mod_jk acted as pool to process incoming requests. But I hadn't realised that a

Re: [PROPOSAL] Split the repo's

2002-07-18 Thread Glenn Nielsen
dependencies are on jakarta-servletapi-4 which will remain as is. Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How can I ckeck how many users are connected to a Web Site?

2002-08-02 Thread Glenn Nielsen
For a Tomcat 4 web application you can use the manager to see how many active sessions there are. For Apache you can use its extended-status to see how many concurrent requests there are and how many httpd processes. Regards, Glenn Luca Ventura wrote: Hello everybody! I would like to know

Re: [VOTE] [4.1.8] Stability rating

2002-08-02 Thread Glenn Nielsen
as a context on tomcat startup. This is reproducible but I have only seen it on a production system. Haven't had time to track it down yet. Regards, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [4.1.9] Fix for major bugs

2002-08-09 Thread Glenn Nielsen
of the new features in DBCP such as recovering abandoned db connections. Regards, Glenn Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: [4.1.9] New test milestone released

2002-08-12 Thread Glenn Nielsen
of the Tomcat JVM will improve performance and reliability. Regards, Glenn [EMAIL PROTECTED] wrote: Remy, Let's try to make 4.1.10 the 'stable' release ( and consider 4.1.9 as the 'release candidate ). I cleaned up some of the jk messages and I want to do some more watchdog tests with apache/jk

Re: Servlet Compilation Takes Way Too Long

2002-08-12 Thread Glenn Nielsen
in JSP pages which were included at compile time and force a recompile of the page which included them. Regards, Glenn micael wrote: Whenever I change a jsp page, it takes forever for the program to compile. (Forever = five to fifteen minutes.) During that time my site is essentially shut down

Re: [4.1.9] New test milestone released

2002-08-12 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: On Mon, 12 Aug 2002, Glenn Nielsen wrote: JASPER 2 JSP Page Comiles - I would also like to see Jasper 2 changed so that JSP page compiles occur externally outside of the Tomcat4 JVM process. There are two reasons for this: What's wrong

Re: [4.1.9] Stability rating

2002-08-13 Thread Glenn Nielsen
the components it depended on were not stable. There are also some issues which we may want to fix before the final stable realease stages. ballot [ ] Alpha [X] Beta /ballot My vote is Beta. Remy -- Glenn

Re: [5.0] [VOTE] Release numbering scheme and test releases

2002-08-13 Thread Glenn Nielsen
4.1.x releases. ballot +1 [ ] Start releasing milestones for Tomcat 5.0 on a regular basis soon -1 [X] No, later /ballot Remy -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System

Re: [VOTE] New committer: Jean-Francois Arcand

2002-08-14 Thread Glenn Nielsen
planely in the VOTE request. I would not normally vote +1 for commit privs for someone who has only participated for 16 days in the community. +1 Since it is obvious he is assigned to work on the Tomcat 5 RI of Servlet 2.4 and +JSP 2. Regards, Glenn Patrick Luby wrote: I would like to propose

Re: Strange delays while Tomcat works

2002-08-21 Thread Glenn Nielsen
to stdout. Regards, Glenn Dev Zero G Ltd wrote: Hi, all! Introduction: we have Windows 2000 running SUN JDK 1.4.0, Tomcat 4.0.4 and our software, that uses Struts and taglibs. While requesting action from browser we have strange delays during whole request-serving process. In a words

Re: Jasper 2 class files

2002-08-21 Thread Glenn Nielsen
load each of the above two classes even though they have the same package and class name. The old methods Jasper used for loading java classes generated for JSP pages was very inefficient. The above change simplified Jasper and improved its performance by 25%. Regards, Glenn John Trollinger wrote

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

2002-08-28 Thread Glenn Nielsen
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: glenn 2002/08/26 05:15:59 Modified:catalina/src/share/org/apache/catalina/connector RequestBase.java catalina/src/share/org/apache/catalina/core StandardContext.java

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

2002-08-28 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: glenn 2002/08/26 05:15:59 Modified:catalina/src/share/org/apache/catalina/connector RequestBase.java catalina/src/share/org/apache/catalina/core

Re: [4.1.10] Milestone release tag soon

2002-08-28 Thread Glenn Nielsen
Before a 4.1.10 release I want to get the jk docs updated, they don't have info on some of the features I added last spring. I'll try to get that done today. Regards, Glenn Remy Maucherat wrote: I plan, as announced last week, to tag the 4.1.10 release soon. I consider it as a RC, and we

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

2002-08-28 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Capturing of stdout/stderr has been enabled in Tomcat 4.1 for 2-3 months now. I don't think it was, as RequestBase is deprecated, and is not used anymore (except in the old connectors). What I committed was a bug fix. If you revert

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

2002-08-29 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote: Glenn Nielsen wrote: Capturing of stdout/stderr has been enabled in Tomcat 4.1 for 2-3 months now. I don't think it was, as RequestBase is deprecated, and is not used anymore (except in the old connectors). What I

Re: [4.1.10-dev] Jasper 2 problems

2002-08-29 Thread Glenn Nielsen
The pending Tomcat 4.1.10 release looks like it may be a good candidate for a final release. It would be nice if we included some docs on using/configuring jasper. And the manager-howto.xml doc needs to be updated to document the HTMLManagerServlet, /manager/html/ Regards, Glenn Remy

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

2002-08-29 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: So I'll add support for log capture on shutdown (I think it's as useful to have it as on startup). My personal preference is to leave the capture switched off by default for the critical path, as it would confuse developers (IMO). Thanks

Re: cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jndi-datasource-examples-howto.xml

2002-08-30 Thread Glenn Nielsen
Thats ok. Remy Maucherat wrote: [EMAIL PROTECTED] wrote: glenn 2002/08/30 06:41:25 Modified:webapps/tomcat-docs jndi-datasource-examples-howto.xml Log: Add FAQ for Random Closed Connection Exceptions It seems I missed that update (unfortunaltely, I had to do

Re: [4.1.10] Stability rating

2002-09-04 Thread Glenn Nielsen
is incomplete. The swallowOutput attribute has not been added. I have not been able to get DefaultContext config info to display in the admin webapp. Regards, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [4.1.10] Stability rating

2002-09-04 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote: I think milestone 4.1.10 is of good quality and we can consider releasing it as the first stable release in the 4.1.x line. ballot [ ] Alpha [X] Beta [ ] Stable /ballot If not voting stable, please suggest

Re: [4.1.10] Stability rating

2002-09-04 Thread Glenn Nielsen
Amy, I was in the middle of reviewing the admin app when Remy called for the Tomcat 4.1.10 vote. I'll provide complete feedback when I have time to finish my review. Regards, Glenn Amy Roh wrote: Glenn Nielsen wrote: Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote

Re: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-09-05 Thread Glenn Nielsen
[EMAIL PROTECTED] wrote: remm2002/09/05 02:00:11 Modified:.RELEASE-NOTES-4.1.txt Log: - Update release notes. - Mention the admin webapp as beta (instead of alpha). I personally think it's good/polished enough to be called a beta. Glenn ? Beta

Re: jk doc works in progress

2002-09-06 Thread Glenn Nielsen
between mod_jk and jk2. A page for mod_jk. A page for jk2. Each with their own navigation menu. Regards, Glenn Henri Gomez wrote: For those of you interested in seeing the jk documentation in progress just go to : http://jakarta.apache.org/~hgomez/jk_docs/ This documentation include jk

Three new Tomcat 4.1 HOW-TO documents - SSI, CGI, Jasper

2002-09-08 Thread Glenn Nielsen
I have added three new Tomcat 4.1 HOW-TO documents. SSI, CGI, and Jasper. They are now in CVS. Please review and help correct any errors or omissions. Thanks, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat 4.1.x admin application comments and suggestions

2002-09-08 Thread Glenn Nielsen
Attached are my comments and suggestions for the Tomcat 4.1.x admin application. It would be nice if we could move the admin application from beta to near release quaility for the next Tomcat 4.1.x release. Regards, Glenn Comments and suggestions about the Tomcat 4.1.x admin

Tomcat 4.1.x Realm Documentation

2002-09-08 Thread Glenn Nielsen
with these could update the above documentation to include docs for these two. Regards, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Have Build Question, need help :-)

2002-09-08 Thread Glenn Nielsen
Copy build.properties.sample as build.properties, then edit and define properties in your build.properties as needed. One of those properties is the location of the servlet.jar file. Regards, Glenn Josh Nylander wrote: Hello, before I get to my question I would say job well done with 4.1.10

Re: Tomcat 4.1.x admin application comments and suggestions

2002-09-09 Thread Glenn Nielsen
Amy Roh wrote: Glenn Nielsen wrote: Attached are my comments and suggestions for the Tomcat 4.1.x admin application. It would be nice if we could move the admin application from beta to near release quaility for the next Tomcat 4.1.x release. Regards, Glenn

Re: mod_jk 1.2.0 release proposal

2002-09-20 Thread Glenn Nielsen
jk2 docs from release Shouldn't the subject line have started with [VOTE] ? Regards, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: removing old jtc/jk/docs

2002-09-23 Thread Glenn Nielsen
Henri Gomez wrote: I'd like to remove the old jtc/jk/docs now that the xml based is available. Do you agree ? +1, that can prevent someone like me from updating old outdated docs ;-) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: [VOTE] [4.0.5] [4.1.12] Security releases

2002-09-23 Thread Glenn Nielsen
Remy Maucherat wrote: A security vulnerability which affects all releases of Tomcat 4.x has been discovered. It is proposed that new Tomcat 4.0.x and 4.1.x releases are made, at which time the exploit will be publicized. The security advisory will also include an easy workaround to

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code toCVS

2002-09-24 Thread Glenn Nielsen
Comments intermixed below. Costin Manolache wrote: Glenn Nielsen wrote: Tomcat SecurityManager XML Policy configuration --- I have finished implementing support within Tomcat for using XML based security policy files. This was proposed

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code toCVS

2002-09-24 Thread Glenn Nielsen
Remy Maucherat wrote: Costin Manolache wrote: Glenn Nielsen wrote: ballot [ ] commit XML Policy source to jakarta-tomcat-4.0 HEAD and include it in future release of Tomcat 4.1.x [X] commit to CVS but don't add to the next release [ ] create a Tomcat 4.2 development branch

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code toCVS

2002-09-24 Thread Glenn Nielsen
Jean-Francois Arcand wrote: Glenn Nielsen wrote: The JVM itself anticipated a need for alternative application specific Policy implementations and has the hooks for doing it. Are you aware of anyone working on a new standard? Is there a JSR? [FYI] JSR 115 (http://jcp.org

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code toCVS

2002-09-24 Thread Glenn Nielsen
Costin Manolache wrote: Glenn, As a new feature, you need a majority of votes and at least 3 +1. My vote is -1 ( but is not a veto ). Only commits can be vetoed, and I'll probably do so if castor is used - all tomcat is using digester style for xml processing, and we have a proposal

Re: [SECURITY] Apache Tomcat 4.x JSP source disclosure vulnerability

2002-09-24 Thread Glenn Nielsen
. Thanks, Glenn Bojan Smojver wrote: On Wed, 2002-09-25 at 07:31, Matt Fury wrote: What's easier though? Upgrading a Tomcat server with a patch or re-architecting your whole site to accomodate for Velocity?? Short term, upgrading Tomcat. Long term, doing it in Velocity. Bojan

Re: [VOTE] commit new Tomcat 4 SecurityManager XML Policy code toCVS

2002-09-24 Thread Glenn Nielsen
left for discussions of changes to the code base for Tomcat 5. Will that be acceptable? Regards, Glenn Costin Manolache wrote: Glenn Nielsen wrote: This code only does validation when the container is started or when a web application context is reloaded. The current implementation using

Re: [Off Topic] SecurityManager XML Policy questions/recommendations

2002-09-25 Thread Glenn Nielsen
Hi Jean-Francois, My comments are intermixed below. Jean-Francois Arcand wrote: Hi Glenn, here is a couple of questions regarding your SecurityManager XML works: (1) All permissions seems to be stored in class SecurityPolicyBase. The Map used to store permission is static, meaning all

Re: DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails

2002-09-27 Thread Glenn Nielsen
where you would get a windows version with support for -encoding. Regards, Glenn Sean Reilly wrote: Just out of curiosity, where would you obtain such a version? I tried jikes 1.16 (win32) from IBM. AFAIK this is the current version of jikes, and also the first version that supports

Re: JK 1.2.1-beta

2002-10-01 Thread Glenn Nielsen
. My proposal: 1. Change these errors messages so that they accurately identify what happened. 2. For these common errors only report one error rather than a series of three. 3. Add documentation to the mod_jk docs about what these errors mean. Regards, Glenn Henri Gomez wrote: I started the JK

Re: JSP Compilation Issues (Multiple Domains)

2002-10-01 Thread Glenn Nielsen
JSP's don't get hit by the synchronize. Regards, Glenn John Trollinger wrote: Can we get the sync changes in the 4.1.x releases as we also have problems with this and currently maintain our own jasper code base with the sync code in it. -Original Message- From: Kin-Man Chung [mailto

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/conf catalina.policy

2002-10-01 Thread Glenn Nielsen
. For starters, o.a.c.util could be identified as a package where no security sensitive classes can be located. And with JSR 115 incorporating JAAS into J2EE, perhaps it would be best to have a o.a.c.security package. Regards, Glenn Jean-Francois Arcand wrote: Hi Glenn, your last addition seems

Re: Solaris 8, JK2, Apache 1.3.x - Segmentation fault

2002-10-08 Thread Glenn Nielsen
1.2 is currently the best choice for production. Regards, Glenn Hannu Kivimäki wrote: Hello list, I'm updating from Tomcat 4.0.2 to 4.1.12 and decided to upgrade the Tomcat connector as well. I've had some problems with mod_webapp before, and as Tomcat docs recommend mod_jk2 over deprecated

Re: administration-howto.html

2002-10-09 Thread Glenn Nielsen
working on taking care of some of the problems I posted about the Tomcat 4.1 configuration admin application. A help document was one of the issues. This is really needed, thanks! Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Proposal] Security Audit

2002-10-09 Thread Glenn Nielsen
known to file bug reports with other jakarta projects when I run across these issues. :-) Regards, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] tomcat-commiters list

2002-10-15 Thread Glenn Nielsen
empty. This is a majority vote. [X] I agree with the proposal [ ] I don't agree with the proposal Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Security Audit] Package protection...

2002-10-15 Thread Glenn Nielsen
will go ahead and patch this in Tomcat 4 HEAD. Regards, Glenn Jean-Francois Arcand wrote: HI, is somebody aware why package org.apache.coyote.* and org.apache.tomcat.* are not protected againts package insertion/access in Catalina.java. What is the reasons? Actually, classes

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startupCatalina.java CatalinaService.java

2002-10-15 Thread Glenn Nielsen
Oops, thanks for catching that. I changed org.apache.util. to org.apache.tomcat., that should cover it better. Glenn Jean-Francois Arcand wrote: Hi Glenn, should it be org.apache.tomcat.util instead of org.apache.util ? Thanks, -- Jeanfrancois [EMAIL PROTECTED] wrote: glenn

Re: [Security Audit] CoyoteRequest.doGetSession

2002-10-16 Thread Glenn Nielsen
the doPrivileged() Regards, Glenn Jean-Francois Arcand wrote: Hi, In o.a.c.tomcat5.CoyoteRequest (same in tomcat4), there is a doPrivilege block that grant the doGetSession method. This method delegate the logic to the o.a.c.Manager instance. A Manager can (but it's not required) uses

Re: [Security Audit] CoyoteRequest.doGetSession

2002-10-16 Thread Glenn Nielsen
required for managing/persisting those sessions. Costin Jean-Francois Arcand wrote: Glenn Nielsen wrote: The doPrivileged() for getting a session is in the CoyoteRequest public getSession() method which is implemented as required by ServletRequest and HttpServletRequest. I'm unable

Re: [Proposal] Having a Tomcat.security file.

2002-10-16 Thread Glenn Nielsen
with the default policy file and a very strict policy file can be a very painstaking process. I am happy to more developers getting involved in this area of Tomcat. :-) Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED

Re: WEB.XML not reloaded???

2002-10-16 Thread Glenn Nielsen
Pier Fumagalli wrote: Anyone noticed that the web.xml doesn't get reloaded when I reload a deployed context under 4.0? Yup, that is the way it works. A reload doesn't reload the web.xml. To force web.xml to reload you have to do a stop/start. It hasn't been fixed in Tomcat 4.1

Re: [Security Audit] CoyoteRequest.doGetSession

2002-10-16 Thread Glenn Nielsen
Jean-Francois Arcand wrote: Glenn Nielsen wrote: Costin Manolache wrote: I'm in the middle on this one - but I would vote for Jean-Francois proposal. Glen is right, it is possible to restrict individual managers using the policy. However as geenral programming it is better to keep

Re: [VOTE] New Committer John Turner

2002-10-18 Thread Glenn Nielsen
Mladen Turk wrote: Hi, I'd like to propose John Turner [Jturner at AAS.com] as a new Tomcat committer. He does a great job in helping people on tomcat-users list, and he is willing to help us writing docs, testing, etc. +1, he has helped alot on the tomcat-user list. I see a question I may

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11Http11Protocol.java

2002-10-22 Thread Glenn Nielsen
. No need to log the exception stack trace, just log a message. Regards, Glenn [EMAIL PROTECTED] wrote: remm2002/10/22 02:23:32 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: - Decrease amount of logging (client disconnects are normal, so they should

Re: Security Check in Classloader.

2002-10-24 Thread Glenn Nielsen
to org.apache.catalina, I think this call is useless. This call is required when invoked inside WebappClassLoader. Because a paranoid Tomcat admin like me may not grant AllPermission to catalina in their security policy. Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe

Re: 4.0.7 release?

2002-10-24 Thread Glenn Nielsen
I have scarab running in Tomcat 4.1.12. Though I can't say that we have tried all the features of scarab like XML import/export. Glenn Henri Gomez wrote: Jon Scott Stevens wrote: Can I get a 4.0.7 release? It has an important configuration bug fix that I need for Scarab. Hi Jon, I tried

Re: DO NOT REPLY [Bug 13907] - security manager does not give readpermission on a context by default

2002-10-24 Thread Glenn Nielsen
Aditya wrote: Glenn, On Thu, Oct 24, 2002 at 10:03:47AM -, [EMAIL PROTECTED] wrote: This must be a problem in your local system configuration. Check the unix file ownerhsip and permissions for test2.new. I've done that and the fact is that it works fine without the security manager so

Re: 4.0.7 release?

2002-10-24 Thread Glenn Nielsen
the problem. Do you have an example of how to trigger it? Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

Re: DO NOT REPLY [Bug 13907] - security manager does not give readpermission on a context by default

2002-10-25 Thread Glenn Nielsen
= docBase + File.separator; } Regards, Glenn Aditya wrote: On Thu, 24 Oct 2002 22:59:59 -0500, Glenn Nielsen [EMAIL PROTECTED] said: Gettting the latest version from CVS won't fix your problem. I still think the problem is somewhere in your configuration. I've installed the 4.1.12

Re: 4.0.7 release?

2002-10-25 Thread Glenn Nielsen
Jon Scott Stevens wrote: on 2002/10/24 9:23 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: I am running scarab B13 using Tomcat 4.1.x, JDK 1.3.1, and the SecurityManager. I would have to go back and look at my config to see how I am doing it. Once again, we are just testing scarab and working

Re: DO NOT REPLY [Bug 13907] - security manager does not give readpermission on a context by default

2002-10-26 Thread Glenn Nielsen
it. This also the same day that the Tomcat 4.1.12 version was tagged in CVS. 4.1.12 may have been released with this bug. Please try Tomcat 4.1.13 and see if the problem still exists. Regards, Glenn Aditya wrote: Glenn, On Fri, Oct 25, 2002 at 08:40:28AM -0500, Glenn Nielsen wrote: I suspect

OT: Scarab Tomcat 4.1

2002-10-26 Thread Glenn Nielsen
Jon Scott Stevens wrote: on 2002/10/25 3:40 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: I just checked. I removed xerces related apis from common/endorsed and put them in server/lib. That removed them from the jar's visible to the scarab webapp. But left them available for the container to use

Re: JkRequestLogFormat for JK 1.2.x on Apache 2.0 ?

2002-10-30 Thread Glenn Nielsen
scripts which analyze the logs to generate statistical data which can then be used to generate reports and trend graphs. Is this something we might want to include with the mod_jk distribution? Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org

Re: JkRequestLogFormat for JK 1.2.x on Apache 2.0 ?

2002-10-30 Thread Glenn Nielsen
Henri Gomez wrote: Henri Gomez wrote: Did someone try to port 'JkRequestLogFormat' to Apache 2.0 ? For instance I wonder about : ap_bgetopt(r-connection-client, BO_BYTECT, bs); I added 'JkRequestLogFormat' for Apache 2.0. Great! Glenn could you take a look ? I don't have

Re: JkRequestLogFormat for JK 1.2.x on Apache 2.0 ?

2002-10-30 Thread Glenn Nielsen
No. The scripts are written and they work. :-) Jason Corley wrote: I'd like to see this, even if it's just posted to the list. Have you thought about converting them into a logwatch module (http://www.logwatch.org)? Jason -Original Message- From: Glenn Nielsen [mailto:glenn

Re: production quality?

2002-10-30 Thread Glenn Nielsen
mod_jk/AJP on a medium volume site with 20-30K tomcat requests per day with peaks of over 5000 tomcat requests per hour. And I get uptimes of over four weeks. Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat

Re: [PATCH] virtual_hosting.txt

2002-11-01 Thread Glenn Nielsen
and committed to cvs with the ASF license. Regards, Glenn Robert L Sowders wrote: Well hey there, It is a nice document, isn't it. Alas, I'm not the Author. I pulled it off the tomcat-user list last August. It was sent originally by Glen Nielsen. [EMAIL PROTECTED] A brief search through the mailing

mod_jk log analysis/report perl scripts imported to CVS

2002-11-01 Thread Glenn Nielsen
look at: http://kinetic.more.net/ar/kinetic/lottery.shtml Only the long term graphs referring to tomcat in this page were generated by the new perl scripts. The server load graph was not. Enjoy, Glenn -- Glenn Nielsen

Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-11-04 Thread Glenn Nielsen
Ignore this, I saw the two items below mentioned in the CHANGES.txt CVS commit. Glenn Nielsen wrote: Henri Gomez wrote: [EMAIL PROTECTED] wrote: hgomez 2002/11/04 04:50:24 Modified:jk/native CHANGES.txt Log: Add comments about reports add-ons If nobody object, I'll tag jk

Re: 5.0 and jmx

2002-11-04 Thread Glenn Nielsen
it can be considered as you discuss the below. Regards, Glenn Costin Manolache wrote: Not sure if this was decided or we are just in a status-quo mode. My question is what is our position regarding the dependency of tomcat5 on JMX and the level of integration/support. There are 2 choices: - 5.0

Re: JSPC problems with webapp option

2002-11-06 Thread Glenn Nielsen
which forces a compile of all JSP pages before the context is made available. Kind of a precompile all JSP pages as the webapp is installed option. Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help

Re: [VOTE] Proposed jspc refactoring

2002-11-07 Thread Glenn Nielsen
from a self contained war file. Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

JSPC refactoring/documentation

2002-11-10 Thread Glenn Nielsen
. Nothing major. Regards, Glenn -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

Re: [4.1.15] Tag tomorrow

2002-11-11 Thread Glenn Nielsen
this got broken yet. But it should probably be fixed before the next release. I filed a bugzilla report on this. Regards, Glenn Remy Maucherat wrote: I plan to tag and package the Tomcat 4.1.15 milestone tomorrow. Rémy -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe

Re: [4.1.15] Tag tomorrow

2002-11-11 Thread Glenn Nielsen
Doesn't this require a vote? Glenn Remy Maucherat wrote: I plan to tag and package the Tomcat 4.1.15 milestone tomorrow. Rémy -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

Re: [4.1.15] Tag tomorrow

2002-11-12 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Doesn't this require a vote? No. The vote is when the milestone is then publicly released. Otherwise, it's like a nightly, and allows getting some testing. A nightly does not get announced publicly with a revision number. The previous 4.1.13

Re: JSPC refactoring/documentation

2002-11-12 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote: Bill Barker wrote: I think we have too many dev branches already, and this is causing maintenance problems. I'd like to have those things go in either 4.1 or 5.0. Esp the jspc refactoring ;-) jspc is currently broken

Re: [4.1.15] Tag tomorrow

2002-11-12 Thread Glenn Nielsen
rules and what we voted on there is no such thing as a test milestone. When a release is done it is called Alpha until a vote has been done to upgrade it to Beta or General Availability (stable). Regards, Glenn Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote: Glenn Nielsen

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

2002-11-13 Thread Glenn Nielsen
Remy Maucherat wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: glenn 2002/11/12 18:23:11 Modified:catalina/src/share/org/apache/catalina/core NamingContextListener.java StandardContext.java catalina/src/share/org/apache/naming

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

2002-11-13 Thread Glenn Nielsen
Remy Maucherat wrote: Glenn Nielsen wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: glenn 2002/11/12 18:23:11 Modified:catalina/src/share/org/apache/catalina/core NamingContextListener.java StandardContext.java catalina/src/share

Re: [Q] WebappClassloader violates J2SE policy syntax?

2002-11-26 Thread Glenn Nielsen
. The change was needed to fix a bug with sealed jar files. Regards, Glenn -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

<    2   3   4   5   6   7   8   9   >