RE: cvs commit: jakarta-tomcat build.xml

2001-06-19 Thread Ignacio J. Ortega
doh, thanks Mike.. Saludos , Ignacio J. Ortega -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: martes 19 de junio de 2001 2:35 Para: [EMAIL PROTECTED] Asunto: cvs commit: jakarta-tomcat build.xml mmanders01/06/18 17:34:38 Modified:

3.2.1 vs 3.2.2 versions - Oren

2001-06-19 Thread Oren Deri, Nice-Eye
Which is better and what the differences. should I expect problem by moving from 1 to 2.s Oren Deri ___ Oren Deri (E-mail).vcf Oren Deri (E-mail).vcf

[tomcat 4] Jasper Status

2001-06-19 Thread Geoff Soutter
Hi, I've been considering embedding Jasper in another app. I've been looking at the code and, while is it is *mucky*, it seems this is probably possible (although I can see it's going to severely try my patience ;-). The thing is, I found this document Proposal for Development of Jasper in

iPlanet + Tomcat on AIX ??

2001-06-19 Thread Robert Koval
I have Netscape Web Server (IPlanet) version 3.63. This version of IPlanet doesn't support Java Server Pages, or in other words, there is no Servlet Engine. I need to install some servlet engine on that server in order to run JSPs. Upgrade of the Web server is not possible, because of some other

getRemoteUser and non-ansi characters

2001-06-19 Thread mex
We have problems with user-ids containing german characters (so-called 'Umlaute'), eg. 'ÖÄÜ' HttpServletRequest.getRemoteUser() returns only the string up-to the first umlaut, eg. for user 'MMÄHHH' we get only 'MM'. Our environment is: Tomcat 3.2.1 + mod_jk + Apache 1.3.19 Authentification is

RE: Missing CGIServlet from nightly build

2001-06-19 Thread Reilly, John
I'm trying to use the Tomcat nightly's, and found that the org.apache.catalina.servlets.CGIServlet class is missing from the 16th, 17th and 18th June builds, although it (an its related classes) is in the earlier nightlys, As far as I know the build environment for the nightly builds

RE: 3.2.1 vs 3.2.2 versions - Oren

2001-06-19 Thread Marc Saegesser
Tomcat 3.2.2 is a bug fix release. The release notes in src/doc/readme detail the changes between 3.2.1 and 3.2.2. -Original Message- From: Oren Deri, Nice-Eye [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 3:54 AM To: [EMAIL PROTECTED] Subject: 3.2.1 vs 3.2.2 versions -

RE: Missing CGIServlet from nightly build

2001-06-19 Thread Kevin Jones
Thanks John. Does this make the nightlies unusable? Is there a plan to move to 1.3? Kevin Jones DevelopMentor www.develop.com -Original Message- From: Reilly, John [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 13:28 To: '[EMAIL PROTECTED]' Subject: RE: Missing CGIServlet from

RE: cvs commit: jakarta-tomcat build.xml

2001-06-19 Thread Mike Anderson
No problem. Big fat hairy lie Of course I would never make a mistake like that /Big fat hairy lie unless of course I actually try to modify the code :-) Mike Anderson [EMAIL PROTECTED] 06/19/01 01:23AM doh, thanks Mike.. Saludos , Ignacio J. Ortega -Mensaje original- De: [EMAIL

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5.c

2001-06-19 Thread hgomez
hgomez 01/06/19 08:55:08 Modified:jk/native/common jk_md5.c Log: Bug fixes, bad buffer used ! Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_md5.c Index: jk_md5.c

RE: Missing CGIServlet from nightly build

2001-06-19 Thread Reilly, John
Does this make the nightlies unusable? Only if you want to use tomcat to run cgi scripts. Is there a plan to move to 1.3? I think thats up to Craig. jr Kevin Jones DevelopMentor www.develop.com -Original Message- From: Reilly, John [mailto:[EMAIL PROTECTED]] Sent:

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-19 Thread Gomez Henri
I've been lurking on this list for awhile and wading through all the code, and this one has been bothering me for awhile. Is there a way we could get a STATUS and README file written for j-t-c? I would do it myself, but honestly I'm at a loss for what would go in there. Hi Aaron, What did

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5.c

2001-06-19 Thread Aaron Bannert
On Tue, Jun 19, 2001 at 03:55:09PM -, [EMAIL PROTECTED] wrote: hgomez 01/06/19 08:55:08 Modified:jk/native/common jk_md5.c Log: Bug fixes, bad buffer used ! Revision ChangesPath 1.5 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_md5.c [...]

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14_worker.c

2001-06-19 Thread hgomez
hgomez 01/06/19 09:35:23 Modified:jk/native/common jk_ajp14_worker.c Log: Minor fixes. init info (web_server_name/secret_key) need to be stored locally (if not there're lost by pool activity) also correct logon phase (didn't get the cmd byte) Revision ChangesPath

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_md5 .c

2001-06-19 Thread Gomez Henri
ISTR that j-t-c/jk/native already depends on APR. Instead of duplicating efforts, may I suggest we reuse the md5 functionality of APR (see apr_md5.h)? mod_jk didn't use APR. webapp use APR. It's not a duplicate effort since I use allready code present in Apache (if linked with Apache) or

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-19 Thread Aaron Bannert
On Tue, Jun 19, 2001 at 06:16:15PM +0200, Gomez Henri wrote: I've been lurking on this list for awhile and wading through all the code, and this one has been bothering me for awhile. Is there a way we could get a STATUS and README file written for j-t-c? I would do it myself, but

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-19 Thread Aaron Bannert
On Tue, Jun 19, 2001 at 10:06:07AM -0700, Aaron Bannert wrote: Apache Tomcat Connectors Introduction This CVS module contains the code for the Tomcat Connectors. It currently contains two

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2001-06-19 Thread remm
remm01/06/19 10:38:02 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Add a permission for the work dir. Revision ChangesPath 1.2 +12 -4

problem of installation of tomcat

2001-06-19 Thread Xinghua Miao
Dear Sir/Madam, I have met a problem installing tomcat, such a problem has not been raised yet. „h I have already setup system path and classpath for jdk in C:\autoexec.bat as follow: set path=C:\jdk1.2\bin set classpath=.;C:\jdk1.2\lib\tools.jar It works well with

Re: AW: Serious problem with Tomcat JVM running out of memory

2001-06-19 Thread Tom Amiro
Thomas Bezdicek wrote: Hi, hmm, i just quickly looked at the code, and my first (and possible not true, but first and only) idea was, what about the class DocumentCache ??? is it freeing the memory, do you use explicit System.gc() there from time to time (maybe use a timer-task)? I've set

header handling in WARP

2001-06-19 Thread Thom Park
Hello everyone, I have a question on how the Warp handler handles headers coming back from a request. In pr_warp.c, warp_handler,the following is written: /* Check if we got an HDR packet (header) */ if (i-type==TYP_REQUEST_HDR) { char *nam=p_rstring(i);

Jasper performance query (circa 3.1 code)

2001-06-19 Thread ken . horn
I'm using Jasper in Weblogic from tomcat 3.1 (ish, we've patched a couple of things too). While profiling some of my JSP's, I see the JspRuntimeLibrary.introspectHelper consuming between 40-70% of the time, and a large %age of the object creation. Drilling down, most of the time is the line

Compiling mod_jk comment fix for Solaris cc

2001-06-19 Thread Scott E. Reinhart
I recently compiled the latest version of mod_jk (jakarta-tomcat-3.2.2-src) using the Sun Workshop v6 cc compiler on Solaris 8. It found three errors in the mod_jk source code having to do with commenting. Turns out this version of cc does not like the double slash comment. To use cc, you must

Re: [tomcat-dev] [J-T-C] What about ajp13 refactory in java ?

2001-06-19 Thread cmanolache
On Tue, 19 Jun 2001, Aaron Bannert wrote: Connectors -- * jk: The native and java parts of the ajp12/ajp13 [is this correct?] connector. Both Tomcat 4.0 and Tomcat 3.3 are supported. * webapp: The native and java parts of the ajp14 connector, now known as mod_webapp and

Re: Missing CGIServlet from nightly build

2001-06-19 Thread Amy Roh
The nightly uses 1.3 since last week. I changed the build script yesterday so that it automatically checks for which jvm it uses and compiles the CGI code if it uses 1.3. So it should have compiled the cgi files from last night's build. However, it shouldn't give you an exception only because

RE: Missing CGIServlet from nightly build

2001-06-19 Thread Kevin Jones
The full exception was a ClassNotFoundException. From the 18th June nightly CGIServlet.class is definitely not in catalina.jar I've just downloaded the latest nightly and it's fine. Thank you, Kevin Jones DevelopMentor www.develop.com

Redirect to empty

2001-06-19 Thread Martin van den Bemt
Hi, In jserv when you did a resp.sendRedirect(); you get an empty page. Since then this has changed and it is very annoying behaviour, because this redirect redirects to itself without any parameters. Since our urls are (thank god!) not hardcoded, but freely configurable, it could be that

Re: [t4] yet another classloader muckup...

2001-06-19 Thread Remy Maucherat
Quoting Jon Stevens [EMAIL PROTECTED]: I haven't tried a recent snapshot of Catalina (after remy's recent classloader changes)...but, this is something that is being reported on the Turbine mailing list as well as I have seen it on my own... What happens is that when the classloader

'localhost' v '127.0.0.1' in workers.properties

2001-06-19 Thread Andy Armstrong
Has anyone else found that NT/2000 can't resolve 'localhost' in a line like worker.ajp13.host=localhost in conf/workers.properties? I had the problem when I was developing the domino connector and someone else has just reported the same problem to me. On the machine where I had the problem

Re: Some clean up of the jakarta-tomcat tree for Tomcat 3.3

2001-06-19 Thread Andy Armstrong
+1 (cleaning is good -- I love deleting stuff) Mike Anderson wrote: +1 Mike Anderson [EMAIL PROTECTED] 06/19/01 03:49PM Hi, Does anyone have any objection to my deleting the following folders from the jakarta-tomcat head: proposals/jasper34 proposals/tomcat-4.0

[Fwd: RE: 'localhost' v '127.0.0.1' in workers.properties]

2001-06-19 Thread Andy Armstrong
This just in from Jay. I think he's probably right that it's 2000 only -- I had thought I had the problem on NT too, but I can't now remember the chronology of seeing the problem on a particular machine and replacing NT with 2000 on the same machine -- it may be that I'd already upgraded it to 2k

Re: Some clean up of the jakarta-tomcat tree for Tomcat 3.3

2001-06-19 Thread Casey Lucas
I heard that. Get rid of it. -casey Andy Armstrong wrote: +1 (cleaning is good -- I love deleting stuff) Mike Anderson wrote: +1 Mike Anderson [EMAIL PROTECTED] 06/19/01 03:49PM Hi, Does anyone have any objection to my deleting the following folders from the

RE: Some clean up of the jakarta-tomcat tree for Tomcat 3.3

2001-06-19 Thread Ignacio J. Ortega
+1 Saludos , Ignacio J. Ortega -Mensaje original- De: Larry Isaacs [mailto:[EMAIL PROTECTED]] Enviado el: martes 19 de junio de 2001 23:49 Para: '[EMAIL PROTECTED]' Asunto: Some clean up of the jakarta-tomcat tree for Tomcat 3.3 Hi, Does anyone have any objection to my

[t4] weird build error...

2001-06-19 Thread Jon Stevens
With Jikes... build-main: [javac] Compiling 280 source files to /Users/jon/checkout/jakarta-tomcat-4.0 /catalina/build/classes [javac] /Users/jon/checkout/jakarta-tomcat-4.0/catalina/src/share/org/apache /catalina/loader/WebappLoader.java:806: class org.apache.catalina.loader.Context

RE: Missing CGIServlet from nightly build

2001-06-19 Thread Craig R. McClanahan
On Tue, 19 Jun 2001, Kevin Jones wrote: Thanks John. Does this make the nightlies unusable? Is there a plan to move to 1.3? I thought that I had already :-( ... I will check as soon as I get home from a trip (Thursday). The nightlies are built on my home server, and it's behind a

cvs commit: jakarta-tomcat/src/native/apache1.3 mod_jk.c

2001-06-19 Thread mmanders
mmanders01/06/19 15:45:01 Modified:src/native/apache1.3 Tag: tomcat_32 mod_jk.c Log: Added a check for the workers.properties file to allow Apache to come down clean if the path/file doesn't exist. Fixed memory leaks when using VirtualHost sections in Apache. Revision

Re: [t4] weird build error...

2001-06-19 Thread Remy Maucherat
With Jikes... build-main: [javac] Compiling 280 source files to /Users/jon/checkout/jakarta-tomcat-4.0 /catalina/build/classes [javac] /Users/jon/checkout/jakarta-tomcat-4.0/catalina/src/share/org/apache /catalina/loader/WebappLoader.java:806: class

cvs commit: jakarta-tomcat/src/native/jk jk_jni_worker.c

2001-06-19 Thread mmanders
mmanders01/06/19 15:57:25 Modified:src/native/jk Tag: tomcat_32 jk_jni_worker.c Log: Even though Apache is documented as only calling the module initializer function (jk_init) once, it actually calls it multiple times, at least on Windows. A couple of times it is called on the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2001-06-19 Thread remm
remm01/06/19 16:03:33 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Use the local context notifier. Should fix build failure with Jikes reported by Jon. Revision ChangesPath 1.3 +6 -5

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ServletWrapper.java

2001-06-19 Thread mmanders
mmanders01/06/19 16:04:39 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ServletWrapper.java Log: Syncronized around call to loader.shouldReload to prevent getting the loader in an invalid state. Fixes Bug # 1628. Revision ChangesPath

cvs commit: jakarta-tomcat/src/native/jk jk_sockbuf.c jk_util.c

2001-06-19 Thread mmanders
mmanders01/06/19 16:21:04 Modified:src/native/jk Tag: tomcat_32 jk_sockbuf.c jk_util.c Log: Changed c++ style comments to c style comments. Submitted by: Scott E. Reinhart [EMAIL PROTECTED] Revision ChangesPath No revision No

RE: Some clean up of the jakarta-tomcat tree for Tomcat 3.3

2001-06-19 Thread cmanolache
+1. Costin On Wed, 20 Jun 2001, Ignacio J. Ortega wrote: +1 Saludos , Ignacio J. Ortega -Mensaje original- De: Larry Isaacs [mailto:[EMAIL PROTECTED]] Enviado el: martes 19 de junio de 2001 23:49 Para: '[EMAIL PROTECTED]' Asunto: Some clean up of the jakarta-tomcat

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

2001-06-19 Thread Jon Stevens
on 6/19/01 4:03 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: remm01/06/19 16:03:33 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Use the local context notifier. Should fix build failure with Jikes reported by Jon.

Re: cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-19 Thread Jon Stevens
on 6/18/01 7:30 PM, Remy Maucherat [EMAIL PROTECTED] wrote: Obviously, the side effect is not that huge. Try it first, and complain later if it's really a problem :) I'm not sure I like a hack like this that is clearly winblows specific. Can you do this conditionally depending on

Re: cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-19 Thread Remy Maucherat
on 6/18/01 7:30 PM, Remy Maucherat [EMAIL PROTECTED] wrote: Obviously, the side effect is not that huge. Try it first, and complain later if it's really a problem :) I'm not sure I like a hack like this that is clearly winblows specific. Can you do this conditionally depending on

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2001-06-19 Thread remm
remm01/06/19 19:29:14 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: - Add some temporary traces which could help debug the setup of the repositories. Revision ChangesPath 1.4 +6 -4

jasper34 - status

2001-06-19 Thread Costin Manolache
FYI, I'm not planning any major changes in the near future for jasper34. I'm reasonably happy with the first round of cleanup and refactoring, and I think we are moving in a good direction with the toolkit-isation of jasper and the various optimizations we discussed. I want to let the code

Re:cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-19 Thread Jon Stevens
on 6/19/01 7:21 PM, Remy Maucherat [EMAIL PROTECTED] wrote: Ok, I guess I can't complain because this doesn't seem to extract any WEB-INF/lib jars into the work directory. :-) I'm using the latest cvs of tomcat... ... ... ? And it's still loading the classes ? Yup, everything is

Re: Re:cvscommit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loaderWebappClassLoader.java

2001-06-19 Thread Remy Maucherat
And it's still loading the classes ? Yup, everything is running fine... Weird. I'm serious...nothing is going into my work/localhost/scarab (the only directories in the work directory) directory... Do you have version 1.63 of StandardContext, as well as 1.4 (or 1.3, it's the same minus

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http Parameters.java

2001-06-19 Thread costin
costin 01/06/19 22:24:47 Modified:util/java/org/apache/tomcat/util/buf ByteChunk.java UDecoder.java util/java/org/apache/tomcat/util/http Parameters.java Log: Few fixes related with decoding 8859_1. Replaced default encoding from UTF8 to

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core Request.java

2001-06-19 Thread costin
costin 01/06/19 22:29:28 Modified:src/share/org/apache/tomcat/core Request.java Log: Propagate the encoding ( set it on queryString before processing ). Make sure we set 8859_1, as requested by servlet api, to make sure MessageBytes behave as expected. ( few recent

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-06-19 Thread costin
costin 01/06/19 22:36:20 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Fix for 2199 - dot files added as webapps. Most of the time dot files are special, and may contain private info - it's better to be safe and disable by default. It's an

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config AutoWebApp.java

2001-06-19 Thread costin
costin 01/06/19 22:55:07 Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java Log: Forgot an 'r'. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/AutoWebApp.java Index: AutoWebApp.java