Re: An alternative to JSP

2001-01-26 Thread Glenn Nielsen
This list is for discussing issues related to developing the Tomcat servlet container, not design of web applications. Could this discussion get moved elsewhere? Thanks, Glenn Brad Cox wrote: > > At 11:23 AM -0500 01/26/2001, Brad Cox wrote: > >so the user's session will be

Re: Tomcat 4 Jasper ClassLoading changes to support SecurityManager

2001-01-26 Thread Glenn Nielsen
, to answer the obvious question, I don't expect someone else to fix > this for me. The new Jasper does fix this for you. > > -Original Message- > From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 25, 2001 5:46 PM > To: [EMAIL PROTECTED] >

Tomcat 4 CVS running a web app from a war file

2001-01-27 Thread Glenn Nielsen
ehaviour of this feature if you drop a war file in a webapp directory? What if you update a war file? Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming

Re: Tomcat 4 CVS running a web app from a war file

2001-01-27 Thread Glenn Nielsen
-INF/classes in the work dir context directory. > > Which takes precedence, the shadowed war file in work/localhost/examples ? > > or the unarchived copy in webapps/examples? > > > > What is the expected behaviour of this feature if you drop a war file in >

Re: problem in using SecurityManager with tomcat

2001-01-30 Thread Glenn Nielsen
Look at tomcat.sh, the shell arg "-security" needs to be shifted out so it isn't passed on as an option just before java org.apache.tomcat.startup.Tomcat is started. BTW, this is fixed for the next Tomcat 3.2.x release. Regards, Glenn Gauri Sukhatankar wrote: > >

Re: [VOTE] Tomcat 3.3 Release Plan

2001-01-30 Thread Glenn Nielsen
t; reason is: > > <-> > -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if

Re: [VOTE] CVS Commit: Keith Wannamaker

2001-02-01 Thread Glenn Nielsen
h commit access. > > -jon > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] -- ------ Glenn Nielsen [EMAIL PROTECTED]

Tomcat 4 SecurityManager and Jasper ClassLoader changes

2001-02-01 Thread Glenn Nielsen
l the changes tomorrow after I do a final update from CVS and finish the docs. This has been fun. At one point I had to find a work around to prevent HotSpot from core dumping with an internal error! Regards, Glenn -- Glenn Ni

Re: Tomcat 4 SecurityManager and Jasper ClassLoader changes

2001-02-02 Thread Glenn Nielsen
In answer, here is a copy of the original message I posted. Glenn Original Message Subject: Tomcat 4 Jasper ClassLoading changes to support SecurityManager Date: Thu, 25 Jan 2001 16:46:20 -0600 From: Glenn Nielsen <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To:

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2001-02-05 Thread Glenn Nielsen
s should be disallowed, but > I have not yet located any reference to this in the 1.2 spec.) > If you check the code for JasperLoader you will find that it requires all classes to be in a package, the only class that does not have to be in a package is the JSP page itself. Regards,

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2001-02-06 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > Glenn Nielsen wrote: > > > "Craig R. McClanahan" wrote: > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > When Jasper is run in a servlet > > > > container it no l

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2001-02-06 Thread Glenn Nielsen
ge and class name mangling was to overcome the limitations of how the Jasper class loader for jsp pages was designed. The new jasper makes it very easy to find and view the java source for a translated jsp page, it is located in work/somehost/someapp/

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2001-02-07 Thread Glenn Nielsen
Mel Martinez wrote: > > --- Glenn Nielsen <[EMAIL PROTECTED]> wrote: > > > There is no need for all this complexity to generate > > a package name > > in the new Jasper. > > Hmmm... compared to the gobbledy-gook that was being > done before, I'

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper CommandLineContext.java

2001-02-07 Thread Glenn Nielsen
It doesn't matter what package jasper puts compiled runtime servlets in, it is all internal to jasper. Regards, Glenn > -Original Message- > From: Glenn Nielsen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 9:48 PM > To: [EMAIL PROTECTED] > Subjec

Tomcat 4 status

2001-02-08 Thread Glenn Nielsen
move toward another beta release? Whats the status of mod_webapp and the Warp connector? Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if

Re: [VOTE] Tomcat 3.2.2 Release Plan

2001-02-11 Thread Glenn Nielsen
eing executed, and my > reason is: > I can test on Solaris sparc/x86 JRE 1.3 and FreeBSD 3.x with jdk1.2 beta. And test with the java security manager enabled. Regards, Glenn -- Glenn Nielsen [E

Tomcat 4 mod_webapp segmentation fault bug

2001-02-12 Thread Glenn Nielsen
1.3.9 SunOS slate.spg.more.net 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-250 $ java -server -version java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-RC) Java HotSpot(TM) Server VM (build 1.3.0-RC, mixed mode) Latest tomcat 4 from CVS. Regar

Tomcat 4 Apache mod_webapp/Warp NPE

2001-02-12 Thread Glenn Nielsen
(Thread.java:484) -- -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network

Tomcat 4 Watchdog 4 test failures using xerces

2001-02-15 Thread Glenn Nielsen
java.lang.Thread.run(Thread.java:484) Is this a problem with crimson also? Or is this a general problem in Tomcat4? Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System

Tomcat 4 JNDI Resource config

2001-02-16 Thread Glenn Nielsen
This would come in handy when you want to configure a JDBC DataSource or JavaMail DataSource that is common to either the entire Engine or an entire Host. Then the resources available to a web app context would be all those configured for the Engine, Host, and the individual Context. Regards,

Tomcat 4 class loaders

2001-02-17 Thread Glenn Nielsen
class loader. Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network

[PROPOSAL] Tomcat 4 class loaders

2001-02-17 Thread Glenn Nielsen
m the Catalina class loader. The above changes remove one class loading layer from a web app, allows Common classes to use property files and resources, and cleans up the directories where jar files and classes are located. Comments? Regards, Glenn Glenn Nielsen wrote: > > I was loo

Re: [PROPOSAL] Tomcat 4 class loaders

2001-02-17 Thread Glenn Nielsen
.jar and naming.jar from the catalina.sh start script. Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * i

Re: [PROPOSAL] Tomcat 4 class loaders

2001-02-17 Thread Glenn Nielsen
> > The classes directories would only be added to the list of URL's for > > a class loader if it exists > > > > And remove servlet.jar and naming.jar from the catalina.sh start script. > > +1. > > Note: Craig may veto these changes because we

Tomcat 4 tasks to complete prior to beta 2 release

2001-02-18 Thread Glenn Nielsen
tical component. What is the status, Pier? Modify the directory location where catalina looks for lib/classes as mentioned in my class loading proposal. Finish writing the documentation. Anything else? Regards, Glenn --

Tomcat 4 Jasper class loading watchdog tests

2001-02-18 Thread Glenn Nielsen
Java SecurityManager had a host of failed tests. After adding a grant for $CATALINA_HOME/jasper in catalina.policy and minor patches to catalina/core/StandardWrapper.java and jasper/servlet/JspServlet.java, all watchdog tests pass with the same results as above tests w/o SecurityManager. Regards,

Tomcat 4 server.xml Lifecycle Listener config

2001-02-20 Thread Glenn Nielsen
ility to configure a default web app context Listener at the Engine and Host level that is triggered for all web app contexts if configured at the Engine scope, or for all web app contexts for a host if configured at the Host scope? Regards

Re: Tomcat 4 server.xml Lifecycle Listener config

2001-02-20 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > Glenn Nielsen wrote: > > > >From looking at the source it appears that a Context Lifecycle Listener > > can only be configured for a web app Context explicitely in server.xml. > > This doesn't work well when a contex

Re: [Catalina] Nightly builds have changed

2001-02-22 Thread Glenn Nielsen
/classloaders.html file has been updated to document the changes. Glenn Jon Stevens wrote: > > Ok, > > I'm sure it is me not paying attention, but is there some reason why the > tomcat 4.0 nightly directory structure looks like this now: > > common/lib/ > 100

Re: [Catalina] Nightly builds have changed

2001-02-22 Thread Glenn Nielsen
Remy Maucherat wrote: > > Quoting Glenn Nielsen <[EMAIL PROTECTED]>: > > > That was part of the cleanup of where jar files are located to make it > > easier to document/install jar files for the different class loaders. > > The lib sub directories are there so

New Tomcat 4 DefaultContext server.xml element

2001-02-25 Thread Glenn Nielsen
reason was the need to configure a default JNDI JDBC DataSource for any web applications deployed within a virtual host. It seems to be working. Let me know if you see any problems with how I implemented this. Regards, Glenn Glenn Nielsen wrote: > > "Craig R. McClanahan" wrot

Re: New Tomcat 4 DefaultContext server.xml element

2001-02-25 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > Remy Maucherat wrote: > > > > Glenn Nielsen wrote: > > > On both Linux and Win98, I get an NPE at startup time: > > > > > > Starting service Tomcat-Standalone > > > Apache Tomc

Tomcat 4 build from CVS watchdog test fails

2001-02-28 Thread Glenn Nielsen
The following watchdog test fails with the latest build of Tomcat 4 from CVS. FAIL GET /servlet-tests/ServletContextGetInitParameterNamesTest HTTP/1.0 Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin

Tomcat 4 unpacking of WAR files behavior

2001-03-01 Thread Glenn Nielsen
ctory when Tomcat stops? Why are some unpacked war file directories removed, and others are left alone? What if you modified the web application you installed, or it manages some properties files in its own WEB-INF/classes directory? Is this the expected behaviour? Regar

Re: Tomcat 4 unpacking of WAR files behavior

2001-03-01 Thread Glenn Nielsen
true", what should the behaviour be in the following cases: A war file exits, but no directory exists matching war file prefix. -> create directory name matching war file prefix and expand war file. A war file exists, and a corresponding directory exists. The war file last mod time is

Re: Tomcat 4 unpacking of WAR files behavior

2001-03-01 Thread Glenn Nielsen
. This would be a huge issue in a hosting environment where you might have 100's of war files. Regards, Glenn Remy Maucherat wrote: > > > I consider this a bug. Tomcat should not be removing contexts that have > > been expanded out into a directory in webapps. > > &g

[PROPOSAL] Tomcat 4 unpacking of WAR files behavior

2001-03-03 Thread Glenn Nielsen
This removes the expanded war file directory and the war file. start?path=/xxx - Start a web app that is installed but not running. update?path=/xxx&war=yyy - Update a web application with a new war file. The web app is stopped. Only those unmodified files expanded from the o

Restricting Access to Tomcat 3.x and Tomcat 4.0 Connectors

2001-03-04 Thread Glenn Nielsen
using the Request Filter Valve? The docs for the Request Filter refer to denying HTTP requests. Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming

Re: Restricting Access to Tomcat 3.x and Tomcat 4.0 Connectors

2001-03-04 Thread Glenn Nielsen
those who don't put Tomcat behind a firewall. Regards, Glenn "Pier P. Fumagalli" wrote: > > Craig R. McClanahan <[EMAIL PROTECTED]> wrote: > >> > >> Tomcat 4.0 will use port 8005 as its shutdown port, will this only accept > >> connections

Re: Tomcat 4 and Embedded

2001-03-06 Thread Glenn Nielsen
I committed the patch to catalina.sh, thanks Ulf! I'm not sure about the patch to ContextConfig.java, anyone else want to take a look at that? Regards, Glenn Ulf Jaehrig wrote: > > Hi, > > today I experimented with the Catalina Embedded.class. I first try to > start

Re: Jasper JspRuntimeLibrary.java jspSetproperty with value="" does not set the property

2001-03-07 Thread Glenn Nielsen
Which version of Tomcat are you refering to? I recall the discussion, and that a solution was implemented in at least Tomcat 3.2. I am using jsp:setPorperty with value="" in some JSP pages running in Tomcat 3.2. Regards, Glenn Burkard Endres wrote: > > Hi > > I

Tomcat 4 server.xml bug

2001-03-07 Thread Glenn Nielsen
setup the Listener is in the ClassLoader hierarchy Webapp -> Shared -> Common -> System -> Bootstrap. Regards, Glenn ------ Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming

Re: first cut at tag pooling implementation

2001-03-12 Thread Glenn Nielsen
Great! You will do before/after performance comparisons? Have you tested your changes with Watchdog? Which version of the Tomcat source are you working with? Regards, Glenn Casey Lucas wrote: > > The attached files and diffs are based on 3.3 (hopefully latest code). > They add ta

Re: [Bug 389] New - Security Issue? Important attributes exposed by ServletContext can be modified BugRat Report#682

2001-03-12 Thread Glenn Nielsen
a bug now that the Java SecurityManager has been implemented. BTW, if you are attending ApacheCon 2001 Apr 4-6, I will be presenting a session on "Tomcat Server and Application Security" that goes into great detail on how the Java SecurityManager works and using it with Tomcat. Regards,

Re: [Bug 389] New - Security Issue? Important attributes exposed byServletContext can be modified BugRat Report#682

2001-03-12 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > On Mon, 12 Mar 2001, Glenn Nielsen wrote: > > > The latest version of Tomcat 4.0 from CVS supports the Java SecurityManager. > > Tomcat 4.0 Beta 1 did not. > > > > The Java SecurityManager can restrict access to those

Re: [VOTE] New Committer: Amy Roh

2001-03-12 Thread Glenn Nielsen
admin tools, primarily on the Tomcat 4.0 code base. > > Votes please? > +1 -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment.

Re: first cut at tag pooling implementation

2001-03-14 Thread Glenn Nielsen
Thanks Casey! This looks very promising. How long before you have a patch for jasper available? I would like to do some testing of your tag pooling on Jasper in Tomcat 4.0. Regards, Glenn Casey Lucas wrote: > > > > Great! > > > > > > You will do before

Re: Build Failed - SendMailFactory.java:148 : Wrong number of arguments

2001-03-14 Thread Glenn Nielsen
Requires JavaMail 1.2. Glenn Amy Roh wrote: > > [javac] C:\jakarta\jakarta-tomcat-4.0 > \catalina\src\share\org\apache\naming\factory\SendMailFactory.java:148: Wrong > number of arguments in method. > [javac] Session.getInstance(pro

Re: [VOTE] New commiter - Casey Lucas

2001-03-16 Thread Glenn Nielsen
on supporting > both branches of jasper, and create container-specific adapters. > > > Costin -- ------ Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming

Re: [VOTE] Proposed Tomcat 4.0-Beta-2 Code Freeze Date

2001-03-20 Thread Glenn Nielsen
s to how Tomcat unpacks web apps and the manager servlet done, I consider some of this to be a bug fix. I should have these changes done in 2-4 days. I would suggest waiting until the 27-30'th, get it out before ApacheCon. Regards, Glenn --

Re: FYI: Tomcat 4.0 Release Planning Futures

2001-03-20 Thread Glenn Nielsen
subject to change. Such a release could probably be named "Tomcat > 4.0 Proposed Final", to correspond with the nomenclature on the > specifications it is based on. However, in practical reality such a > release would be essentially the same as another beta (in terms of overa

Re: [VOTE] Proposed Tomcat 4.0-Beta-2 Code Freeze Date

2001-03-20 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > On Tue, 20 Mar 2001, Glenn Nielsen wrote: > > > "Craig R. McClanahan" wrote: > > > > > > There have been a large number of feature additions and bug fixes to the > > > Tomcat 4.0 code base since To

Tomcat 4, webapp running from WAR file

2001-03-20 Thread Glenn Nielsen
(JspServlet.java:340) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:418) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) ... Glenn -- Glenn Nielsen [EMAIL

Re: Tomcat 4, webapp running from WAR file

2001-03-20 Thread Glenn Nielsen
Remy Maucherat wrote: > > Quoting Glenn Nielsen <[EMAIL PROTECTED]>: > > > Is the ability to run from a WAR file directly without unarchiving it > > into the webapps directory completely implemented? > > No, I'm working on some fixes for Jasper (incl

Re: Tomcat 4, webapp running from WAR file

2001-03-21 Thread Glenn Nielsen
ved once javac supports URL's in addition to the classpath. Regards, Glenn Remy Maucherat wrote: > > Quoting Glenn Nielsen <[EMAIL PROTECTED]>: > > > Is the ability to run from a WAR file directly without unarchiving it > > into the webapps directory completely i

Re: mod_webapp status?

2001-03-21 Thread Glenn Nielsen
ier has changed a lot of things, you will have to little. > > I'm rewriting it using APR... As we speak... > > Pier (under the snow in Dublin) > APR is for Apache 2.0, correct? What about Apache 1.3? What _is_ the status of mod_webapp/WARP, this is a critical compon

Re: Tomcat 4, webapp running from WAR file

2001-03-22 Thread Glenn Nielsen
Craig, thanks for reverting those changes for Remy, you beat me to it. "Craig R. McClanahan" wrote: > > On Wed, 21 Mar 2001, Glenn Nielsen wrote: > > > Remy, > > > > The ability to compile JSP pages directly from a WAR file without > > unarch

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/factory MailSessionFactory.java ResourceFactory.java

2001-03-24 Thread Glenn Nielsen
. Regards, Glenn [EMAIL PROTECTED] wrote: > > /** >* Factory class that creates a JNDI named JavaMail Session factory, >* which can be used for managing inbound and outbound electronic mail >* messages via JavaMail APIs. All messaging environment properties >

Re: TC3.3 Proposal: Refactoring org.apache.jasper.servlet

2001-03-26 Thread Glenn Nielsen
incremental class file to use/check. This sped up JSP compiles by 33% and runtime execution by 25%. And before you ask, I just don't have the time to back port these changes in TC3.3. Regards, Glenn Mel Martinez wrote: > > As hinted at last week, I'd like to propose > refa

Re: [FOLLOWUP] Proposed Tomcat 4.0-Beta-2 Code Freeze Date?

2001-03-28 Thread Glenn Nielsen
date, i.e. the 22nd, has passed and no new one has been > > proposed. Sorry to be pushy but is there a new consensus as to when to > > tag. As far as I could see only Glenn strongly opposed the 22nd date and > > I got the impression he could be talked out of it. > > &g

Re: [VOTE] Tomcat 4.0 Beta 2 Release Tonight (Fixed Security Vulnerability)

2001-03-30 Thread Glenn Nielsen
ay reveal script source code by URL trickery" security vulnerability, as > well as lots of other bug fixes. > > Comments? Votes? > > Craig McClanahan +1 -- Glenn Nielsen [EMAIL PROTECTED] |

Re: Tomcat 4.0-beta-2 Security Vulnerability

2001-04-02 Thread Glenn Nielsen
gt; > Craig > > -1 on an update. it just adds confusion imho and i don't see a reason to > resist having many beta releases. > > Just make a beta 3. > > -jon I agree, beta 3 avoids confusion. +1 for a beta 3 release. Glenn

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Glenn Nielsen
nd Jasper need more permissions than a web application. To enable the ability for fine grained security policies servlets would need to be packaged in their own jar files. I can see having webdav, ssi, cgi, and manager servlets broken out with each one having their own jar file so different secur

Re: multiple usage of same classes in different jars

2001-04-07 Thread Glenn Nielsen
is the same for both users and for both staticaly > > > > (servlet) and dynamicaly (xsp) loaded code. > > > > > > > > Is it my misconfiguration, misunderstadnig or wrong behaviour of Tomcat > > > > or Cocoon? > > > > > > > > > > It's (c) wrong behavior of Tomcat. Remy is currently investigating a fix > > > for this. > > > > As I said privately, I have a fix. Should I commit it now ? > > > > Yes ... I can back it out if needed. One thing I need to double check is > what this does when you run with a security manager -- we might need to > tweak how the default policy file works too. > I'll look into this early next week and get a patch committed. Glenn > > Remy > > > > > > Craig > >

Re: JSP Compilation

2001-04-12 Thread Glenn Nielsen
servlet. That way if the page is recompiled the URLClassLoader for the JSP page itself can be dumped without affecting the rest of the Context. Regards, Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network | */ | --

Re: JSP Compilation

2001-04-12 Thread Glenn Nielsen
Jon Stevens wrote: > > on 4/12/01 12:01 PM, "Glenn Nielsen" <[EMAIL PROTECTED]> wrote: > > > Reloading is not an issue in the Tomcat 4 version of Jasper. It no longer > > uses the .java/.class versioning system because it uses a URLClassLoader for >

Tomcat 3.2.2 B3 tests with Java SecurityManager

2001-04-13 Thread Glenn Nielsen
I have tested Tomcat 3.2.2 B3 with and without the Java SecurityManager on a Solaris x86 system using J2SE 1.3. I found one minor problem in the tomcat.policy file, after fixing that all watchdog test were OK. I committed the changes to the tomcat.policy file. Regards, Glenn

RE: [OT] Feedback on Java?

2002-01-03 Thread Twiggs, Glenn
Token(""); Glenn. -Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 29, 2001 8:44 AM To: [EMAIL PROTECTED] Subject: [OT] Feedback on Java? Hi, If someone have some suggestions concerning general improvements on Java standard classes (java.la

Re: Tomcat 4.0.2-b2 + JSSE + Security Manager

2002-01-22 Thread Glenn Nielsen
Try starting tomcat 4 with -security and the following properties defined: -Djava.security.debug=access,failure -Djava.net.debug=ssl That should generate alot of debug data to help you track down the source of the problem. Regards, Glenn Renato wrote: > Hi all, > > I'm ins

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Glenn Nielsen
esist :-) > [ ] -1 - I oppose this proposal (backed by reasons and/or workarounds) > > Craig McClanahan -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming

Re: [TC4] jakarta-regexp.jar

2001-07-20 Thread Glenn Nielsen
ss up. > (user = developer, I know, but it's an open source project; it should > be as simple as possible for people to fix bugs etc.) > > Anyway, nevermind. I see I'm not going to make headway here. :-) > -1 For putting jar files in cvs ;-)

Re: cvs commit: jakarta-tomcat-4.0 build.xml

2001-07-20 Thread Glenn Nielsen
You are easily amused. I'm surprised at how neutral your echo is for Jasper, I would have thought you would use something like Target: Jasper - Tracking, Firing, Hit... ;-) Glenn [EMAIL PROTECTED] wrote: > > jon 01/07/20 14:46:32 > > Modified:.

Re: Compiler API Features [Was: sun.tools.javac.Main will be removedfrom JDK1.4}

2001-07-20 Thread Glenn Nielsen
nes of Java code back > to a non-Java language that the Java code was generated from (i.e. > the outcome of JSR-045). > > What did I miss? > > Craig McClanahan That is a very good list of requirements, can't think of any additons. Glenn

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Not a safe assumption. My company is using Tomcat in standalone mode within a large project. -Original Message- From: Andy Armstrong [mailto:[EMAIL PROTECTED]] [snip] It would be easy enough to add the same functionality to the other connectors. This is a simple solution for all platfor

RE: Different approach to TC as a service (was: Separating Servic e code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Ahhh... I am not running with that configuration. Glenn. -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: Re: Different approach to TC as a service (was: Separating Servic e code from Tomcat 4.0

RE: Different approach to TC as a service (was: Separating Service code from Tomcat 4.0)

2001-07-26 Thread Twiggs, Glenn
Yes. With a patch applied to avoid the NT Logout snafu that causes the VM to shutdown. Glenn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] One question - is anyone using the jk_service ( the NT service starter that is included with tomcat3.x ) ? Costin

Re: Tomcat 4 build from CVS this morning, bugs in request cookiehandling?

2001-09-05 Thread Glenn Nielsen
I rebuilt Tomcat 4 from CVS after your commits today and sessions are working correctly. Thanks Craig! Glenn "Craig R. McClanahan" wrote: > > On Wed, 5 Sep 2001, Glenn Nielsen wrote: > > > Date: Wed, 05 Sep 2001 11:59:18 -0500 > > From: Glenn Nielsen <[EMAI

Re: [VOTE] New commiter Ryan Bloom

2001-09-10 Thread Glenn Nielsen
ectors avoid politics :) > > Vote, please > > - > Henri Gomez ___[_] > EMAIL : [EMAIL PROTECTED](. .) > PGP KEY : 697ECEDD...oOOo..(_)..oOOo... > PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -- ---

Re: Weird Classloaders

2001-09-17 Thread Glenn Nielsen
o... > > If you can provide more details, I can take a look. Reloading seems to > work fine for me ( but I'll try again ). > > > And finally, do we just write a replacement for this (probably buggy) > > method, or is there are known workaround or fix for this

Re: mod_jk (1.2) enhancements

2002-03-12 Thread Glenn Nielsen
: >> >>JkMount /*/servlet/ ajp13 >> > > Great > > >>The above would forward all requests where the second path >>component is named "servlet" >>to Tomcat. This also makes it easier to configure a virtual >>host to handle multiple >

Re: mod_jk (1.2) enhancements

2002-03-12 Thread Glenn Nielsen
r >>problem, but I would leave it undocumented ( or documented as >>an experimental >>feature that might/will go away in future ) >> >>A better solution ( IMHO ) would be for AutoAlias to automatically add >>a mapping for servlets and jsps, and maybe read a

Re: [4.0.4] [VOTE] Beta 3 release

2002-04-29 Thread Glenn Nielsen
> > > [ ] +1 Yes, and I'll help > [X] +0 Yes > [ ] -1 No: > > > -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming

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

2002-05-06 Thread Glenn Nielsen
this if a security manager is present. > > I agree, I added a Host config flag called "deployXML" which can disable this for context.xml files in the webapps dir. As long as this flag works for /META-INF/context.xml we are covered. Regards, Glenn -

Re: Policy based Security in Tomcat 3.1

2000-10-23 Thread Glenn Nielsen
Tomcat support for policy based security was added after 3.1, and is available in the 3.2 release candidate. Regards, Glenn Gino Cerro Jr wrote: > > Hello everybody, > > It seems to me that there's no Policy Base Security support via a > SecurityManager implementation in

Tomcat 3.3dev status

2000-11-01 Thread Glenn Nielsen
I was wondering what the current status of the 3.3dev branch of Tomcat is. I know Costin was doing a flurry of factoring changes and optimizations to the core Tomcat classes. Has this work been completed? Is 3.3dev ready for further testing and enhancements? Glenn

Re: Tomcat 3.3 / 4.0 confusion, rant and plan...

2000-11-04 Thread Glenn Nielsen
the Tomcat 4.0 Apache mod_warp connector committed. +1, ;-) -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz

Re: Ant rant

2000-11-13 Thread Glenn Vanderburg
, but the language spec has always stated that it should only be used in mechanically generated source code. So '$' was really the only character they could've used. -- Glenn Vanderburg Delphi Consultants, LLC [EMAIL PROTECTED] ---

Re: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Glenn Nielsen
ot exactly match the Context path on the tomcat side. Has anyone else tested the config? Its not in the 3.2 docs. Is this something that should be documented and working for 3.2? Regards, Glenn "Craig R. McClanahan" wrote: > > Thanks for all the bug reports on 3.2b7! W

Re: Proper jsp:setProperty behavior for Tomcat 3.2

2000-11-17 Thread Glenn Nielsen
Larry Isaacs wrote: > > When applying Gareth Morgan's bug fix for JspRuntimeLibrary in the Tomcat MAIN > branch, a difference between the tomcat_32 and MAIN versions revealed that > Tomcat 3.2 still has the bug discovered by Glenn Nielsen. This is where: > > &

3.3dev patch to merge into Tomcat 3.2

2000-11-17 Thread Glenn Nielsen
Here is another patch I made to 3.3dev that should probably be merged in to 3.2. Regards, Glenn Original Message Subject: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/service PoolTcpEndpoint.java Date: 10 Aug 2000 20:44:49 - From: [EMAIL PROTECTED] Reply-To

Re: Tomcat3.3

2000-11-18 Thread Glenn Nielsen
se bug fixes for 3.2 as a 3.2.x release. Regards, Glenn ------ Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder| MOREnet System Programming | * if iz ina coment. | Missouri Research and Education Network | */ | --

Re: [PROPOSAL] Tomcat 4.0 Milestone 5

2000-11-24 Thread Glenn Nielsen
r in 4.0 sports many additional features > over 3.2, and only lacks one at the moment -- the ability to > run a web app under a security manager. That feature can be > added in 4.1, as soon as someone who understands this stuff > (Glenn, hint hint :-) can help make it happen. >

Re: jsp:getProperty vs. javaBean get method.

2000-11-28 Thread Glenn Nielsen
to access the session scripting variable properties using a scriptlet. Regards, Glenn "Sriram Narayan (CTS)" wrote: > > hi > This is a usage question. (motivation for this question is that weblogic > doesn't support the jsp:getProperty with dynamically na

Tomcat 4.0 mod_webapp connector

2000-12-01 Thread Glenn Nielsen
I just checked out Tomcat 4.0 from CVS and had no problems building it or the mod_webapp connector using Solaris X86 2.7. Are there any docs on how to install/configure mod_webapp? Or do I need to puzzle that out from the source? Glenn

Re: No Route To Host exp

2000-12-05 Thread Glenn Nielsen
Make sure you haven't commented out the AJP12 connector in your server.xml config file. AJP12 is required to shutdown tomcat. Glenn Matthew Reynolds wrote: > > While trying to shutdown tomcat, I get this exception: > java.net.NoRouteToHostException: Connection timed ou

Re: Proposal: new commiter

2000-12-05 Thread Glenn Nielsen
very lucky to have someone who is interested in this difficult > area and continues the great work that Gal Shachor started. > > Thanks, > Costin -- -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut

Re: PoolTcpEndpoint.java

2000-12-11 Thread Glenn Nielsen
I only applied a small patch to PoolTcpEndpoint.java. I am directing this to the tomcat-dev list, there are alot of different people who work on the tomcat source, so this type of question is best directed to the list. Glenn Boon Hian Tek wrote: > > Hi Glenn, > > I saw that you w

Re: [SECURITY] Security Vulnerabilities in Tomcat 3.1 and 3.2

2000-12-12 Thread Glenn Nielsen
gt; Very shortly I will have some updated documents for configuring Tomcat to use the Java SecurityManager under various flavors of MS Windows. I would like to get this into the 3.2.1 release. +1 If you can hold off a day so I can g

Re: [SECURITY] Security Vulnerabilities in Tomcat 3.1 and 3.2

2000-12-12 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > Glenn Nielsen wrote: > > > Very shortly I will have some updated documents for configuring Tomcat to use > > the Java SecurityManager under various flavors of MS Windows. I would like > > to get this into the 3.2.1 release.

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper Constants.java

2000-12-12 Thread Glenn Nielsen
ended colissions. > > > > +1 for importing exactly, and only, the "default import list" defined in the JSP > 1.2 spec (p. 47). > > Craig +1 -- Glenn Nielsen [EMAIL PROTECTED] | /* Sp

<    1   2   3   4   5   6   7   8   9   10   >