Re: Problem with tomcat-native

2008-01-31 Thread jean-frederic clere
Henri Gomez wrote: Not counting as a guru, but 1.1.12 configure was broken and it was the problem you observed. See http://marc.info/?t=11994474831r=1w=2 Two fixes in svn applied post 1.1.12: http://marc.info/?l=tomcat-devm=119945392329403w=2 and

DO NOT REPLY [Bug 44283] - JVM crashes unexpectedly when using APR

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

DO NOT REPLY [Bug 44283] - JVM crashes unexpectedly when using APR

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

Re: Problem with tomcat-native

2008-01-31 Thread Henri Gomez
Ok. 2008/1/31, jean-frederic clere [EMAIL PROTECTED]: Henri Gomez wrote: Not counting as a guru, but 1.1.12 configure was broken and it was the problem you observed. See http://marc.info/?t=11994474831r=1w=2 Two fixes in svn applied post 1.1.12:

DO NOT REPLY [Bug 37277] - Stopping Connection refused stopserver

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

[VOTE] Release build 5.5.26

2008-01-31 Thread Filip Hanik - Dev Lists
The candidates binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.26/ According to the release process, the 5.5.26 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable - To unsubscribe,

Re: [VOTE] Release build 5.5.26

2008-01-31 Thread Konstantin Kolinko
The md5 files have an extra CR-LF in them. E.g. c8248787ee28cd0a80196f7cc6f57db8 *apache-tomcat-5.5.26.zip For 6.0.16 they are OK. 2008/1/31, Filip Hanik - Dev Lists [EMAIL PROTECTED]: The candidates binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.26/

Re: [VOTE] Release build 5.5.26

2008-01-31 Thread Filip Hanik - Dev Lists
fixed, Filip Konstantin Kolinko wrote: The md5 files have an extra CR-LF in them. E.g. c8248787ee28cd0a80196f7cc6f57db8 *apache-tomcat-5.5.26.zip For 6.0.16 they are OK. 2008/1/31, Filip Hanik - Dev Lists [EMAIL PROTECTED]: The candidates binaries are available here:

Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
Hi, i am running JDK 1.6.0_03, Apache-Tomcat5.5.25 with connector mod_jk (ajp13). My application worked fine with Tomcat5.5 with the same configuration and same code. I have problems since the update to Tomcat5.5.25. When I click on an option in the menu bar of my home page, a simple JSP code

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Mark Thomas
Emmanuel Milou wrote: it used to work well with the same config on Tomcat5.5. Could the problem occurs because of the changelog? or a bug in the connector mod_jk? appBase and docBase settings for the relevant host and webapp? Mark

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
here is the part of my server.xml you wanted to check: Host name=myapp debug=0 appBase=/var/www/myapp unpackWARs=true Aliasmyapp/Alias Context path= docBase= debug=5 reloadable=false swallowOutput=true / Context path=/manager

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Mark Thomas
Emmanuel Milou wrote: here is the part of my server.xml you wanted to check: Host name=myapp debug=0 appBase=/var/www/myapp unpackWARs=true Aliasmyapp/Alias Context path= docBase= debug=5 reloadable=false swallowOutput=true / Context path=/manager

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

2008-01-31 Thread Remy Maucherat
On Thu, 2008-01-31 at 19:21 +, Mark Thomas wrote: [EMAIL PROTECTED] wrote: Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=616973r1=616972r2=616973view=diff

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Filip Hanik - Dev Lists
did you try: Host name=myapp debug=0 appBase=/var/www unpackWARs=true Aliasmyapp/Alias Context path= docBase=myapp debug=5 reloadable=false swallowOutput=true / Context path=/manager docBase=/usr/local/apache-tomcat-5.5.25/server/webapps/manager debug=0 privileged=true/

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

2008-01-31 Thread Mark Thomas
Remy Maucherat wrote: On Thu, 2008-01-31 at 19:21 +, Mark Thomas wrote: [EMAIL PROTECTED] wrote: Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=616973r1=616972r2=616973view=diff

Re: Wrong path to servlet - 404 Not Found

2008-01-31 Thread Emmanuel Milou
It worked actually!!! Thank you for your help. Manu Filip Hanik - Dev Lists wrote: did you try: Host name=myapp debug=0 appBase=/var/www unpackWARs=true Aliasmyapp/Alias Context path= docBase=myapp debug=5 reloadable=false swallowOutput=true / Context path=/manager

Re: [VOTE] Release build 6.0.16

2008-01-31 Thread Yoav Shapira
According to the release process, the 6.0.16 tag is: [ ] Broken [ ] Alpha [ ] Beta [ X ] Stable Yoav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

slight gotcha with tomcat 6.0 cluster startup with already running tomcat 5 cluster on the network

2008-01-31 Thread Haroon Rafique
Hi there, I ran into something today which might help someone out later so I'm posting this here. On my network, I didn't know that I had an old install of tomcat 5.5.23 running with Cluster config enabled. I installed tomcat 6.0.14 on a new machine with Cluster config enabled (simple 1-liner

Re: slight gotcha with tomcat 6.0 cluster startup with already running tomcat 5 cluster on the network

2008-01-31 Thread Filip Hanik - Dev Lists
thanks for the feedback, we can add in a message, that notifies the user that we are receiving invalid multicast packets and that there is probably some other piece of software broadcasting on our channel Filip Haroon Rafique wrote: Hi there, I ran into something today which might help

Re: [VOTE] Release build 6.0.16

2008-01-31 Thread Mark Thomas
Remy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.16/ According to the release process, the 6.0.16 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable I currently see a small number TCK failures. As this is the first time I have run

Re: [VOTE] Release build 6.0.16

2008-01-31 Thread Mark Thomas
Mark Thomas wrote: Remy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.16/ According to the release process, the 6.0.16 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable I currently see a small number TCK failures. As this is the

DO NOT REPLY [Bug 44283] - JVM crashes unexpectedly when using APR

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

Re: [VOTE] Release build 6.0.16

2008-01-31 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Mark Thomas wrote: Remy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.16/ According to the release process, the 6.0.16 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable I currently see a small number TCK failures.

Re: [VOTE] Release build 6.0.16

2008-01-31 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.16/ According to the release process, the 6.0.16 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable Rémy - To

Re: [VOTE] Release build 5.5.26

2008-01-31 Thread Mladen Turk
According to the release process, the 5.5.26 tag is: [ ] Broken [ ] Alpha [ ] Beta [X] Stable Regards, Mladen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]