Author: jsdelfino
Date: Sun May 14 22:56:22 2006
New Revision: 406545

URL: http://svn.apache.org/viewcvs?rev=406545&view=rev
Log:
fixed error starting Tomcat on Linux in testing/tomcat/build.xml

Modified:
    incubator/tuscany/java/testing/tomcat/build.xml

Modified: incubator/tuscany/java/testing/tomcat/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/build.xml?rev=406545&r1=406544&r2=406545&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/build.xml (original)
+++ incubator/tuscany/java/testing/tomcat/build.xml Sun May 14 22:56:22 2006
@@ -338,7 +338,6 @@
         <target name="startTomcatUnix" if="isUnix" 
unless='tuscany.tomcat.alreadystarted'>
             <echo level="info" message="Starting Tomcat"/>
             <exec spawn='true' vmlauncher="false" failonerror='false' 
dir="${tuscany.acceptance.tc.dir}/bin" executable="xterm" >
-                <env key='CATALINA_HOME' value='${tuscany.acceptance.tc.dir}'/>
                 <arg line="-e ./catalina.sh run"/>
             </exec>
         </target>
@@ -350,7 +349,6 @@
              <echo level="info" message="Tomcat has been already started! 
${tuscany.tomcat.alreadystarted}" />
         </target>
         <target name="startTomcat" description="Start up tomcat." 
depends="tuscany.tomcat.alreadystartedmsg,startTomcatWindows,startTomcatUnix,startTomcatMac"
 unless='tuscany.tomcat.alreadystarted'>
-                <!-- env key="CATALINA_OPTS" value="-Dhttp.proxyHost=localhost 
 -Dhttp.proxyPort=8090 -DproxySet=true"/-->
                 <sleep seconds="10"/> <!-- it's going to at least require this 
-->
                 <waitfor maxwait="15" maxwaitunit="second" checkevery="200">
                         <http url="http://localhost:8080"/>


Reply via email to