DO NOT REPLY [Bug 44000] - After Adding tomcat service and start tomcat service is using 50% CPU

2007-12-01 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=44000


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 04:41 ---
Tomcat version is 5.0. But interesting thing is, after first run, when I start 
tomcat service again. It works fine with 0% CPU. Please do needful.

-- 
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]



Fwd: Tomcat Dependency Graph

2007-12-01 Thread Sergey Vidyuk
-- Forwarded message --
From: Sergey Vidyuk <[EMAIL PROTECTED]>
Date: Dec 1, 2007 4:02 PM
Subject: Tomcat Dependency Graph
To: dev@tomcat.apache.org


Hi Tomcat Developers!
I'm contributor in the Apache Software Foundation's GHOP Contest and
working on issue
19(http://code.google.com/p/google-highly-open-participation-asf/issues/detail?id=19)
I've plan to write scripts that generate tomcat dependency for jars
and classes and submit it to you.
Can you explain how you would like to see it and who can help me with
details about that task?

With regards,Sergey

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



Compliments Of The Season

2007-12-01 Thread Johnny Kewl
---
HARBOR: http://coolharbor.100free.com/index.htm
Now Tomcat is also a cool pojo application server
---

Its that time of year again, things getting quiet and its time to log off and 
head for the beach.
May all you Tomcat - ers have a great festive season.

You guys/gals make these mailing lists the best on the web.
Have a good one.


Re: Tomcat Dependency Graph

2007-12-01 Thread Yoav Shapira
Sergey,

On Dec 1, 2007 8:24 AM, Sergey Vidyuk <[EMAIL PROTECTED]> wrote:
> I've plan to write scripts that generate tomcat dependency for jars and 
> classes and submit it to you.
> Can you explain how you would like to see it and who can help me with
> details about that task?

This entire list (dev@tomcat.apache.org) is open to you and we can
help you.  Please subscribe to the list by following the directions at
http://tomcat.apache.org/lists.html#tomcat-dev, if you haven't
already.

As for the format of the scripts and the resulting output: it's mostly
up to you.  We run all our scripts on Linux, and we use Ant for
building Tomcat.  So an Ant build.xml file that generates the
dependency graphs would be great.

Personally, I am a big fan of GraphViz (http://www.graphviz.org/) for
this sort of task.  I think it's a good candidate for three reasons.
First, it's free and easy to use.  Second, it's designed for and thus
it's excellent at displaying very large graphs with many dependencies.
 Third, it lets you separate the graph structure from the output.
That way your Ant script can just output the .dot file that GraphViz
takes as an input.

However, that's just one tool.  Like I said, the choice is yours.  If
you prefer another tool, that's fine.

Yoav

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



DO NOT REPLY [Bug 44000] - After Adding tomcat service and start tomcat service is using 50% CPU

2007-12-01 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=44000


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 08:32 ---
Note that 5.0 isn't supported any more.

-- 
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: r600178 - /tomcat/current/tc5.5.x/STATUS.txt

2007-12-01 Thread markt
Author: markt
Date: Sat Dec  1 10:32:02 2007
New Revision: 600178

URL: http://svn.apache.org/viewvc?rev=600178&view=rev
Log:
Propose fix for 43611

Modified:
tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=600178&r1=600177&r2=600178&view=diff
==
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Sat Dec  1 10:32:02 2007
@@ -130,3 +130,10 @@
   http://svn.apache.org/viewvc?rev=599914&view=rev
   +1: markt
   -1:
+
+* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43611
+  Provide an error message when trying to upload a war if the context is 
defined
+  in server.xml
+  http://svn.apache.org/viewvc?rev=600177&view=rev
+  +1: markt
+  -1:
\ No newline at end of file



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



svn commit: r600179 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-01 Thread markt
Author: markt
Date: Sat Dec  1 10:32:10 2007
New Revision: 600179

URL: http://svn.apache.org/viewvc?rev=600179&view=rev
Log:
Propose fix for 43611

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=600179&r1=600178&r2=600179&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Dec  1 10:32:10 2007
@@ -64,3 +64,10 @@
   http://svn.apache.org/viewvc?rev=599914&view=rev
   +1: markt
   -1:
+
+* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43611
+  Provide an error message when trying to upload a war if the context is 
defined
+  in server.xml
+  http://svn.apache.org/viewvc?rev=600177&view=rev
+  +1: markt
+  -1:



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



DO NOT REPLY [Bug 43611] - autodeployment with unpackWARs="true" does not work, when a context for that war file exists in server.xml

2007-12-01 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=43611





--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 10:32 ---
This is fixed in trunk - by providing an error message if you try and upload a
file when the associated context is defined in server.xml

I have proposed the fix for back-porting to 6.0.x and 5.5.x

-- 
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: r600177 - in /tomcat/trunk/java/org/apache/catalina/manager: HTMLManagerServlet.java LocalStrings.properties

2007-12-01 Thread markt
Author: markt
Date: Sat Dec  1 10:26:13 2007
New Revision: 600177

URL: http://svn.apache.org/viewvc?rev=600177&view=rev
Log:
Fix bug 43611. Provide an error message if user tries to upload a war for a 
context defined in server.xml rather than failing silently.

Modified:
tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java
tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java?rev=600177&r1=600176&r2=600177&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java 
(original)
+++ tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java Sat 
Dec  1 10:26:13 2007
@@ -228,6 +228,12 @@
 path = "/" + basename;
 }
 
+if ((host.findChild(path) != null) && !isDeployed(path)) {
+message = sm.getString
+("htmlManagerServlet.deployUploadInServerXml", war);
+break;
+}
+
 if (!isServiced(path)) {
 addServiced(path);
 try {

Modified: tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties?rev=600177&r1=600176&r2=600177&view=diff
==
--- tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties 
(original)
+++ tomcat/trunk/java/org/apache/catalina/manager/LocalStrings.properties Sat 
Dec  1 10:26:13 2007
@@ -38,6 +38,7 @@
 htmlManagerServlet.deployUpload=WAR file to deploy
 htmlManagerServlet.deployUploadFail=FAIL - Deploy Upload Failed, Exception: {0}
 htmlManagerServlet.deployUploadFile=Select WAR file to upload
+htmlManagerServlet.deployUploadInServerXml=FAIL - War file \"{0}\" cannot be 
uploaded if context is defined in server.xml 
 htmlManagerServlet.deployUploadNotWar=FAIL - File uploaded \"{0}\" must be a 
.war
 htmlManagerServlet.deployUploadNoFile=FAIL - File upload failed, no file
 htmlManagerServlet.deployUploadWarExists=FAIL - War file \"{0}\" already 
exists on server



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



Re: Fwd: Tomcat Dependency Graph

2007-12-01 Thread Mladen Turk

Sergey Vidyuk wrote:


Hi Tomcat Developers!
I'm contributor in the Apache Software Foundation's GHOP Contest and
working on issue
19(http://code.google.com/p/google-highly-open-participation-asf/issues/detail?id=19)


Excellent!


I've plan to write scripts that generate tomcat dependency for jars
and classes and submit it to you.
Can you explain how you would like to see it and who can help me with
details about that task?



Like Yoav said, tool you choose is irrelevant.
However, it would be good to be reproduceable.
Also, finding things like multiple classes inside
different jars (if any) and jar manifest
(particularly versions) tracking would be cool to have.

Regards,
Mladen



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



DO NOT REPLY [Bug 43610] - Using APR library, soap requests fail on slow network.

2007-12-01 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=43610


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 11:32 ---
I assume you are using mod_proxy_ajp

Using:
 - httpd 2.2.4 with mod_proxy_ajp
 - Tomcat 5.5.X (latest from svn)
 - Native connector 1.1.10
 - Windows XP OS

I cannot reproduce this problem. I have a very simple test client that connects
to httpd, sends the headers, waits for the 100-continue and then sends the body
and this works. I have manually stepped through the code so the delay between
the 100-continue and sending the request body is much more than 100ms.

My guess would be an old bug or odd behaviour from your soap client.

I suggest you try the following:
 - upgrade to native connector 1.1.10
 - upgrade to Tomcat 5.5.25

If you still see the issue then try a simple test client. I can provide you with
the source for the one I use if that helps.

-- 
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: r600185 - in /tomcat/trunk: RUNNING.txt bin/catalina.bat bin/catalina.sh

2007-12-01 Thread markt
Author: markt
Date: Sat Dec  1 11:48:16 2007
New Revision: 600185

URL: http://svn.apache.org/viewvc?rev=600185&view=rev
Log:
Fix bug 43594. Use setenv from CATALINA_BASE (if set) in preference to the one 
in CATALINA_HOME. Patch provided by Shaddy Baddah.

Modified:
tomcat/trunk/RUNNING.txt
tomcat/trunk/bin/catalina.bat
tomcat/trunk/bin/catalina.sh

Modified: tomcat/trunk/RUNNING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/RUNNING.txt?rev=600185&r1=600184&r2=600185&view=diff
==
--- tomcat/trunk/RUNNING.txt (original)
+++ tomcat/trunk/RUNNING.txt Sat Dec  1 11:48:16 2007
@@ -106,6 +106,8 @@
 calculate all relative references for files in the following directories based
 on the value of $CATALINA_BASE instead of $CATALINA_HOME:
 
+* bin  - Only setenv.sh (*nix) and setenv.bat (windows)
+
 * conf - Server configuration files (including server.xml)
 
 * logs - Log and output files

Modified: tomcat/trunk/bin/catalina.bat
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=600185&r1=600184&r2=600185&view=diff
==
--- tomcat/trunk/bin/catalina.bat (original)
+++ tomcat/trunk/bin/catalina.bat Sat Dec  1 11:48:16 2007
@@ -83,7 +83,12 @@
 :okHome
 
 rem Get standard environment variables
+if "%CATALINA_BASE%" == "" goto gotSetenvHome
+if exist "%CATALINA_BASE%\bin\setenv.bat" call "%CATALINA_BASE%\bin\setenv.bat"
+goto gotSetenvBase
+:gotSetenvHome
 if exist "%CATALINA_HOME%\bin\setenv.bat" call "%CATALINA_HOME%\bin\setenv.bat"
+:gotSetenvBase
 
 rem Get standard Java environment variables
 if exist "%CATALINA_HOME%\bin\setclasspath.bat" goto okSetclasspath

Modified: tomcat/trunk/bin/catalina.sh
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=600185&r1=600184&r2=600185&view=diff
==
--- tomcat/trunk/bin/catalina.sh (original)
+++ tomcat/trunk/bin/catalina.sh Sat Dec  1 11:48:16 2007
@@ -99,7 +99,9 @@
 # Only set CATALINA_HOME if not already set
 [ -z "$CATALINA_HOME" ] && CATALINA_HOME=`cd "$PRGDIR/.." ; pwd`
 
-if [ -r "$CATALINA_HOME"/bin/setenv.sh ]; then
+if [ -r "$CATALINA_BASE"/bin/setenv.sh ]; then
+  . "$CATALINA_BASE"/bin/setenv.sh
+elif [ -r "$CATALINA_HOME"/bin/setenv.sh ]; then
   . "$CATALINA_HOME"/bin/setenv.sh
 fi
 



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



svn commit: r600188 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-01 Thread markt
Author: markt
Date: Sat Dec  1 11:52:32 2007
New Revision: 600188

URL: http://svn.apache.org/viewvc?rev=600188&view=rev
Log:
Propose fix for 43594

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=600188&r1=600187&r2=600188&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Dec  1 11:52:32 2007
@@ -71,3 +71,9 @@
   http://svn.apache.org/viewvc?rev=600177&view=rev
   +1: markt
   -1:
+
+* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43594
+  Use CATALINA_BASE (if set) for setenv
+  http://svn.apache.org/viewvc?rev=600185&view=rev
+  +1: markt
+  -1:



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



DO NOT REPLY [Bug 43594] - setenv.sh/setenv.bat seems a better candidate for CATALINA_BASE

2007-12-01 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=43594





--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 11:52 ---
I like it!

Many thanks for the patch. I have applied it to trunk and proposed it for back
port to 5.5.x and 6.0.x

-- 
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: r600187 - /tomcat/current/tc5.5.x/STATUS.txt

2007-12-01 Thread markt
Author: markt
Date: Sat Dec  1 11:52:22 2007
New Revision: 600187

URL: http://svn.apache.org/viewvc?rev=600187&view=rev
Log:
Propose fix for 43594

Modified:
tomcat/current/tc5.5.x/STATUS.txt

Modified: tomcat/current/tc5.5.x/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=600187&r1=600186&r2=600187&view=diff
==
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Sat Dec  1 11:52:22 2007
@@ -136,4 +136,10 @@
   in server.xml
   http://svn.apache.org/viewvc?rev=600177&view=rev
   +1: markt
-  -1:
\ No newline at end of file
+  -1:
+
+* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43594
+  Use CATALINA_BASE (if set) for setenv
+  http://svn.apache.org/viewvc?rev=600185&view=rev
+  +1: markt
+  -1:



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



[PROPOSAL] Revert to commons-pool-1.2

2007-12-01 Thread Mark Thomas
All,

The update to commons-pool-1.3 has caused a memory leak[1]. Further, [2]
suggests it may cause reload issues in some circumstances.

The release note [3] for commons-pool-1.3 does indicate a large number of
bugs have been fixed compared to commons-pool-1.2. That said, I do not
believe we upgraded to 1.3 to fix a specific Tomcat bug. Therefore, I
propose we  revert to commons-pool-1.2 for the next release of each version.

Mark

[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=43552
[2] https://issues.apache.org/jira/browse/POOL-97
[3] http://commons.apache.org/pool/release-notes-1.3.html

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



DO NOT REPLY [Bug 43552] - Memory leak on application reload apparently caused by commons-pool 1.3

2007-12-01 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=43552





--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 12:25 ---
I have proposed reverting to 1.2 on the dev list. I'll update this bug report
when the discussion of that proposal reaches a conclusion. Feel free to add your
$0.02 to the discussion.

-- 
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]



max number of concurrent requests

2007-12-01 Thread brien colwell

hi all,

I'm building a framework that needs to block on HTTP requests. That is, 
at some point when executing my servlet, the thread will wait for some 
event to happen. Of course this wait may be very long. Is there a limit 
to threads in Tomcat? Is there a mechanism to yield processing a 
request, and then pick it up later?


Sorry if this is unclear ...

Thanks,
Brien


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



svn commit: r600221 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-01 Thread funkman
Author: funkman
Date: Sat Dec  1 17:01:34 2007
New Revision: 600221

URL: http://svn.apache.org/viewvc?rev=600221&view=rev
Log:
a few +1 votes

Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=600221&r1=600220&r2=600221&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Dec  1 17:01:34 2007
@@ -38,7 +38,7 @@
 
 * Add get/set methods for properties in the Tcp Failure detector
   http://people.apache.org/~fhanik/patches/tcpfaildet-getset.patch
-  +1: fhanik, pero
+  +1: fhanik, pero, funkman
   -1: 
 
 * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43706
@@ -56,24 +56,24 @@
 * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43757
   Use SMAP info rather than string matching to ID line number in JSP
   http://svn.apache.org/viewvc?rev=599605&view=rev
-  +1: markt
+  +1: markt, funkman
   -1:
 
 * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43622
   Don't always overwrite min compression size with default
   http://svn.apache.org/viewvc?rev=599914&view=rev
-  +1: markt
+  +1: markt, funkman
   -1:
 
 * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43611
   Provide an error message when trying to upload a war if the context is 
defined
   in server.xml
   http://svn.apache.org/viewvc?rev=600177&view=rev
-  +1: markt
+  +1: markt, funkman
   -1:
 
 * Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=43594
   Use CATALINA_BASE (if set) for setenv
   http://svn.apache.org/viewvc?rev=600185&view=rev
-  +1: markt
+  +1: markt, funkman
   -1:



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



svn commit: r600222 - in /tomcat/trunk: build.xml webapps/docs/funcspecs/project.xml webapps/docs/index.xml

2007-12-01 Thread funkman
Author: funkman
Date: Sat Dec  1 17:11:50 2007
New Revision: 600222

URL: http://svn.apache.org/viewvc?rev=600222&view=rev
Log:
BZ  43530

Path inspired by Paul Shemansky  : paul.shemansky
at gmail com


Modified:
tomcat/trunk/build.xml
tomcat/trunk/webapps/docs/funcspecs/project.xml
tomcat/trunk/webapps/docs/index.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=600222&r1=600221&r2=600222&view=diff
==
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sat Dec  1 17:11:50 2007
@@ -347,7 +347,7 @@
 

-   
+   


 
-  
+  
 
 

svn commit: r600223 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-01 Thread funkman
Author: funkman
Date: Sat Dec  1 17:16:12 2007
New Revision: 600223

URL: http://svn.apache.org/viewvc?rev=600223&view=rev
Log:
for http://issues.apache.org/bugzilla/show_bug.cgi?id=43530


Modified:
tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=600223&r1=600222&r2=600223&view=diff
==
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Dec  1 17:16:12 2007
@@ -77,3 +77,9 @@
   http://svn.apache.org/viewvc?rev=600185&view=rev
   +1: markt, funkman
   -1:
+
+* Fix  http://issues.apache.org/bugzilla/show_bug.cgi?id=43530
+  Fix bad links on docs home page
+  http://svn.apache.org/viewvc?view=rev&revision=600222
+  +1: funkman
+  -1:



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



DO NOT REPLY [Bug 43530] - Bad links on Apache Tomcat 6.0 Documentation Index

2007-12-01 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=43530


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|blocker |trivial




--- Additional Comments From [EMAIL PROTECTED]  2007-12-01 17:16 ---
Patch applied to trunk of 6

http://svn.apache.org/viewvc?view=rev&revision=600222

Proposed backport to 6.0.X

-- 
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 44006] New: - Tomcat hangs on shutdown

2007-12-01 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=44006

   Summary: Tomcat hangs on shutdown
   Product: Tomcat 6
   Version: 6.0.14
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


JDK 1.7.0-b23 (32-bit build)
Quad-core 64-bit CPUs
Windows Vista 64-bit

Tomcat seems to hang randomly (approximately 10% of the time) on shutdown if I 
run:

net start tomcat6
net stop tomcat6 (this fails)

I have the following clues for you:

1) This is not reproducible using startup.bat/shutdown.bat scripts.
2) This is not reproducible without APR.
3) I didn't run into this problem back when I was running Tomcat 6.0.13, single
core 32-bit CPU, same JDK build, with APR installed. Unfortunately, I can't go
back to this hardware because it's gone.
4) The last line in the log reads: "INFO: Stopping Coyote HTTP/1.1 on http-80"
so it looks like it was in the middle of shutting down but something caused it
to hang.

I wanted to debug this further unfortunately I'm not sure how to get you guys a
stack-trace or thread-dump when running Tomcat as a service.

I suspect that something in the native libraries (APR) is at fault. Consider the
fact that I moved to a multi-core CPU, perhaps the APR code has some sort of
race condition that is triggering this. Can you please suggest how I can
generate more debug information for you to investigate? Ideally I'd like to get
a thread-dump at the time of the hang.

-- 
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]