Re: [PATCH] Bug 841 - JSPC stack fault on NT

2001-03-03 Thread Nick Holloway
[EMAIL PROTECTED] (Steve Downey) writes: Under NT (and presumably any OS where File.sep != '/') JspC has a stack underflow at baseDirStack.peek() in ParserController.java. This patch converts from '\' to '/' for those cases. It also sets the package name for the class based on the URI, so

[PROPOSAL] Tomcat 4 unpacking of WAR files behavior

2001-03-03 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: Remy Maucherat wrote: Remy, What I am trying to do is start a discussion of _what_ the behaviour should be, so it can be fixed. I already consider the current behaviour to be broken. I'm mixed on the subject. Craig implemented it that way, so I

Re: Proposed ApacheConfig.java change

2001-03-03 Thread Dan Milstein
Costin, I would strongly vote for turning the auto-config back on by default for the following reasons (other than the fact that I explicity turned it back on when Keith fixed the ApacheConfig class): 1) This is how 3.2 worked, and how the docs specify that 3.3 works. 2) Configuration of

Re: autoconf / automake

2001-03-03 Thread Dan Milstein
Jon, Do you think these tools are *worth* using, or do they cause more problems than they solve? I've got a friend who is a pretty solid autoconf/automake guru, and I'm trying to tempt him into helping out with setting this up, but I won't do that if people with experience think it's going to

Re: autoconf / automake

2001-03-03 Thread Jon Stevens
on 3/3/01 10:52 AM, "Dan Milstein" [EMAIL PROTECTED] wrote: Jon, Do you think these tools are *worth* using, or do they cause more problems than they solve? I've got a friend who is a pretty solid autoconf/automake guru, and I'm trying to tempt him into helping out with setting this

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-03-03 Thread nacho
nacho 01/03/03 14:08:16 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Added: src/tests/webpages/WEB-INF/classes CloseWriter.java src/tests/share/tests/jsp/Golden CloseWriter.txt Log: Regression test for reciclying writer bug ( aka RequesDispatcher ) .

Re: [PROPOSAL] Tomcat 4 unpacking of WAR files behavior

2001-03-03 Thread Remy Maucherat
"Craig R. McClanahan" wrote: Remy Maucherat wrote: The original rationale for the current behavior was/is a very common user error with Tomcat 3.x -- it goes like this: * User drops a WAR file into "webapps" and restarts Tomcat * Tomcat auto-expands the WAR and runs fine * User

RE: autoconf / automake

2001-03-03 Thread GOMEZ Henri
They are totally worth using. Once you get it right, they are a life saver and the work put into JServ can really be re-used here. Getting it right is the hard part. It needs a *lot* of testing. I know a little autoconf stuff and if Jserv allready used it so more than 80% of the work is

RE: Some benchmarks

2001-03-03 Thread GOMEZ Henri
I need to choose for my company the "next generation" servlet-engine. For now we are using JRUN. I am doing benchmark to choose the next one. choices for me are : JRUN, RESIN... not Tomcat as it is considered not stable and slow compare to the two others... When you say that Tomcat is

Re: Proposed ApacheConfig.java change

2001-03-03 Thread cmanolache
Costin, I would strongly vote for turning the auto-config back on by default for the following reasons (other than the fact that I explicity turned it back on when Keith fixed the ApacheConfig class): You don't need a "strong" vote - I'll do the change :-) 2) Configuration of mod_jk is

Multiclient support in httpServer

2001-03-03 Thread Luo Junchun
Hello, Would somebody kind enough to tell me how to implement multiclient support in httpServer. I used Thread, but the server just accept only one request and abort. I could not know why? The following is what the system gave out: New connection from client1 GET /s1/page2.html

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime BodyContentImpl.java

2001-03-03 Thread marcsaeg
marcsaeg01/03/03 19:26:22 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 BodyContentImpl.java Log: BodyContentImpl.java Revision ChangesPath No revision No revision 1.6.6.1 +6 -8

cvs commit: jakarta-tomcat build.xml

2001-03-03 Thread costin
costin 01/03/03 19:27:26 Modified:.build.xml Log: Implement the proposed change in lib/ organization. lib/apps will contain jars shared by web applications ( prev. "share" ) lib/common will contain jars shared by the container and web applications ( same as

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime package.html

2001-03-03 Thread costin
costin 01/03/03 19:29:08 Modified:src/share/org/apache/jasper/runtime package.html Log: Added the resources to the list of deps for runtime. Revision ChangesPath 1.2 +1 -0 jakarta-tomcat/src/share/org/apache/jasper/runtime/package.html Index:

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

2001-03-03 Thread costin
costin 01/03/03 19:31:52 Modified:src/share/org/apache/tomcat/core BaseInterceptor.java ContextManager.java package.html Log: Few more changes in the core: - added the getNote/setNote hooks, will be used later to allow lazy-evaluation for notes and fix

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup Main.java

2001-03-03 Thread costin
costin 01/03/03 19:36:52 Modified:src/share/org/apache/tomcat/startup Main.java Log: The new lib structure - change the Main for that. Also: classes/ are no longer included ( the build is generating the right jars, having the expanded classes may affect the testing in build

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

2001-03-03 Thread costin
costin 01/03/03 19:37:16 Modified:src/share/org/apache/tomcat/util IntrospectionUtils.java Log: Added few more introspection tools. Revision ChangesPath 1.5 +106 -0 jakarta-tomcat/src/share/org/apache/tomcat/util/IntrospectionUtils.java Index:

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime BodyContentImpl.java

2001-03-03 Thread marcsaeg
marcsaeg01/03/03 19:42:20 Modified:src/share/org/apache/jasper/runtime Tag: tomcat_32 BodyContentImpl.java Log: I somehow commited the previous revision without a log message. This update improves buffer allocation to increase performance. Submitted by

Re: Proposed ApacheConfig.java change

2001-03-03 Thread Mel Martinez
FYI: I'm pretty much done with the mods I wanted to make (I ended up adding a few extras) and am in the testing and documenting phase. Should be ready tomorrow. BTW: I figured out soon after my last post that the only thing I needed to do enable auto-generation of apache config files was to