BugRat Report #359 has been filed.

2000-11-08 Thread BugRat Mail System
Bug report #359 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com:/BugRatViewer/ShowReport/359 REPORT #359 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity:

Re: TC4-m4 startup

2000-11-08 Thread Daniel Ritchey
I think you missed my point ... I want to make project that uses the catalina core, similar to how Tomcat is a project that uses the catalina core. Meaning I want to use the catalina stuff in my project to run servlets. My project is not a webapp that gets put in the webapp dir as a war

No revolution today

2000-11-08 Thread cmanolache
Hi, After a lot of thinking, I decided to give up ( at least temporary ) my plans for a tomcat revolution. It was very tempting, but I don't think it's the right thing to do - evolution is still the best way to go :-) It is important that tomcat3 has a design that allows support for future

Re: TC4-m4 REquestInfoExample data, questions, modified scripts

2000-11-08 Thread satan
I suggest we consider not including the AccesLogValve in the default configuration until some optimization work is done on it. I would suggest that you don't remove it from the default, as TC4 is not even beta, and the nice access log is one of the reasons I am using it. Scott Sanders

Logging TC4.0 and measurement

2000-11-08 Thread Roy Wilson
Remy, I wondered about the impact of logging. I'm not personally interested in comparing 3.x and 4.x, just in getting a database on 4.0. I also wonder if such a comparison might ignore the feature differences noted in the rant postings last week. I am interested in what the thruput and

Re: Tomcat JNDI

2000-11-08 Thread Rickard Oberg
Hi! The latest jBoss release (see jboss.org for download) contains embedded Tomcat 3.2 integration and support for "java:comp/env" namespace where you can bind environment entries, resource references, and EJB references. All I can say is that I hate licenses ( GPL, Apache - all

Re: Logging TC4.0 and measurement

2000-11-08 Thread Remy Maucherat
Remy, I wondered about the impact of logging. I'm not personally interested in comparing 3.x and 4.x, just in getting a database on 4.0. I also wonder if such a comparison might ignore the feature differences noted in the rant postings last week. I am interested in what the thruput and

BugRat Report #361 has been filed.

2000-11-08 Thread BugRat Mail System
Bug report #361 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com:/BugRatViewer/ShowReport/361 REPORT #361 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity:

BugRat Report #362 has been filed.

2000-11-08 Thread BugRat Mail System
Bug report #362 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com:/BugRatViewer/ShowReport/362 REPORT #362 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity:

BugRat Report #306 was closed (apparently by: Craig R. McClanahan)

2000-11-08 Thread BugRat Mail System
Report #306 was closed by Person #0 Synopsis: HTTP continues to work (it should not) if using a transport-guarantee of CONFIDENTIAL in the web.xml file. (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL

Re: TC4-m4 startup

2000-11-08 Thread Daniel Ritchey
You might look at the org.apache.catalina.startup.Embedded class, which lets you bypasses the global configuration files and do things yourself. Ahhh, I hadn't looked at org.apache.catalina.startup.Embedded, this should work perfectly for what I need. Thanks for everyone's patience and help,

Re: On what HelloWorldExample performance predicts

2000-11-08 Thread Remy Maucherat
On what HelloWorldExample performance predictsRoy: Well, not quite: it also predicts an upper bound on the avg thruput, and a lower bound bound on the average response time, of any more resource-intensive request on the machine where the resource measurements were taken. I don't agree with that.

BugRat Report #180 was closed (apparently by: Craig R. McClanahan)

2000-11-08 Thread BugRat Mail System
Report #180 was closed by Person #0 Synopsis: Header Refresh and URLRewriting not work (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

BugRat Report #136 was closed (apparently by: Craig R. McClanahan)

2000-11-08 Thread BugRat Mail System
Report #136 was closed by Person #0 Synopsis: META HTTP-EQUIV="Refresh" and URLRewriting not work (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: BugRat Bug Report #361

2000-11-08 Thread Craig R. McClanahan
It's actually quite a bit worse than just getting the /servlet prefix wrong. Basically, the web.xml settings are not consulted at all when generating tomcat-apache.conf. I do not anticipate that this will be changed any time soon in 3.2. For 4.0, one of the main reasons that the web connector

[T4m4] java.lang.SecurityException

2000-11-08 Thread satan
I am trying to run T4m4 with my webapp and I am receiving a java.lang.SecurityException : sealing exception This is because my servlet is trying to instantiate a singleton object in the webapp that reads its config info from a file on the classpath using a mildy modified version of the XML

Re: Thruput, response, and perf servlets

2000-11-08 Thread Remy Maucherat
Thruput, response, and perf servletsRemy, I should have said "throughput, as in number of requests processed per second". My point is that if some servlet S requires TC to use more disk+cpu than the HelloWorldExample on a particular machine, then TC's processing rate for S will be lower than it

RE: BugRat Bug Report #361

2000-11-08 Thread Rob S.
I do not anticipate that this will be changed any time soon in 3.2. For 4.0, one of the main reasons that the web connector isn't available yet is that it will be fully cognizant of the configuration settings in web.xml, without having to configure anything twice (either manually or by

Re: No revolution today

2000-11-08 Thread Nick Bauman
On Thu, 9 Nov 2000, Henri Gomez wrote: It is important that tomcat3 has a design that allows support for future versions of the servlet API, but if tomcat developers don't want to see it happen - so be it. When Servlet2.3 will be final and in wide use, there is nothing that can

Possible bug in tomcat wrt setting cookies?

2000-11-08 Thread kenneth topp
I think this is a bug: A servlet includes a .jsp (via include() not forward() ) The servlet always creates a session. the session cookie never get's set, because the SessionInterceptor doesn't have the Response that was given the sessionId... or something. Does this sound right? If I

Re: Possible bug in tomcat wrt setting cookies?

2000-11-08 Thread kenneth topp
I apologize, this is with tomcat 3.2b4 and 3.2b6 Thanks, On Wed, 8 Nov 2000, kenneth topp wrote: I think this is a bug: A servlet includes a .jsp (via include() not forward() ) The servlet always creates a session. the session cookie never get's set, because the SessionInterceptor

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

2000-11-08 Thread remm
remm00/11/08 23:22:24 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java WebdavServlet.java Log: - Add a debug method in the DefaultServlet, which will output to System.out all the info about the request. It should be useful