DO NOT REPLY [Bug 41327] New: - Jasper does'nt display the full path of the file in a 404 Not found error page

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41327

   Summary: Jasper does'nt display the full path of the file in a
404 Not found  error page
   Product: Tomcat 5
   Version: 5.5.20
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: P2
 Component: Jasper
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


When you try accessing a non-existent jsp page in a webapp, tomcat(jasper)
doesnt display the full path of the file which was not found in the browser. 
example:
Accessing a non-existent jsp page say a.jsp with this url
http://localhost:8080/jsp-examples/a.jsp would return a 404 Not Found error page
which displays "/a.jsp not found".

Rather it should be "/jsp-examples/a.jsp not found".

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41327] - Jasper does'nt display the full path of the file in a 404 Not found error page

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41327


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|tomcat- |[EMAIL PROTECTED]
   |[EMAIL PROTECTED]  |
 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2007-01-09 00:42 ---
Created an attachment (id=19379)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19379&action=view)
Patch to display the full path

This patch displays the full path as expected.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41330] New: - jk 1.2 Connection handling causes unexpected results.

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41330

   Summary: jk 1.2 Connection handling causes unexpected results.
   Product: Tomcat 5
   Version: 5.5.20
  Platform: Other
OS/Version: Windows Server 2003
Status: NEW
  Severity: major
  Priority: P2
 Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The bug reported with mod_proxy described here:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40310 is also an issue when
using mod_jk (1.2.19) with Apache 2.2.3.  We've rolled back our production
environment to 2.0.58+jk2 pending resolution.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r494433 - in /tomcat/tc6.0.x/trunk/res/maven: annotations-api.pom.tmp mvn.properties.default

2007-01-09 Thread fhanik
Author: fhanik
Date: Tue Jan  9 07:24:21 2007
New Revision: 494433

URL: http://svn.apache.org/viewvc?view=rev&rev=494433
Log:
remove SCP executable property, its not used by the plugin anymore
remove mistakenly checked in tmp file

Removed:
tomcat/tc6.0.x/trunk/res/maven/annotations-api.pom.tmp
Modified:
tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default

Modified: tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default?view=diff&rev=494433&r1=494432&r2=494433
==
--- tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default Tue Jan  9 07:24:21 
2007
@@ -6,4 +6,3 @@
 tomcat.lib.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/lib
 tomcat.bin.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/bin
 tomcat.pom.path=C:/development/tomcat/6.0/tc6.0.x/trunk/res/maven
-maven.scp.executable=c:/software/unix/usr/local/wbin/pscp.exe -i 
/home/fhanik/.ssh/id_rsa



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Tomcat 6.0.7

2007-01-09 Thread Martin Dubuc

6.0.7 is:
[ ] Alpha
[X] Beta

Martin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: do i need to build form source if i want install tomcat on 64-bit linux machine

2007-01-09 Thread vamsee movva

I am very sorry Leon, I don't know the exact place to ask this question.
Thanks alot for correcting me.
cheers
vamsee movva

On 1/8/07, Leon Rosenberg <[EMAIL PROTECTED]> wrote:


First: this question should be directed to the user-list ->
users@tomcat.apache.org

Second:
Since tomcat is 99% java there is no difference between 32bit and
64bit versions. Just get yourself a 64bit VM and you are fine.
For the 1% native code in tcpnative libs you probably have to
recompile it or run with ia32 libs. However, the above mentioned user
list is again the best place to ask.

regards
Leon

On 1/8/07, vamsee movva <[EMAIL PROTECTED]> wrote:
>  Hello all,
> I would like to install tomcat on 64-bit linux machine. do i need to
build
> it from source or can i directly take the binary files provided in the
> website.
> Is there any difference between building it from source and directly
taking
> binaries which are i guess compiled on 32-bit machines.
>
> Thanks in advance,
> cheers
> vamsee movva
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




svn commit: r494497 - /tomcat/tc6.0.x/trunk/res/maven/catalina.pom

2007-01-09 Thread fhanik
Author: fhanik
Date: Tue Jan  9 09:31:31 2007
New Revision: 494497

URL: http://svn.apache.org/viewvc?view=rev&rev=494497
Log:
remove circular dependency as maven doesn't support it

Modified:
tomcat/tc6.0.x/trunk/res/maven/catalina.pom

Modified: tomcat/tc6.0.x/trunk/res/maven/catalina.pom
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/catalina.pom?view=diff&rev=494497&r1=494496&r2=494497
==
--- tomcat/tc6.0.x/trunk/res/maven/catalina.pom (original)
+++ tomcat/tc6.0.x/trunk/res/maven/catalina.pom Tue Jan  9 09:31:31 2007
@@ -5,12 +5,14 @@
   @MAVEN.DEPLOY.VERSION@
   Tomcat Servlet Engine Core Classes and Standard 
implementations
   
+
 
   org.apache.tomcat
   servlet-api



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r494500 - in /tomcat/site/trunk: docs/download-60.html xdocs/download-60.xml

2007-01-09 Thread remm
Author: remm
Date: Tue Jan  9 09:39:41 2007
New Revision: 494500

URL: http://svn.apache.org/viewvc?view=rev&rev=494500
Log:
- 6.0.7 beta.

Modified:
tomcat/site/trunk/docs/download-60.html
tomcat/site/trunk/xdocs/download-60.xml

Modified: tomcat/site/trunk/docs/download-60.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-60.html?view=diff&rev=494500&r1=494499&r2=494500
==
--- tomcat/site/trunk/docs/download-60.html (original)
+++ tomcat/site/trunk/docs/download-60.html Tue Jan  9 09:39:41 2007
@@ -205,7 +205,7 @@
 
 
 http://www.apache.org/dist/tomcat/tomcat-6/KEYS";>KEYS |
-6.0.2-beta |
+6.0.7-beta |
 http://archive.apache.org/dist/tomcat/tomcat-6";>Archives
   
 
@@ -302,8 +302,8 @@
 
 
 
-
-6.0.2-beta
+
+6.0.7-beta
 
 
 
@@ -313,8 +313,8 @@
 
 
   
-  Please see the 
-  README
+  Please see the 
+  README
   file for packaging information.  It explains what every distribution 
contains.
   
 
@@ -335,33 +335,33 @@
 Core:
   
   
-zip 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2.zip.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2.zip.md5";>md5)
+zip 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.zip.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.zip.md5";>md5)
   
   
-tar.gz
 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2.tar.gz.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2.tar.gz.md5";>md5)
+tar.gz
 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.tar.gz.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.tar.gz.md5";>md5)
   
   
-Windows 
Service Installer 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2.exe.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2.exe.md5";>md5)
+Windows 
Service Installer 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.exe.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7.exe.md5";>md5)
   
   
 
 Deployer:
   
   
-zip
 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2-deployer.zip.asc";>pgp,
  
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2-deployer.zip.md5";>md5)
+zip
 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7-deployer.zip.asc";>pgp,
  
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7-deployer.zip.md5";>md5)
   
   
-tar.gz
 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2-deployer.tar.gz.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/bin/apache-tomcat-6.0.2-deployer.tar.gz.md5";>md5)
+tar.gz
 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7-deployer.tar.gz.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/bin/apache-tomcat-6.0.7-deployer.tar.gz.md5";>md5)
   
   
 
@@ -393,14 +393,14 @@
 
   
 
-  tar.gz
 
-  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/src/apache-tomcat-6.0.2-src.tar.gz.asc";>pgp,
 
-  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/src/apache-tomcat-6.0.2-src.tar.gz.md5";>md5)
+  tar.gz
 
+  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/src/apache-tomcat-6.0.7-src.tar.gz.asc";>pgp,
 
+  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/src/apache-tomcat-6.0.7-src.tar.gz.md5";>md5)
 
 
-  zip
 
-  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/src/apache-tomcat-6.0.2-src.zip.asc";>pgp,
 
-  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.2/src/apache-tomcat-6.0.2-src.zip.md5";>md5)
+  zip
 
+  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/src/apache-tomcat-6.0.7-src.zip.asc";>pgp,
 
+  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.7/src/apache-tomcat-6.0.7-src.zip.md5";>md5)
 
   
   

Modified: tomcat/site/trunk/xdocs/download-60.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-60.xml?view=diff&rev=494500&r1=494499&r2=494500

svn commit: r494538 - in /tomcat/connectors/trunk/jk/xdocs/reference: apache.xml workers.xml

2007-01-09 Thread rjung
Author: rjung
Date: Tue Jan  9 11:39:16 2007
New Revision: 494538

URL: http://svn.apache.org/viewvc?view=rev&rev=494538
Log:
Add two small enhancements to the reference guide:
- unit of connection_pool_timeout is seconds (most other timeouts are ms)
- JkLogFile in apache only has a default value since 1.2.20

Modified:
tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/apache.xml?view=diff&rev=494538&r1=494537&r2=494538
==
--- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Tue Jan  9 11:39:16 
2007
@@ -148,6 +148,7 @@
 The default value is logs/mod_jk.log.
 
 Pipes are supported for Apache 1.3 only since version 1.2.16.
+The default value exists only since version 1.2.20.
 
 
 The Tomcat Connector module log level, can be debug, info, warn

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=494538&r1=494537&r2=494538
==
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Tue Jan  9 11:39:16 
2007
@@ -183,7 +183,7 @@
 
 
 
-Cache timeout property should be used with connection_pool_size to 
specify how long JK should keep
+Cache timeout property should be used with connection_pool_size to 
specify how many seconds JK should keep
 an inactive socket in cache before closing it. This property should be used to 
reduce the number of threads
 on the Tomcat web server. The default value zero disables the closing 
(infinite timeout).
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41332] New: - [PATCH] Improved error reporting in jk_ajp_common.c

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41332

   Summary: [PATCH] Improved error reporting in jk_ajp_common.c
   Product: Tomcat 5
   Version: Unknown
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P3
 Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


I've recently had to debug some TCP problems between JK and Tomcat, and tidied
up the error reporting a little.

This patch is basically minor tweaks to report some errors that weren't being
logged, and to make the reporting consistent (use of ae->last_error mostly).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41332] - [PATCH] Improved error reporting in jk_ajp_common.c

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41332





--- Additional Comments From [EMAIL PROTECTED]  2007-01-09 12:28 ---
Created an attachment (id=19382)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19382&action=view)
Minor error reporting fixes for jk_ajp_common.c

Attaching patch

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41333] New: - [PATCH] Reworked IIS config getting to remove duplication

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41333

   Summary: [PATCH] Reworked IIS config getting to remove
duplication
   Product: Tomcat 5
   Version: Unknown
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: P3
 Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


This patch refactors read_registry_init_data to remove the duplication between
the ini file and registry variants.
There is now one sequence of config getters, with individual parameters
retrieved from ini file or registry.

Some disparities are also corrected, particularly the parsing of booleans is now
standardised.

Also fixed a minor bug in the registry getter and closed the ini file map after
use (minor memory leak).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41333] - [PATCH] Reworked IIS config getting to remove duplication

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41333





--- Additional Comments From [EMAIL PROTECTED]  2007-01-09 12:40 ---
Created an attachment (id=19383)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19383&action=view)
Refactored read_registry_init_data

Attaching patch

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Tomcat 6.0.7

2007-01-09 Thread Rainer Jung
Remy Maucherat schrieb:
> Hi,
> 
> 6.0.7 is:
> [ ] Alpha
> [X] Beta
> 
> Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Tomcat 6.0.7

2007-01-09 Thread Henri Gomez

6.0.7 is:
[ ] Alpha
[X] Beta

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38858] - "failed to install tomcat5 service" on Tomcat installation

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=38858





--- Additional Comments From [EMAIL PROTECTED]  2007-01-09 14:05 ---

I had "failed to install tomcat5 service..." error also.  

My issue was that I had a previous version of 5.5 installed.  Uninstalling the
previous version allowed this install to work.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41330] - jk 1.2 Connection handling causes unexpected results.

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41330





--- Additional Comments From [EMAIL PROTECTED]  2007-01-09 14:40 ---
Can you reproduce the behaviour?
In mod_jk 1.2.16 there was another bit added to recovery_options (Bit value 4)
to close backend connections when Browser read or write errors occured. Based on
the code of mod_jk 1.2.20 we had a discussion, that this flag is not needed any
more, because mod_jk closes backend connections whenever client read/write
errors occur:

http://marc.theaimsgroup.com/?l=tomcat-dev&m=116436503125947&w=2

I'm not exactly sure at the moment, if this also holds true for 1.2.19.

So: Can you reproduce? Also for 1.2.20?


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 41260] - [Contribution] WebAppLoader and DirContext implementations for handling with expanded webapp during development

2007-01-09 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://issues.apache.org/bugzilla/show_bug.cgi?id=41260


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Tomcat 6.0.7

2007-01-09 Thread Jeanfrancois Arcand

6.0.7 is:
[ ] Alpha
[X] Beta

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]