07-01-2012 06:37 AM
catalina jpda start
07-02-2012 08:12 AM
07-02-2012 09:10 AM
<target name="internal.tomcat.enable.debug" if="tomcat.enable.debug">
<echo>Enabling tomcat remote debugging … </echo>
<replace file="${tomcat.home}/bin/startup.sh">
<replacetoken><![CDATA[exec "$PRGDIR"/"$EXECUTABLE" start "$@"]]></replacetoken>
<replacevalue><![CDATA[exec "$PRGDIR"/"$EXECUTABLE" jpda start "$@"]]></replacevalue>
</replace>
<replace file="${tomcat.home}/bin/startup.bat">
<replacetoken><![CDATA[call "%EXECUTABLE%" start %CMD_LINE_ARGS%]]></replacetoken>
<replacevalue><![CDATA[call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%]]></replacevalue>
</replace>
</target>
catalina.bat jpda start
to start tomcat it works fine…Why so ?
07-02-2012 09:21 AM
07-02-2012 02:44 PM
07-03-2012 02:42 AM
07-03-2012 04:14 AM
07-03-2012 04:15 AM
07-03-2012 11:14 AM
<target name="demo.start"
description="Starts the demo setup and installs all components (if necessary)"
depends="demo.install,
h2.start,
internal.tomcat.enable.debug,
tomcat.start,
explorer.browser.open" />
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.