You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Remy Maucherat <re...@apache.org> on 2003/08/04 08:58:22 UTC

[ANN] Tomcat 5.0.6 Alpha released

Tomcat 5.0.6 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



[ANN] Tomcat 5.0.9 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.9 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



Re: Tomcat-5.0.7 build fails behind firewall due to missing commons-daemon

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Jan Harmsen wrote:
> Hi,
> 
> when trying to build Tomcat-5.0.7 from scratch behind a firewall (using
> http proxy) build fails due to missing commons-daemon:
> 
> Environment: Linux (SuSE 8.2)
> 
> 
>      [echo] ========== Building: commons-daemon 
> 
> BUILD FAILED
> /home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-tomcat-5/build.xml:485:
> Basedir
> /home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-commons-sandbox/daemon
> does not exist
> 
> 
> The problem is that commons-daemon is neither part of the
> Tomcat-5.0.7-src nor is it available as a release from
> http://www.apache.org/dist/jakarta/commons/ but has to be downloaded
> as a nightly build from
> http://cvs.apache.org/builds/jakarta-commons/nightly/commons-daemon/
> which means the filename changes and has to be built dynamically within
> build.xml
> 
> To make Tomcat-5.0.7 build.xml work when proxy.use=on either build.xml
> has to be modified to download commons-daemon and unzip it into the
> Tomcat-source-dir or commons-daemon has to be included into the
> Tomcat-5.0.7-src.
> 
> Making commons-daemon available as a release at
> http://www.apache.org/dist/jakarta/commons/ or setting a symbolic link
> like commons-daemon-current.tar.gz would of course reduce the effort
> because the filename wouldn't have to be build dynamically.
> 
> Which solution is suggested ?

Making a release of commons-daemon would be the best.
I am working on it... But very slowly :-(

> 
> Best regards,
> 
> Jan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 



Re: Tomcat-5.0.7 build fails behind firewall due to missing commons-daemon

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Jan Harmsen wrote:
> Hi,
> 
> when trying to build Tomcat-5.0.7 from scratch behind a firewall (using
> http proxy) build fails due to missing commons-daemon:
> 
> Environment: Linux (SuSE 8.2)
> 
> 
>      [echo] ========== Building: commons-daemon 
> 
> BUILD FAILED
> /home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-tomcat-5/build.xml:485:
> Basedir
> /home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-commons-sandbox/daemon
> does not exist
> 
> 
> The problem is that commons-daemon is neither part of the
> Tomcat-5.0.7-src nor is it available as a release from
> http://www.apache.org/dist/jakarta/commons/ but has to be downloaded
> as a nightly build from
> http://cvs.apache.org/builds/jakarta-commons/nightly/commons-daemon/
> which means the filename changes and has to be built dynamically within
> build.xml
> 
> To make Tomcat-5.0.7 build.xml work when proxy.use=on either build.xml
> has to be modified to download commons-daemon and unzip it into the
> Tomcat-source-dir or commons-daemon has to be included into the
> Tomcat-5.0.7-src.
> 
> Making commons-daemon available as a release at
> http://www.apache.org/dist/jakarta/commons/ or setting a symbolic link
> like commons-daemon-current.tar.gz would of course reduce the effort
> because the filename wouldn't have to be build dynamically.
> 
> Which solution is suggested ?

Making a release of commons-daemon would be the best.
I am working on it... But very slowly :-(

> 
> Best regards,
> 
> Jan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Tomcat-5.0.7 build fails behind firewall due to missing commons-daemon

Posted by Jan Harmsen <ja...@softwareag.com>.
Hi,

when trying to build Tomcat-5.0.7 from scratch behind a firewall (using
http proxy) build fails due to missing commons-daemon:

Environment: Linux (SuSE 8.2)


     [echo] ========== Building: commons-daemon 

BUILD FAILED
/home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-tomcat-5/build.xml:485:
Basedir
/home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-commons-sandbox/daemon
does not exist


The problem is that commons-daemon is neither part of the
Tomcat-5.0.7-src nor is it available as a release from
http://www.apache.org/dist/jakarta/commons/ but has to be downloaded
as a nightly build from
http://cvs.apache.org/builds/jakarta-commons/nightly/commons-daemon/
which means the filename changes and has to be built dynamically within
build.xml

To make Tomcat-5.0.7 build.xml work when proxy.use=on either build.xml
has to be modified to download commons-daemon and unzip it into the
Tomcat-source-dir or commons-daemon has to be included into the
Tomcat-5.0.7-src.

Making commons-daemon available as a release at
http://www.apache.org/dist/jakarta/commons/ or setting a symbolic link
like commons-daemon-current.tar.gz would of course reduce the effort
because the filename wouldn't have to be build dynamically.

Which solution is suggested ?

Best regards,

Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: tomcat-5.0.7 jasper jsp compiler error

Posted by Remy Maucherat <re...@apache.org>.
Jan Harmsen wrote:

> Hi,
> 
> from 5.0.6 to 5.0.7 something must have been changed within jasper,
> my jsps don't compile anymore. I tested exactly the same webapp with
> 5.0.6 and it works but with 5.0.7 I get the following error:
> 
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> 
> root cause
> 
> 
> java.lang.IllegalArgumentException: -81
> 	org.apache.jasper.compiler.SmapStratum$LineInfo.setOutputLineIncrement(SmapStratum.java:124)
> 	org.apache.jasper.compiler.SmapStratum.optimizeLineSection(SmapStratum.java:221)
> 	org.apache.jasper.compiler.SmapUtil.evaluateNodes(SmapUtil.java:490)
> 	org.apache.jasper.compiler.SmapUtil.generateSmap(SmapUtil.java:123)
> 	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:301)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> 
> 
> Environment: SuSE Linux 8.2 with Sun JDK 1.4.2
> 
> 
> any idea how to fix this ?

This is very likely related to this:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22277

Remy



Re: tomcat-5.0.7 jasper jsp compiler error

Posted by Remy Maucherat <re...@apache.org>.
Jan Harmsen wrote:

> Hi,
> 
> from 5.0.6 to 5.0.7 something must have been changed within jasper,
> my jsps don't compile anymore. I tested exactly the same webapp with
> 5.0.6 and it works but with 5.0.7 I get the following error:
> 
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> 
> root cause
> 
> 
> java.lang.IllegalArgumentException: -81
> 	org.apache.jasper.compiler.SmapStratum$LineInfo.setOutputLineIncrement(SmapStratum.java:124)
> 	org.apache.jasper.compiler.SmapStratum.optimizeLineSection(SmapStratum.java:221)
> 	org.apache.jasper.compiler.SmapUtil.evaluateNodes(SmapUtil.java:490)
> 	org.apache.jasper.compiler.SmapUtil.generateSmap(SmapUtil.java:123)
> 	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:301)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
> 	org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
> 	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> 
> 
> Environment: SuSE Linux 8.2 with Sun JDK 1.4.2
> 
> 
> any idea how to fix this ?

This is very likely related to this:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22277

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


tomcat-5.0.7 jasper jsp compiler error

Posted by Jan Harmsen <ja...@softwareag.com>.
Hi,

from 5.0.6 to 5.0.7 something must have been changed within jasper,
my jsps don't compile anymore. I tested exactly the same webapp with
5.0.6 and it works but with 5.0.7 I get the following error:


org.apache.jasper.JasperException: Unable to compile class for JSP
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

root cause


java.lang.IllegalArgumentException: -81
	org.apache.jasper.compiler.SmapStratum$LineInfo.setOutputLineIncrement(SmapStratum.java:124)
	org.apache.jasper.compiler.SmapStratum.optimizeLineSection(SmapStratum.java:221)
	org.apache.jasper.compiler.SmapUtil.evaluateNodes(SmapUtil.java:490)
	org.apache.jasper.compiler.SmapUtil.generateSmap(SmapUtil.java:123)
	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:301)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


Environment: SuSE Linux 8.2 with Sun JDK 1.4.2


any idea how to fix this ?

Thanks + best regards,

Jan


Re: [VOTE] New committer: Eric Carmichael

Posted by Eric Carmichael <ec...@alumni.rice.edu>.
> +1, welcome on board

Thanks, happy to be here.

> If he like Xerces, he can jump on that side too ;-)
> -- Jeanfrancois

I'm going to stick to Tomcat 5/Jasper 2 while there are still bugs there
that I can do something about.  After that, well, Xerces can't be any less
glamorous than SMAPping....

Finally, while I have the floor, I'd like to ask for guidance on Bugzilla
#21390, which has been pending longer than any of the other Tomcat 5/Jasper
2 bugs.  It can be fixed in two very different ways, and I don't know which
way is the right way.  I've written the spec folks to ask for clarification,
but I haven't had a response, so I'm hoping someone on this list can direct
me.

Eric

Re: [VOTE] New committer: Eric Carmichael

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat a écrit :

> I'd like to nominate Eric Carmichael as a committer on the Tomcat 
> project. Eric has been steadily supplying quality patches to the new 
> Jasper which will implement the JSP 2.0 specification, and has helped 
> fix outstanding bug reports. He plans to continue contributing in the 
> future.
> 
> He has my +1.
> 

+1, welcome on board

Better now than never ;)




Re: [VOTE] New committer: Eric Carmichael

Posted by Jan Luehe <Ja...@Sun.COM>.
+1. I second what Kin-Man said. :)

Jan


Remy Maucherat wrote:
> I'd like to nominate Eric Carmichael as a committer on the Tomcat 
> project. Eric has been steadily supplying quality patches to the new 
> Jasper which will implement the JSP 2.0 specification, and has helped 
> fix outstanding bug reports. He plans to continue contributing in the 
> future.
> 
> He has my +1.
> 
> Remy
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [VOTE] New committer: Eric Carmichael

Posted by Jean-Francois Arcand <jf...@apache.org>.
+1.

If he like Xerces, he can jump on that side too ;-)

-- Jeanfrancois

Remy Maucherat wrote:

> I'd like to nominate Eric Carmichael as a committer on the Tomcat 
> project. Eric has been steadily supplying quality patches to the new 
> Jasper which will implement the JSP 2.0 specification, and has helped 
> fix outstanding bug reports. He plans to continue contributing in the 
> future.
>
> He has my +1.
>
> Remy
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [VOTE] New committer: Eric Carmichael

Posted by Jean-Francois Arcand <jf...@apache.org>.
+1.

If he like Xerces, he can jump on that side too ;-)

-- Jeanfrancois

Remy Maucherat wrote:

> I'd like to nominate Eric Carmichael as a committer on the Tomcat 
> project. Eric has been steadily supplying quality patches to the new 
> Jasper which will implement the JSP 2.0 specification, and has helped 
> fix outstanding bug reports. He plans to continue contributing in the 
> future.
>
> He has my +1.
>
> Remy
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>


Re: [VOTE] New committer: Eric Carmichael

Posted by Jan Luehe <Ja...@Sun.COM>.
+1. I second what Kin-Man said. :)

Jan


Remy Maucherat wrote:
> I'd like to nominate Eric Carmichael as a committer on the Tomcat 
> project. Eric has been steadily supplying quality patches to the new 
> Jasper which will implement the JSP 2.0 specification, and has helped 
> fix outstanding bug reports. He plans to continue contributing in the 
> future.
> 
> He has my +1.
> 
> Remy
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 



Re: [VOTE] New committer: Eric Carmichael

Posted by Tim Funk <fu...@joedog.org>.
+1 (If more votes are still needed)

-Tim



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [VOTE] New committer: Eric Carmichael

Posted by Tim Funk <fu...@joedog.org>.
+1 (If more votes are still needed)

-Tim



[VOTE] New committer: Eric Carmichael

Posted by Remy Maucherat <re...@apache.org>.
I'd like to nominate Eric Carmichael as a committer on the Tomcat 
project. Eric has been steadily supplying quality patches to the new 
Jasper which will implement the JSP 2.0 specification, and has helped 
fix outstanding bug reports. He plans to continue contributing in the 
future.

He has my +1.

Remy


[ANN] Tomcat 5.0.9 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.9 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Tomcat-5.0.7 build fails behind firewall due to missing commons-daemon

Posted by Jan Harmsen <ja...@softwareag.com>.
Hi,

when trying to build Tomcat-5.0.7 from scratch behind a firewall (using
http proxy) build fails due to missing commons-daemon:

Environment: Linux (SuSE 8.2)


     [echo] ========== Building: commons-daemon 

BUILD FAILED
/home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-tomcat-5/build.xml:485:
Basedir
/home/jan/jakarta-tomcat-5.0.7-src/src/jakarta-commons-sandbox/daemon
does not exist


The problem is that commons-daemon is neither part of the
Tomcat-5.0.7-src nor is it available as a release from
http://www.apache.org/dist/jakarta/commons/ but has to be downloaded
as a nightly build from
http://cvs.apache.org/builds/jakarta-commons/nightly/commons-daemon/
which means the filename changes and has to be built dynamically within
build.xml

To make Tomcat-5.0.7 build.xml work when proxy.use=on either build.xml
has to be modified to download commons-daemon and unzip it into the
Tomcat-source-dir or commons-daemon has to be included into the
Tomcat-5.0.7-src.

Making commons-daemon available as a release at
http://www.apache.org/dist/jakarta/commons/ or setting a symbolic link
like commons-daemon-current.tar.gz would of course reduce the effort
because the filename wouldn't have to be build dynamically.

Which solution is suggested ?

Best regards,

Jan


[ANN] Tomcat 5.0.9 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.9 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



tomcat-5.0.7 jasper jsp compiler error

Posted by Jan Harmsen <ja...@softwareag.com>.
Hi,

from 5.0.6 to 5.0.7 something must have been changed within jasper,
my jsps don't compile anymore. I tested exactly the same webapp with
5.0.6 and it works but with 5.0.7 I get the following error:


org.apache.jasper.JasperException: Unable to compile class for JSP
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

root cause


java.lang.IllegalArgumentException: -81
	org.apache.jasper.compiler.SmapStratum$LineInfo.setOutputLineIncrement(SmapStratum.java:124)
	org.apache.jasper.compiler.SmapStratum.optimizeLineSection(SmapStratum.java:221)
	org.apache.jasper.compiler.SmapUtil.evaluateNodes(SmapUtil.java:490)
	org.apache.jasper.compiler.SmapUtil.generateSmap(SmapUtil.java:123)
	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:301)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:453)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:555)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)


Environment: SuSE Linux 8.2 with Sun JDK 1.4.2


any idea how to fix this ?

Thanks + best regards,

Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[ANN] Tomcat 5.0.9 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.9 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[VOTE] New committer: Eric Carmichael

Posted by Remy Maucherat <re...@apache.org>.
I'd like to nominate Eric Carmichael as a committer on the Tomcat 
project. Eric has been steadily supplying quality patches to the new 
Jasper which will implement the JSP 2.0 specification, and has helped 
fix outstanding bug reports. He plans to continue contributing in the 
future.

He has my +1.

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[ANN] Tomcat 5.0.7 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.7 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


[ANN] Tomcat 5.0.7 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.7 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



[ANN] Tomcat 5.0.7 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.7 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



[ANN] Tomcat 5.0.7 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 5.0.7 Alpha is now available for testing.

Please refer to the changelog included in the release for the list of 
changes.

Downloads:
http://jakarta.apache.org/site/binindex.cgi

Remy



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org