Help me...

2003-09-16 Thread Dao Anh Dung
I'm use Linux Read Hat 9.0 Include Apache 2.0 Server, Java 1.4.0.03, ant 1.5.3-1, Tomcat 4.1.24, I'm downloaded jakarta-tomcat-connectors-jk2-2.0.2-src.tar and mod_jk2-2.0.43.so, but I'm not build jakarta-tomcat-connectors-jk2-2.0.2-src and I'm not install Mod_jk2 the communication between Tomcat a

cvs commit: jakarta-tomcat-connectors/jk/native2 README.txt

2003-09-16 Thread jfclere
jfclere 2003/09/16 00:38:51 Modified:jk/native2 README.txt Log: remove "\r". Revision ChangesPath 1.4 +13 -13jakarta-tomcat-connectors/jk/native2/README.txt Index: README.txt === RCS file:

Re: mod_jk2 on aix - Urgent

2003-09-16 Thread jean-frederic clere
Ajay Arora wrote: Greetings, I was installing mod_jk2 to interact between apache 2 and tomcat 1.4. I was not able to build the module. It says jni_md.h is missing. I am having java1.3.1 and I do not have include directory with it. Have you try to comment out the #include ? Are you sure you nee

DO NOT REPLY [Bug 23190] New: - JNDIRealm doesn't escape search filters

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23105] - JkMount overrides Alias

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23192] New: - getRemoteUser() returns null with Authorization header

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

jk, directoindex and friends

2003-09-16 Thread Henri Gomez
I've got the following configuration Apache 2.0.47/jk 1.2.4 : ServerAdmin [EMAIL PROTECTED] DirectoryIndex index.html index.php index.jsp DocumentRoot /var/www/lxmlrpc ServerName lxmlrpc ErrorLog logs/lxmlrpc-error_log CustomLog logs/lxmlrpc-access_log common AddType a

Tomcat within custom application

2003-09-16 Thread Xtremebytes Webmaster
Hi, I am wondering how I can run the Tomcat JSP/Servlet container within another process, which is not a HTTP server but a custom Java application. This is to mean that I have some JSP or Servlets for example. I need to run them on a client machine (Windows NT/UNIX platform), which doesn't have

Re: Tomcat within custom application

2003-09-16 Thread Henri Gomez
Xtremebytes Webmaster a écrit : Hi, I am wondering how I can run the Tomcat JSP/Servlet container within another process, which is not a HTTP server but a custom Java application. This is to mean that I have some JSP or Servlets for example. I need to run them on a client machine (Windows NT/UNIX

RE: Tomcat within custom application

2003-09-16 Thread Shapira, Yoav
Howdy, You use Embedded: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/ap ache/catalina/startup/Embedded.html Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Xtremebytes Webmaster [mailto:[EMAIL PROTECTED] >Sent: Tuesday, September 16, 2003 10:

Re: Tomcat within custom application

2003-09-16 Thread Remy Maucherat
Xtremebytes Webmaster wrote: I am wondering how I can run the Tomcat JSP/Servlet container within another process, which is not a HTTP server but a custom Java application. This is to mean that I have some JSP or Servlets for example. I need to run them on a client machine (Windows NT/UNIX platform

[VOTE] 5.0.12 stability rating

2003-09-16 Thread Remy Maucherat
[ ] Alpha [ ] Beta As usual, please vote :) Add comments if needed. 5.0.12 is similar to 5.0.11, with changes focusing on the Coyote connector (addition of buffering at the socket layer for significantly improved network efficiency, and two important bugfixes to the thread pool and socket ha

DO NOT REPLY [Bug 23195] New: - Problem with JSTL fmt tags and the response encoding

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusManagerServlet.java StatusTransformer.java

2003-09-16 Thread remm
remm2003/09/16 08:36:07 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager StatusManagerServlet.java StatusTransformer.java Log: - Tab cleanup. - We're not in the HD buisness, so a KB is 1024 bytes, and a MB is 1024 KB :) - Fix format

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

2003-09-16 Thread Kin-Man Chung
> Date: Mon, 15 Sep 2003 22:57:32 -0700 > From: Eric Carmichael <[EMAIL PROTECTED]> > Subject: Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties > X-Originating-IP: [64.203.49.21] > To: Tomcat Developers List <[EMAIL PROTECTED]> > X-MIMEOLE:

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

2003-09-16 Thread Remy Maucherat
Kin-Man Chung wrote: I think keeping an array (in the Template node) of the source line that corresponds to each of the Java line we generate is probably enough. I'll commit some codes today and you'll see what I mean. There are reasons for not doing SMAP generation in Generator. Generator is alr

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java SmapStratum.java SmapUtil.java

2003-09-16 Thread kinman
kinman 2003/09/16 10:46:44 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java SmapStratum.java SmapUtil.java Log: - For template texts that generate multiple Java lines, addidtional mapping informantion are kept in the Template

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

2003-09-16 Thread Kin-Man Chung
I know, I know. I plead guilty as charged. :-) Unfortunately, not having a debugger that uses SMP, it is hard to automate SMAP testing. You pretty much has to manually eyeball the files to verify its correctness. I think netbeans is planning to use tomcat 5 for its next major, so we'll expect

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

2003-09-16 Thread luehe
luehe 2003/09/16 11:56:35 Modified:catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java Log: Fixed Bugtraq 4923455 ("Sessions created in the target webapp of a cross-context are invalid") Revision ChangesPath 1.13 +5 -4

DO NOT REPLY [Bug 13430] - WWW-Authenticate Header Is Not Sent

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Request Dispatcher error handling implementation in Tomcat

2003-09-16 Thread Hussein Badakhchani
Please excuse the cross post to tomcat user mailing list. I am trying to understand the request dispatchers error handling behavior and want to know if Tomcat is implementing the specification correctly. My application uses a controller servlet to dispatch requests to a view servlet in another web

DO NOT REPLY [Bug 13430] - WWW-Authenticate Header Is Not Sent

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23203] New: - [PATCH] Documentation Update

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23203] - [PATCH] Documentation Update

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23204] New: - JVM Crash in Coyote HTTP Connector

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23204] - JVM Crash in Coyote HTTP Connector

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23204] - JVM Crash in Coyote HTTP Connector

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18967] - NullPointerException instead of error message when running JspC

2003-09-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Do not email me. Remove me.

2003-09-16 Thread www.cmttrading.com
Do not email me. Remove me. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 11:56 AM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java > luehe 2003/09/16 11:

Do not email me. Remove me.

2003-09-16 Thread www.cmttrading.com
Do not email me. Remove me from your mail list. IMPORTANT: Please make sure to provide previous correspondences with www.cmttrading.com so we may better assist you with your inquiries. Be sure to check out our new Car Audio Superstore at www.gotcmt.com. - Original Message - From: <[EMAI

Do not email me. Remove me from your mail list.

2003-09-16 Thread www.cmttrading.com
Do not email me. Remove me from your mail list. IMPORTANT: Please make sure to provide previous correspondences with www.cmttrading.com so we may better assist you with your inquiries. Be sure to check out our new Car Audio Superstore at www.gotcmt.com. - Original Message - From: "Remy

Do not email me. Remove me from your mail list.

2003-09-16 Thread www.cmttrading.com
Do not email me. Remove me from your mail list. IMPORTANT: Please make sure to provide previous correspondences with www.cmttrading.com so we may better assist you with your inquiries. Be sure to check out our new Car Audio Superstore at www.gotcmt.com. - Original Message - From: "Kin-M

Do not email me. Remove me from your mail list.

2003-09-16 Thread www.cmttrading.com
Do not email me. Remove me from your mail list. - Original Message - From: "Kin-Man Chung" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 11:01 AM Subject: Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properti

Re: Do not email me. Remove me.

2003-09-16 Thread Craig R. McClanahan
On Tue, 16 Sep 2003, www.cmttrading.com wrote: > Date: Tue, 16 Sep 2003 16:01:27 -0700 > From: www.cmttrading.com <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Do not email me. Remove me. > > Do not email me.

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

2003-09-16 Thread Eric Carmichael
> SMAP generation is one of the area that does not got enough test and use. > You seem to be one of the few who actually look at it. Are you doing anything > with it? Nope. Just trying to make myself useful. Eric - To unsubscr

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

2003-09-16 Thread Eric Carmichael
> Unfortunately, not having a debugger that uses SMP, it is hard to automate > SMAP testing. You pretty much has to manually eyeball the files to verify > its correctness. I think netbeans is planning to use tomcat 5 for its > next major, so we'll expect more use there. In the wake of Bugzilla #