cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util XMLWriter.java

2000-11-08 Thread remm
remm00/11/08 23:23:06 Modified:catalina/src/share/org/apache/catalina/util XMLWriter.java Log: - Now enables to specify the charset used. Revision ChangesPath 1.3 +13 -4 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/XMLWriter.java Ind

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

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 SessionInte

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 addCook

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

Re: No revolution today

2000-11-08 Thread Henri Gomez
> 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 stop someone from providing the module that

Patch for bug report #362 (and a patch for a logging error)

2000-11-08 Thread Serge Knystautas
Ok, I submitted the bug report this afternoon (#362) about how jasper was mishandling a custom tag of mine. You can read the report if you want, but basically here's what happens... say your custom tag has an attribute to be rtexprvalue and because of the flexibility of the tag, you make the sett

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: Thruput, response, and perf servlets

2000-11-08 Thread Remy Maucherat
Thruput, response, and perf servlets>Remy, 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

[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 ma

Thruput, response, and perf servlets

2000-11-08 Thread Roy Wilson
Title: Thruput, response, and perf servlets >> Original Message << On 11/8/00, 7:15:09 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote regarding Re: On what HelloWorldExample performance predicts: > On what HelloWorldExample performance predicts>Roy: Well, no

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 i

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:

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]

Re: On what HelloWorldExample performance predicts

2000-11-08 Thread Remy Maucherat
On what HelloWorldExample performance predicts>Roy: 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 tha

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: TC4-m4 REquestInfoExample data, questions, modified scripts

2000-11-08 Thread Craig R. McClanahan
Remy Maucherat wrote: > > I suggest we consider not including the AccesLogValve in the default > configuration until some optimization work is done on it. > For anyone who has been itching to get their feet wet and contribute to Tomcat's development, this is the kind of thing where it's relative

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 of CONFIDENTIAL in the web.xml file. (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

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: REPORT #362 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non

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: REPORT #361 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: criti

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 thrup

On what HelloWorldExample performance predicts

2000-11-08 Thread Roy Wilson
Title: On what HelloWorldExample performance predicts Craig, Craig: I agree with this, and would word it slightly differently:  the only thing a "Hello, World" benchmark predicts is how fast your application can say "Hello, World".  :-) Roy: Well, not quite: it also predicts an upper bound on

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

2000-11-08 Thread BugRat Mail System
Report #213 was closed by Person #0 Synopsis: RequestDispatcher does not propagate errors (logged in as: Craig R. McClanahan) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat & JNDI

2000-11-08 Thread Shawn McMurdo
You may also like to know that Enhydra Enterprise ( http://www.enhydra.org/ ) provides integrated Tomcat and JNDI support. Shawn Rickard Öberg wrote: > > I am trying to tie Tomcat with JNDI to use J2EE pattern to obtain resources: > > > > Context context = new InitialContext(); > > dataSource =

Servlets

2000-11-08 Thread Rene Saenz
Hi, I'm trying to integrate tomcat with apache web server. I follow the instructions of tomcat to put the Include directive in the configuration file of apache that says to include tomcat-apache.conf. But is giving me this error: syntax error on line one of /usr/local/tomcat/conf/tomcat-apache.co

TC4 Q: PageInfoImpl.java & various things

2000-11-08 Thread Bob Jamison
Is PageInfoImpl.java no longer required? It references javax.servlet.jsp.tagext.PageInfo which has not been in any of the recent jakarta-servletapi-4.0 nightly builds. Should this be taken out, if only temporarily? I did a fresh CVS checkout to make sure it is in the current tree, and it is h

WEB-INF/lib directory on Windows 98

2000-11-08 Thread Chitwood, Marc (GEAE)
Has anyone reported any problems with *.jar files being loaded from the WEB-INF/lib directory for the x386? I am looking at the source code for Tomcat 3.2 Beta 6 and it looks like code exists to do this (according to Servlet 2.2 spec), but this functionality is not working for me. I am running T

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardEngineMapper.java

2000-11-08 Thread craigmcc
craigmcc00/11/08 11:30:31 Modified:catalina/src/share/org/apache/catalina/connector HttpResponseBase.java catalina/src/share/org/apache/catalina/core StandardEngineMapper.java Log: Work around a problem where the default

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, Apach

Looking for a Test Harness for Performance Measurements

2000-11-08 Thread Curtis Dougherty
All - I finished installing Tomcat and would like to start gathering some performance data. Can someone please recommend a test harness to use for capturing performance data. Thank you in advance. CaD - To unsubscribe, e-mail

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 respo

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

2000-11-08 Thread cmanolache
One small note - a very important time is the "Max response time" - IMHO it's even more important than the average response time, because it can mean "lost customers" ( who will wait 10 secs to order from your site :-). HelloWorldServlet is a very bad test case, it uses Locales and that's somet

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

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 vers

Re: TC4-m4 startup

2000-11-08 Thread Craig R. McClanahan
Daniel Ritchey wrote: > 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

Measuring TC3.x with ab

2000-11-08 Thread Roy Wilson
Ignacio/Nacho, I am under the weather and, even if I wasn't, I'm too pressed for time :(. The shell scripts are pretty simple, though, so I imagine other volunteers could do the run(s). As I recall, Costin did something similar in his recent ApacheCon Europe presentation. Roy Roy Wilson E-ma

Bug Report ID : 357

2000-11-08 Thread Choo Yew Beng
Hi Gurus, The bug report ID : 357 is supposed to be as followed: But the tag are all removed. Can someone please advice if and when is convinent? Thx in advance 1.jsp 2.jsp 3.jsp I tried to close all response after the forward using response.getWriter().close() and response.getO

Re: Msg formatting problem: trying again

2000-11-08 Thread Craig R. McClanahan
Roy Wilson wrote:   I apologize for the critical tone (but also perhaps ignorance)of my [now next to the] last post. I've got the flu or something. Yecch. Not a problem. Here's the data I collected after running new, slightly modified, scripts (see attached) for which RequestInfoExample is req

Re: Tomcat & JNDI

2000-11-08 Thread cmanolache
> 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 of them

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

2000-11-08 Thread Remy Maucherat
TC4-m4 REquestInfoExample data, questions, modified scriptsHi, I did some testing myself, mainly because it's been 3 months since my last round, and Catalina has changed a bit since then. I also did a little bit of profiling of Catalina as a whole, and of the HTTP connector. When you do some tes

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 file,

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: REPORT #359 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: criti

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF/classes PermanentlyUnavailable.java

2000-11-08 Thread larryi
larryi 00/11/08 05:14:08 Modified:src/tests/webpages/WEB-INF/classes PermanentlyUnavailable.java Log: Create the permanent exception correctly Revision ChangesPath 1.3 +1 -1 jakarta-tomcat/src/tests/webpages/WEB-INF/classes/Permanentl

BugRat Report #358 has been filed.

2000-11-08 Thread BugRat Mail System
Bug report #358 has just been filed. You can view the report at the following URL: REPORT #358 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: criti

cvs commit: jakarta-tomcat/src/etc/ant test-tomcat.xml

2000-11-08 Thread larryi
larryi 00/11/08 05:12:33 Modified:src/etc/ant test-tomcat.xml Log: Update so it runs with Ant 1.2 Revision ChangesPath 1.3 +0 -2 jakarta-tomcat/src/etc/ant/test-tomcat.xml Index: test-tomcat.xml =

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/resources messages.properties messages_es.properties

2000-11-08 Thread larryi
larryi 00/11/08 05:11:18 Modified:src/share/org/apache/jasper/compiler JspReader.java JspUtil.java Parser.java src/share/org/apache/jasper/resources messages.properties messages_es.properties Log: Port Pierre Delisle's

Msg formatting problem: trying again

2000-11-08 Thread Roy Wilson
filename="text1.rtf" # Draft script by Roy Wilson used on Redhat6.1 system (bash) # Assume ONLY HelloWorld servlet being used: better to have a set, but what? # # To promote comparability, run script immediately after a cold boot echo Run script only after a cold boot to make results comparable

BugRat Report #189 - Classloader search order.

2000-11-08 Thread BugRat Mail System
Report #189 Details Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: suggest State: received Priority: high Severity: critical Confidence: public Environment: Release: 3.2 4b JVM Release: jdk 1.2.2 Operating System: NT OS Release: 4.0 Platform: window Sy

TC4-m4 REquestInfoExample data, questions, modified scripts

2000-11-08 Thread Roy Wilson
Title: TC4-m4 REquestInfoExample data, questions, modified scripts Hi, I apologize for the critical tone (but also perhaps ignorance)of my last post. I've got the flu or something. Yecch. Here's the data I collected after running new, slightly modified, scripts (see attached) for which Reques

BugRat Report #357 has been filed.

2000-11-08 Thread BugRat Mail System
Bug report #357 has just been filed. You can view the report at the following URL: REPORT #357 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: support State: received Priority: medium Severity: n

Re: Tomcat & JNDI

2000-11-08 Thread Rickard Öberg
> I am trying to tie Tomcat with JNDI to use J2EE pattern to obtain resources: > > Context context = new InitialContext(); > dataSource = (DataSource)context.lookup("java:comp/env/jdbc/myDataSource"); The latest jBoss release (see jboss.org for download) contains embedded Tomcat 3.2 integration

Re: liaison Apache-tomcat

2000-11-08 Thread jean-frederic clere
Salut, ca marche seulement avec Tomcat 3.x (4.x is stand-alone only!): Installer JSERV (http://java.apache.org/) Installer Tomcat 3.x. Tester Tomcat. stand-alone (attention Tomcat port 8080). Monter les servlets de Tomcat dans jserv.conf (ApJServMount). Redemarer apache: ca devrai marcher! Bonne