You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Omar Abdalla <om...@utdallas.edu> on 2005/10/19 17:20:58 UTC

Question about tomcat 4.1.31 and 5.5.x

Hello all,

	Apache 4.1.31 seems to work much better then the 5.5.x.  None of the
5.5.x works fine for me.  For example 5.5.x does not recognize the error
page for handling exception where 4.1 handle that very well.  Do I need to
do any thing to make 5.5.1 recognize my old JSP pages?

Regards,


Omar

-----Original Message-----
From: Jean-frederic Clere [mailto:jfclere@telefonica.net] 
Sent: Tuesday, October 18, 2005 4:52 PM
To: dev@tomcat.apache.org
Subject: tomcat/build/tc5.5.x/resources/build.xml

hi,

This file uses cvs but it should do the same with svn. The question is 
how to solve the problem:
1 - using a <exec/> like:
+++
  <target name="checkout">
    <exec dir="${basedir}" executable="svn">
    <arg line="checkout ${svnroot}/${dir} ${dir}"/>
   </exec>
  </target>
+++

2 - Using svnant (http://subclipse.tigris.org/svnant.html).

3 - Using AntSvnTask (http://antsvntask.sourceforge.net/subtask.html).

4 - Something else? (like using javasvn: http://tmate.org/svn/).

Comments?

Cheers

Jean-Frederic

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


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