Re: from phani

2003-11-04 Thread Basavaraju P. Banakar
try this http://localhost:8080/servlets-examples/sevlet/servlet-name - Original Message - From: "phani kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 04, 2003 9:35 PM Subject: from phani > Hello, > > Can you please help me. I am working as programmer in Qat

Re: Connector ObjectName includes address

2003-11-04 Thread Amy Roh
Bill Barker wrote: - Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, November 04, 2003 6:01 PM Subject: Connector ObjectName includes address Currently, connector objectname includes address in this format: domain:ty

Servlet Context Logger

2003-11-04 Thread Hatem AbouHassan
Environment: ->Tomcat 4.1.27 LE ->Linux RedHat 9 Tried to follow the instructions to use the servletContext Logger, ServletContext.log(...) Wrote the code, compiled successfully, but do not know where to find the log results anywhere in Catalina.out nor localhost_testapp_log..txt Can someone

Re: Connector ObjectName includes address

2003-11-04 Thread Bill Barker
- Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, November 04, 2003 6:01 PM Subject: Connector ObjectName includes address > Currently, connector objectname includes address in this format: > > domain:type=Connector,p

DO NOT REPLY [Bug 24420] New: - jasper and xerces problem compilation

2003-11-04 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

PATCH: null terminate jk_stat->active

2003-11-04 Thread Kyle VanderBeek
Here is a patch against current CVS to fix a problem I saw and described in bug 24314: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24314 jk_stat->active (a char[64]) is populated via strncpy() which doesn't guarantee that null-termination takes place. /jkstatus treats "active" like a st

Connector ObjectName includes address

2003-11-04 Thread Amy Roh
Currently, connector objectname includes address in this format: domain:type=Connector,port=8080,address=0.0.0.0. This causes a problem when IPV6 addresses are used since IPV6 addresses include colons. The javax.management.ObjectName doesn't allow to have colon character in it and this causes

DO NOT REPLY [Bug 24380] - Tomcat cannot support file download with non-ISO characters filename

2003-11-04 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

Re: jk2/apr patch v2

2003-11-04 Thread Kurt Miller
From: "jean-frederic clere" <[EMAIL PROTECTED]> > Kurt Miller wrote: > > Thanks to jean-frederic clere for input on this. Ok, here goes again... ;-) > > > > Attached is a patch that makes the following changes for building jk2 via > > configure and make: > > > > 1) Introduces a new configure argume

DO NOT REPLY [Bug 24413] New: - bundled JMX implementation not compliant to specification

2003-11-04 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

RE: tomcat session sharing problem

2003-11-04 Thread Ravi Pachipala
Here is a better description. I am not sure where to look for in tomcat code. --- we are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the coyote code and found

DO NOT REPLY [Bug 18650] - Exception while processing a JAR file

2003-11-04 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-jasper/jasper2/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java

2003-11-04 Thread kinman
kinman 2003/11/04 11:28:49 Modified:jasper2/src/share/org/apache/jasper/runtime JspRuntimeLibrary.java Log: - Use ISO-8859-1 as the default encoding for since it is the default encoding for the request object. Revision ChangesPath 1.25 +

jsp:include bug in 4.1.27

2003-11-04 Thread Holtfreter, Gregory
I am currently porting webapps to Tomcat(4.1.27) from WL and believe I may have found a bug with the implementation of the jsp:include action tag. The problem I found is that when using the jsp:include tag in a page which resides in a context which differs from the request's initial co

DO NOT REPLY [Bug 24086] - [Administration]Http 500 error in "Logger" page, when use mozilla, click "back" in toolbar

2003-11-04 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 16113] - removing then replacing a jsp page continues to give a 404

2003-11-04 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 24347] - Try to log on with a user without any roles. Then enter "/admin", the "/admin" does not work.

2003-11-04 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/docs/config valve.xml

2003-11-04 Thread yoavs
yoavs 2003/11/04 09:58:46 Modified:webapps/docs/config valve.xml Log: Fixed typo in "component." Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-catalina/webapps/docs/config/valve.xml Index: valve.xml =

Re: http://jakarta.apache.org/tomcat/tomcat-5.0-doc

2003-11-04 Thread jean-frederic clere
Remy Maucherat wrote: Tim Funk wrote: I don't know how they published to jakarta.apache.org but the docs are in jakarta-tomcat-catalina/webapps/docs It's a highly advanced process that few people can fathom :) I zip whatever is in dist/webapps/tomcat-docs, scp to the server, and unzip in the

Tomcat 4.1.27 and iis 5 connection using JNI

2003-11-04 Thread Eric Choi
Hi, I am trying to setup Tomcat4.1.27 and IIS 5 using JNI. However, I follow the instruction in the document but cannot set successfully. I am using JDK 1.4.2_01 and all installation are in Windows 2K platform. Can you give me more information or suggestion on how to set it up successf

Re: http://jakarta.apache.org/tomcat/tomcat-5.0-doc

2003-11-04 Thread Remy Maucherat
Tim Funk wrote: I don't know how they published to jakarta.apache.org but the docs are in jakarta-tomcat-catalina/webapps/docs It's a highly advanced process that few people can fathom :) I zip whatever is in dist/webapps/tomcat-docs, scp to the server, and unzip in the right place. Rémy --

from phani

2003-11-04 Thread phani kumar
Hello, Can you please help me. I am working as programmer in Qatar and we are in a project and I 've encountered following problem as I am new to java environment. I am trying to run HelloWorld servlet. I have j2sdk1.4.0 in c:\ and jakarta-tomcat-5.0.12 in c:\ and now I've compiled the s

Re: http://jakarta.apache.org/tomcat/tomcat-5.0-doc

2003-11-04 Thread Tim Funk
I don't know how they published to jakarta.apache.org but the docs are in jakarta-tomcat-catalina/webapps/docs -Tim jean-frederic clere wrote: Hi, I would like to correct things in the TC-5.0. Where is the repos? Cheers Jean-Frederic

RE: tomcat session sharing problem

2003-11-04 Thread Ravi Pachipala
Sorry if this is the wrong alias. I am a developer and am trying to look into tomcat code to determine the source of problem. Is this problem fixed in 4.1.29? I don't see any bug reports for this. Ravi -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Tuesday, Novem

Re: tomcat session sharing problem

2003-11-04 Thread Remy Maucherat
Ravi Pachipala wrote: We are using tomcat 4.1.24 and we found a particular problem where user A in one session is seeing user Bs information who logged in a different user in tomcat. We investigated this further and found that at the time this happened, there was an exception in tomcat as follows.

http://jakarta.apache.org/tomcat/tomcat-5.0-doc

2003-11-04 Thread jean-frederic clere
Hi, I would like to correct things in the TC-5.0. Where is the repos? Cheers Jean-Frederic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat session sharing problem

2003-11-04 Thread Ravi Pachipala
We are using tomcat 4.1.24 and we found a particular problem where user A in one session is seeing user Bs information who logged in a different user in tomcat. We investigated this further and found that at the time this happened, there was an exception in tomcat as follows. Both user A and B are

DO NOT REPLY [Bug 24392] New: - DefaultContext Fails to reload : The server encountered an internal error (Error retrieving attribute debug) that prevented it from fulfilling this request.

2003-11-04 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 24380] - Tomcat cannot support file download with non-ISO characters filename

2003-11-04 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 24385] New: - text conversion fails with jsp:forward/param on linux server

2003-11-04 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-connectors/jk/support jk_apr.m4 jk_apxs.m4

2003-11-04 Thread hgomez
hgomez 2003/11/04 04:48:05 Modified:jk/native2 configure.in Makefile.in jk/support jk_apr.m4 jk_apxs.m4 Log: Latest apr / apr_utils patch. Provided by Kurt Muller Revision ChangesPath 1.12 +33 -9 jakarta-tomcat-connectors/jk/native2/configure

Re: jk2/apr patch v2

2003-11-04 Thread Henri Gomez
jean-frederic clere a écrit : Kurt Miller wrote: Thanks to jean-frederic clere for input on this. Ok, here goes again... ;-) Attached is a patch that makes the following changes for building jk2 via configure and make: 1) Introduces a new configure argument called --enable-apr-threads= for use

DO NOT REPLY [Bug 24380] New: - Tomcat cannot support file download with non-ISO characters filename

2003-11-04 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

Re: jk2/apr patch v2

2003-11-04 Thread jean-frederic clere
Kurt Miller wrote: Thanks to jean-frederic clere for input on this. Ok, here goes again... ;-) Attached is a patch that makes the following changes for building jk2 via configure and make: 1) Introduces a new configure argument called --enable-apr-threads= for use with --with-apr. This argument al

Re: NSAPI and Solaris

2003-11-04 Thread Bill Barker
AFAIK, IPlanet is still supported. However, there hasn't been an active developer on the project for a very long time, and so there hasn't been anyone to generate the binaries. I would suggest getting the source distro, and compiling yourself. And, unless you plan to offer the binaries back, sto

tomcat http11 connector: setTimeout in seconds

2003-11-04 Thread Klaas-van-der Ploeg
(I posted this on tomcat-user, without response) java.org.apache.coyote.http11.Http11Protocol.setTimeout(int timeouts) { timeout = timeouts * 1000; setAttribute("timeout", ""+timeouts); } I think this is not correct. According to the documentation, the timeout can be configured

NSAPI and Solaris

2003-11-04 Thread James McGovern
Was looking for the binaries for the NSAPI Plugin for IPlanet that supports APJ13 protocol running on Solaris and couldn't find it. Noticed that the Solaris code hasn't been updated in a 1 1/2 years. Is this an unsupported configuration? Are there alternatives?

DO NOT REPLY [Bug 18650] - Exception while processing a JAR file

2003-11-04 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