Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread jean-frederic clere
GOMEZ Henri wrote: 1) We've talked about specifying a response packet to indicate that the engine (or the web server) doesn't recognize a packet sent over. This would allow us much more flexiblity to add packet types to ajpv14, without having to make ajpv15,16, etc. +1 In

Roles / Login / j_security check

2001-05-08 Thread Nathan Coast
Hi, apologies as this is a bit of a cross-post from tomcat-user last week (was getting no responses from there). I need to work out what's going on re: roles and login. I'm observing some unexpected behaviour in Tomcat (3.2.1) in conjuction with roles. This is the situation: (web.xml is at

PLease UnSubscribe me from all your email.

2001-05-08 Thread Sylvia Mwenya
Please UNSUBSCRIBE, REMOVE MY EMAIL ADDRESS FROM ALL TOMCAT MAIL SYSTEMS. [EMAIL PROTECTED] Thanks.

Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Kief Morris
+1 Craig R. McClanahan typed the following on 07:21 PM 5/7/2001 -0700 Now that the Proposed Final Draft 2 versions of the Servlet 2.3 and JSP 1.2 specs have been published (with Tomcat 4.0 updated to support the latest changes), and a ton of bug fixes have been made, I would like to propose that

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java HttpRequestImpl.java

2001-05-08 Thread Kief Morris
[EMAIL PROTECTED] typed the following on 03:37 AM 5/8/2001 + Make it possible to disable DNS lookups of the remote host name, for Tomcat used stand-alone, even when the web app calls request.getRemoteHost(). Lookups are enabled by default -- disable them by modifying the Connector

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
That has fixed that problem. I can now run under Wjview (the M$ VM). I have just found another problem though. This is not a new problem with 3.2.2. We have just started using the O'Reily HttpMessage code to send a Post message to a servlet from another servlet (in the same virtual machine).

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
Some further info on this problem. It works fine with TC3.2.1 with AJP12. TC3.2.1 goes into an infinite loop using 100% processor with AJP13. TC3.2.2b4 gives the stack trace with AJP13 but does not infinite loop like TC3.2.1. I have tried with Apache 1.3.19, but it made no difference. I have

Re: load-on-startup / classloader bug??

2001-05-08 Thread kevin seguin
doh! not only did i not mention which version i'm using, i also mispoke... mondays... so, i'm using the latest tomcat 4.0 out of cvs (co'd this morning). also, it's in the servlet init method, *not* it's service method where the thread is created. when i get some time, i'm

RE: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Marc Saegesser
+0 I *will* get 3.2.2 out the door one of these days and then I hope to have the time to help out with 4.x. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 9:22 PM To: [EMAIL PROTECTED] Subject: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Marc Saegesser
Dave, Does it work OK with 3.2.2b4 and AJP12? -Original Message- From: Dave Oxley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 7:15 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2.2 beta 4 Some further info on this problem. It works fine with TC3.2.1 with AJP12.

[PATCH] bugs 412 and 112 for TC3.3

2001-05-08 Thread Steve Downey
112 is really simple. Just a check if the TOMCAT_HOME should be '..' after checking for '.' 412 is almost as straightforward. It's a bug in JspC, where CommandLineContext is handed a URI with '\' s in the jspFile. Defensively, I've added a replace in CommandLineContext's constructor.

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
Just tried it and yes: TC3.2.2b4 with AJP12 does work. Dave. [EMAIL PROTECTED] From: Marc Saegesser [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2.2 beta 4 Date: Tue, 8 May 2001 08:44:03 -0500 Dave, Does it work OK with 3.2.2b4 and AJP12?

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread Mike Braden
Why not just handle each connection as if it is a connection from a different server, logging in each time. Are ajp13 requests serialized? ajp13 only connects to TC once to the port set in the config, right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread Dan Milstein
I think Costin has summed up the situation very well, in terms of the control/data issue. As the person who originally suggested thinking about a separate data channel, I am now strongly leaning away from that. The various complicated threading/process issues are not worth the grief. The

Re: Tomcat 3.2.2 beta 4 - AJP14 continuation

2001-05-08 Thread Andrey Kartashov
On Mon, May 07, 2001 at 11:49:25PM +0200, GOMEZ Henri wrote: Should it become default? I hope the answer is yes:) It also has another value: inet is not a well-known parameter. Having it in default server.xml along with a little comment about what it does may compensate for the lack of

[PATCH] Abount bug#1281

2001-05-08 Thread KAREZAKI Yoshiyuki
Hi, Bug#1281 was marked RESOLEVED FIXED, but this bug hasn't be fixed in Tomcat 3.2.2b4 yet. I think that the following patches should be applied to fix this problem if build.bat will not be removed in Tomcat 3.2.2 release. Yoshiyuki Karezaki --- jakarta-servletapi-3.2.2b4-src/build.bat.orig

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http10 HttpConnector.java HttpRequestImpl.java

2001-05-08 Thread Craig R. McClanahan
On Tue, 8 May 2001, Kief Morris wrote: [EMAIL PROTECTED] typed the following on 03:37 AM 5/8/2001 + Make it possible to disable DNS lookups of the remote host name, for Tomcat used stand-alone, even when the web app calls request.getRemoteHost(). Lookups are enabled by default

Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Bip Thelin
Craig R. McClanahan wrote: Now that the Proposed Final Draft 2 versions of the Servlet 2.3 and JSP 1.2 specs have been published (with Tomcat 4.0 updated to support the latest changes), and a ton of bug fixes have been made, I would like to propose that we create a Tomcat 4.0 Beta 4 release

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread cmanolache
On Tue, 8 May 2001, Dan Milstein wrote: The only thing we really lose is the ability for the servlet engine to send a message to TC in between requests. And the main messages, as I see it, are: a) the entire engine is shutting down b) certain contexts are shutting down

Re: Tomcat 3.2.2 beta 4 - AJP14 continuation

2001-05-08 Thread cmanolache
On Tue, 8 May 2001, Andrey Kartashov wrote: What I'm trying to say is: To address this group of people I'd suggest splitting distribution into pure java Tomcat part + extensions. This way only NECESSARY files will make their way to conf directory. If someone is (for example) interested in

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread Dan Milstein
ajp13 reuses connections, but, in general for each worker there will be a pool of connections between the web server and the servlet engine. That way it can handle multiple requests concurrently, but still save on the socket creation time (since connections are reused for many requests). So

[GUMP] Build Failure - Tomcat 3.x

2001-05-08 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-05-08/jakarta-tomcat.html Buildfile: build.xml detect: msg.jdk12: [echo] Detected JDK1.2

RE: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Larry Isaacs
+0 Larry -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 10:22 PM To: [EMAIL PROTECTED] Subject: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release Now that the Proposed Final Draft 2 versions of the Servlet 2.3 and JSP 1.2 specs

Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: Now that the Proposed Final Draft 2 versions of the Servlet 2.3 and JSP 1.2 specs have been published (with Tomcat 4.0 updated to support the latest changes), and a ton of bug fixes have been made, I would like to propose that we create a

cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml

2001-05-08 Thread craigmcc
craigmcc01/05/08 11:36:27 Modified:tester/src/bin tester.xml Log: Make more strings configurable for testing behind a proxy server. Revision ChangesPath 1.40 +20 -29jakarta-tomcat-4.0/tester/src/bin/tester.xml Index: tester.xml

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
Spent all day investigating this, and I can't track down the problem. I've written an example class that does servlet to serlvet POST's but I can't make it error with the same problem. I think there must be something more complicated going on. I don't think this should hold up the release of

FW: Handler Thread Problem

2001-05-08 Thread Ben Sifuentes
Kevin, I wanted to take the timeout to thanks you for your help with solving this problem. I had been trying for several weeks to resolve this. YOUR the MAN The information you gave me was the clue I needed to fix this problem. It's working perfectly!! Again Thank you. -Ben

Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Glenn Nielsen
+1 I am currently trying to track down a problem related to use of the SecurityManager with jndi named class/jar files in a web app under MS Window systems. It works fine under Unix. Regards, Glenn Craig R. McClanahan wrote: Now that the Proposed Final Draft 2 versions of the Servlet 2.3

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Marc Saegesser
Dave, Thanks for looking at this. If you do come up with a small example that demonstrates the problem let me know. -Original Message- From: Dave Oxley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2.2 beta 4 Spent

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Authenticators.properties ContextConfig.java

2001-05-08 Thread craigmcc
craigmcc01/05/08 14:22:40 Modified:catalina/src/share/org/apache/catalina/deploy LoginConfig.java catalina/src/share/org/apache/catalina/startup Authenticators.properties ContextConfig.java Added:

problems running a servlet that uses core catalina classes

2001-05-08 Thread Fabien Le Floc'h
Hello, I am sorry to bother you. But I am trying to write a servlet that uses some core apache classes and I have problems running it. - If I use a war archive, tomcat does not find the tomcat classes/servlet classes when it starts the servlet. (ClassNoDefFound error). If I then add the

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
1) How did we share it in forked (apache 1.3) env ? = shared memory = MM or APR APR of course: MM is included in it. But APR is only available in Apache 2.0, what about Apache 1.3, NES and IIS ? And MM is still only for Unix OS 2) Ditto in a threaded architecture (Apache 2.0)

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
1) FORWARD REQUEST FROM WEB-SERVER TO SERVLET ENGINE 2) WAIT FOR RESPONSE 3) GET RESPONSE AND FORWARD TO WEB-SERVER. Well, I see it a bit different :-) 1. Apache sends a message to tomcat with the original request ( or part of it ! - for example it can send only some headers that are

Bad link to tomcat 3.2.2beta3 on tomcat site

2001-05-08 Thread Glenn Nielsen
The link on the below page is to Tomcat 3.2.2 beta 3 instead of beta 4, beta 3 doesn't exist on the server. http://jakarta.apache.org/site/binindex.html Glenn -- Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
ajp13 reuses connections, but, in general for each worker there will be a pool of connections between the web server and the servlet engine. That way it can handle multiple requests concurrently, but still save on the socket creation time (since connections are reused for many requests). So

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread GOMEZ Henri
Could you try with the mod_jk from TC 3.3 cvs ? Could you also send a small servlet for test purpose ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

Tomcat 3.2.2 : RE : cvs commit: jakarta-tomcat/src/doc readme

2001-05-08 Thread GOMEZ Henri
Hi Marc, Could you clarify the getRemoteHost in readme := === 7. FIXES AND ENHANCEMENTS IN UPDATES @@ -318,6 +332,8 @@ - HttpServletRequest.encodeURL() now properly encodes URLs that contain

RE: New CVS Repositories

2001-05-08 Thread GOMEZ Henri
Thanks - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread GOMEZ Henri
Many users have asked for more web-server env vars they like to use also in Tomcat. May be something to add to AJP14 will be the ability to define a list of env vars to be forwarded to Tomcat, the same way the SSL web-server vars are defined : # What is the indicator for SSL session (default

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread cmanolache
On Wed, 9 May 2001, GOMEZ Henri wrote: May be with the directive JkEnvVars MYVAR1 MYVAR2 MYVAR3 MYVAR4... The traffic will be more important but these informations will be usefull for some... What about that ? +1 to add this to a TODO list, but low priority :-) Let's first get

RE: Class Loader Problem?

2001-05-08 Thread Wildeboer, Tonnis
Hello, I still have not figured this out, but have some more information. If anyone can give me some tips on what to look into, I would be very grateful. OS: Solaris 2.6 JDK: 1.3.0 I have gone so far as completely removing VCALookup.class from my classes directory and I still get the same

RE: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Craig R. McClanahan
On Tue, 8 May 2001, GOMEZ Henri wrote: +0 but with RPM packaging ;) And source packages, right Henri? :-) They will be there at the same time as the binaries this time. Craig

Re: Class Loader Problem?

2001-05-08 Thread Bip Thelin
Wildeboer, Tonnis wrote: [...] I have gone so far as completely removing VCALookup.class from my classes directory and I still get the same Exception. I also tried instantiating the class from a different file (first line of my doGet()) and still get the same Exception. I copied a known

RE: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread Craig R. McClanahan
Just as a note, if you want AJP14 to be usable in a Servlet 2.3 environment, you *must* expose the cipher suite and key size (which might be implied from the cipher suite name) to Tomcat, because Tomcat must in turn expose them as request attributes to servlets processing SSL requests. In

Re: problems running a servlet that uses core catalina classes

2001-05-08 Thread Glenn Nielsen
In Tomcat 4 the core catalina classes in servlet/lib/catalina.jar are hidden from servlets. A servlet should use the standard Servlet 2.3 classes to access public information for the request. Your servlet would not be portable across differenct servlet containers if you used internal servlet

RE: Tomcat 3.2.2 beta 4

2001-05-08 Thread Dave Oxley
I will try with that mod_jk and will send the test servlet as soon as I can write a simple one that breaks. :) Dave [EMAIL PROTECTED] From: GOMEZ Henri [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Tomcat 3.2.2 beta 4 Date: Wed, 9 May 2001 00:21:30 +0200

RE: Class Loader Problem?

2001-05-08 Thread Wildeboer, Tonnis
Well, I considered all those things and finally, I did the only thing you can do when things get this weird: I did a completely clean checkout and rebuild of everything and of course... problem solved. Guess I'll never know what was really happening, but the experience (and solution) is a lesson

Getting values of Local Environment Variables in Servlets using Tomcat3.2.1 ?

2001-05-08 Thread Kashyap Vaswani
We are having problems getting the values the local CGI environment variables in our servlets using Tomcat3.2. It works fine with Jserv and the we are able to export these variables using Jserv. But we are not able to do that with Tomcat3.2.1. These variables are being set by

Re: [PROPOSAL AJP14] AJP13 Evolution

2001-05-08 Thread Jon Stevens
on 5/8/01 3:00 PM, GOMEZ Henri [EMAIL PROTECTED] wrote: But APR is only available in Apache 2.0, what about Apache 1.3, NES and IIS ? That isn't true. http://Apr.apache.org/ APR is just a library. -jon -- If you come from a Perl or PHP background, JSP is a way to take your pain to new

Re: Bad link to tomcat 3.2.2beta3 on tomcat site

2001-05-08 Thread Jon Stevens
on 5/8/01 3:15 PM, Glenn Nielsen [EMAIL PROTECTED] wrote: The link on the below page is to Tomcat 3.2.2 beta 3 instead of beta 4, beta 3 doesn't exist on the server. http://jakarta.apache.org/site/binindex.html Thank you for asking for permission to commit to the jakarta-site2 module.

RE: Bad link to tomcat 3.2.2beta3 on tomcat site

2001-05-08 Thread Marc Saegesser
Fixed now. I apparently goofed when I updated the files and only got the generated binindex.html file checked in and missed the binindex.xml file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Glenn Nielsen Sent: Tuesday, May 08, 2001 5:16 PM To:

Re: JSP quoting and escape conventions

2001-05-08 Thread Jona Sahnwaldt
% out.println(testing %\); % doesn't work... I think this is a bug in Tomcat. - Use The Source, Luke! The following code is from Tomcat 3.2. Seems to be from late Nov/early Dec 2000. From org.apache.jasper.compiler.JspUtil.java: public static char[] removeQuotes(char []chars) {