DO NOT REPLY [Bug 20663] - Cannot shutdown Tomcat gracefully

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Tomcat 5

2003-07-25 Thread Rapheal Sheejo
Hi Sirs, I have installed Tomcat 5 in my system and I try to run one simple JSTL jsp page, some error has come. Please help me to give one solution to this.Please send the help file for configuring Tomcat 5 to run JSTL..The error is org.apache.jasper.JasperException: The absolute uri:

Tomcat 4.1.24 implementation of javax.servlet.ServletContext is not complaint with the J2EE version 1.3

2003-07-25 Thread Neil
The getResourcePaths is supposed to return null if (and I quote) there are no resources in the web application whose path begins with the supplied path (http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletCont ext.html). EXAMPLE Thus say I had a .war file with the following

Small Query

2003-07-25 Thread dulipalla narayana rao
Hi, I am Narayna Rao, I am a fresh graduate who is learning servlets and JSP. I faced a small problem in JSP. In Orierly book they written that we can find out the number of session are active for a given application using following code. HttpSessionContext

[ERR] DO NOT REPLY [Bug 20663] - Cannot shutdown Tomcat gracefully

2003-07-25 Thread postmaster
Transmit Report: To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED]) ---BeginMessage--- DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20663. ANY REPLY MADE TO THIS

[ERR] Tomcat 5

2003-07-25 Thread postmaster
Transmit Report: To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED]) ---BeginMessage--- Hi Sirs, I have installed Tomcat 5 in my system and I try to run one simple JSTL jsp page, some error has come. Please help me to give one solution to this.Please send the help file for

DO NOT REPLY [Bug 21366] - A JSP-Servlet translation bug

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21366. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Small Query

2003-07-25 Thread Osamu Hashimoto
Hello, from Japan. You must write like this. Try it. HttpSessionContext hsc=session.getSessionContext(); out.println(hsc+SessionId+session.getId()+); Enumeration e= hsc.getIds(); out.println(e); //out.println( //+e.nextElement()); out.println(Session ID's);

Re: [VOTE] 4.1.26 stability rating

2003-07-25 Thread Remy Maucherat
[ ] Alpha [ ] Beta [X] Stable Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5

2003-07-25 Thread Rapheal Sheejo
Hi Sirs, I have installed Tomcat 5 in my system and I try to run one simple JSTL jsp page, some error has come. Please help me to give one solution to this.Please send the help file for configuring Tomcat 5 to run JSTL..The error is org.apache.jasper.JasperException: The absolute uri:

Tomcat 5

2003-07-25 Thread Rapheal Sheejo
Hi Sirs, I have installed Tomcat 5 in my system and I try to run one simple JSTL jsp page, some error has come. Please help me to give one solution to this.Please send the help file for configuring Tomcat 5 to run JSTL..The error is org.apache.jasper.JasperException: The absolute uri:

[5] welcome files not compliant?

2003-07-25 Thread Tim Funk
The default tomcat install has a welcome file list of: index.html index.htm index.jsp On a HEAD build with no changes to ROOT webapp - all is OK. But if I create a file index.html, then index.jsp still gets served. On a (very)quick glance of the mapper, I see rule 4 and 6: // Rule 4 -- Welcome

DO NOT REPLY [Bug 13221] - JDBC DataSource driverClassName is required error

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13221. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [VOTE] 4.1.26 stability rating

2003-07-25 Thread Shapira, Yoav
Howdy, Having been running it for a full week in our complete test environment, including JMeter scripts, I'm going to move my vote from Beta to Stable. There's still the one little thing as I posted a few days ago, in the catalina.sh scripts saying !: not found at the beginning. Startup and

Re: [5] welcome files not compliant?

2003-07-25 Thread Remy Maucherat
Tim Funk wrote: The default tomcat install has a welcome file list of: index.html index.htm index.jsp On a HEAD build with no changes to ROOT webapp - all is OK. But if I create a file index.html, then index.jsp still gets served. On a (very)quick glance of the mapper, I see rule 4 and 6: //

Re: [VOTE] 4.1.26 stability rating

2003-07-25 Thread Renato
[ ] Alpha [ ] Beta [X] Stable So far, it's running ok. Renato __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com - To unsubscribe,

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

2003-07-25 Thread remm
remm2003/07/25 06:54:57 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Remove use of the auto deploy flag. Revision ChangesPath 1.14 +7 -7

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java

2003-07-25 Thread remm
remm2003/07/25 06:57:30 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Fix problems when updating a WAR which had an associated context file. Revision ChangesPath 1.18 +33 -5

cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_reports.pl

2003-07-25 Thread glenn
glenn 2003/07/25 07:00:20 Modified:jk/tools/reports tomcat_reports.pl Log: Allow y axis for latency graphs to scale better Revision ChangesPath 1.2 +7 -3 jakarta-tomcat-connectors/jk/tools/reports/tomcat_reports.pl Index: tomcat_reports.pl

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk aphowto.xml

2003-07-25 Thread hgomez
hgomez 2003/07/25 07:25:46 Modified:jk/xdocs/jk aphowto.xml Log: Fix iSeries QCLSRC file name Revision ChangesPath 1.22 +1 -1 jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml Index: aphowto.xml

Re: [VOTE] 4.1.26 stability rating

2003-07-25 Thread Jean-Francois Arcand
Finaly... Remy Maucherat wrote: [ ] Alpha [ ] Beta [X] Stable -- Jeanfrancois - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 bldjk.qclsrc

2003-07-25 Thread hgomez
hgomez 2003/07/25 07:29:00 Modified:jk/native/apache-2.0 bldjk.qclsrc Log: Avoid CL compile errors with defaults 80 columns Revision ChangesPath 1.8 +2 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/bldjk.qclsrc Index: bldjk.qclsrc

Re: cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_reports.pl

2003-07-25 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : glenn 2003/07/25 07:00:20 Modified:jk/tools/reports tomcat_reports.pl Log: Allow y axis for latency graphs to scale better I need to fix an include problem in jk_connect.c (for iSeries) and it will be ready (stay tuned)

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

2003-07-25 Thread hgomez
hgomez 2003/07/25 07:58:22 Modified:jk/native/common jk_connect.c Log: Use u_long instead of in_addr_t which make unhappy some platforms like iSeries Revision ChangesPath 1.10 +2 -3 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index:

DO NOT REPLY [Bug 18040] - Entering error-page in web.xml for error code 401 BASIC unexpected behaviour

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18040. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-07-25 Thread Henri Gomez
[EMAIL PROTECTED] a écrit : hgomez 2003/07/25 07:58:22 Modified:jk/native/common jk_connect.c Log: Use u_long instead of in_addr_t which make unhappy some platforms like iSeries Revision ChangesPath 1.10 +2 -3

DO NOT REPLY [Bug 21887] New: - Incorrect taglib.tld error message in catalina.log

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21887. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5] welcome files not compliant?

2003-07-25 Thread Tim Funk
[Permit me to be blockheaded for a moment. I really want to understand this one since it seems it can really confuse users in a test vs production environment] So if the webapp is precompiled I get one behavior, and if its not precompiled I get another behavior? (Scary) In tomcat's root

Re: [5] welcome files not compliant?

2003-07-25 Thread Remy Maucherat
Tim Funk wrote: [Permit me to be blockheaded for a moment. I really want to understand this one since it seems it can really confuse users in a test vs production environment] So if the webapp is precompiled I get one behavior, and if its not precompiled I get another behavior? (Scary) In

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

2003-07-25 Thread remm
remm2003/07/25 09:01:37 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager HTMLManagerServlet.java Log: - Allow the posted WAR to include a META-INF/context.xml, similar to the upload Ant task, for consistency. Revision Changes

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

2003-07-25 Thread remm
remm2003/07/25 09:40:56 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager ManagerServlet.java Log: - The work directory wasn't removed on undeploy. Revision ChangesPath 1.6 +7 -6

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

2003-07-25 Thread remm
remm2003/07/25 09:41:46 Modified:webapps/manager/WEB-INF/classes/org/apache/catalina/manager HTMLManagerServlet.java Log: - Fix regression: error message when deploying a webapp which doesn't have a META-INF/context.xml (oops). Revision Changes

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java

2003-07-25 Thread remm
remm2003/07/25 09:43:12 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Don't redeploy when a context file is added, and the context wasn't deployed with the auto deployer. Revision ChangesPath 1.19 +14

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup SetDocBaseRule.java

2003-07-25 Thread remm
remm2003/07/25 09:43:53 Modified:catalina/src/share/org/apache/catalina/startup SetDocBaseRule.java Log: - Attempt to guess docbase if not set. Revision ChangesPath 1.4 +20 -3

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2003-07-25 Thread remm
remm2003/07/25 09:58:18 Modified:webapps/docs changelog.xml Log: - Update changelog (last one before tagging 5.0.5). Revision ChangesPath 1.10 +29 -1 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml

Re: [5] welcome files not compliant?

2003-07-25 Thread Bill Barker
- Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Friday, July 25, 2003 3:59 AM Subject: [5] welcome files not compliant? The default tomcat install has a welcome file list of: index.html index.htm index.jsp On a HEAD build

DO NOT REPLY [Bug 12810] - socket write error clicking between pages to fast

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12810. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-07-25 Thread funkman
funkman 2003/07/25 12:25:07 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: correct welcome file processing under certain conditions replace rule 6 with new rule 4c [My text editor strips trailing spaces] Revision ChangesPath 1.25 +72 -82

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2003-07-25 Thread funkman
funkman 2003/07/25 12:26:31 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: remove welcome file processing since it is done by the mapper Revision ChangesPath 1.14 +9 -89

Re: mod_jk 1.2.5 test source distribution

2003-07-25 Thread Joseph Shraibman
How come jk doesn't have a CHANGES or HISTORY file? Glenn Nielsen wrote: The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz

Re: mod_jk 1.2.5 test source distribution

2003-07-25 Thread Joseph Shraibman
Glenn Nielsen wrote: The thread safe bug found in jk_resolve.c has been fixed. I have generated another mod_jk 1.2.5 test source distribution, it can be found at: http://cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz BTW That files doesn't have a configure, I had to generate

qn about ResponseFacade.flushBuffer()

2003-07-25 Thread Arvind Srinivasan
In http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/ResponseFacade.java?annotate=1.3 What was the intention of the following ? 175 if (isFinished()) 176 resp.setSuspended(true) since 137

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup TldConfig.java

2003-07-25 Thread luehe
luehe 2003/07/25 15:39:57 Modified:catalina/src/share/org/apache/catalina/startup TldConfig.java Log: Consider TLDs in WEB-INF subdirectory *and its subdirectories* when searching for listeners. The code used to ignore any subdirs of the WEB-INF

DO NOT REPLY [Bug 21901] New: - JasperLoader inconsistently tests SecurityManager

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21901. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21902] New: - tag property don't seem to be set correctly

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21902. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21823] - Compiler uses invoking page's PageInfo for handling tag files

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21823. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21823] - Compiler uses invoking page's PageInfo for handling tag files

2003-07-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21823. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Need Help For Iplanet Tomcat Configuration

2003-07-25 Thread Nagesh
Hi Gal Shachor, I am trying to configure iplanet web server 6.0 and Tomcat 4.0.5 on windows xp professional. I managed to downloaded two versions of nsapi_redirect.dll from internet one is 110,592 bytes other is 106,496 bytes I tried both non works I Disabled java globally in iplanet i