khaleel. Powered by Blogger.
Showing posts with label Starting TOMCAT using build tool. Show all posts
Showing posts with label Starting TOMCAT using build tool. Show all posts

To start TOMCAT server using build ant tool

Tuesday, 31 May 2011

<property name="tomcat.home" value="D:/Tomcat 5.5/">
                </property>

<target name="tomcat-start">
        <java jar="${tomcat.home}/bin/bootstrap.jar" fork="true">
                <jvmarg value="-Dcatalina.home=${tomcat.home}"/>
            </java>
        </target>

Read more...
Related Posts Plugin for WordPress, Blogger...
Promote Your Blog

About This Blog

This blog is for java lovers

Total Pageviews

About Me

khaleel-bapatla
BAPATLA, ap, India
simple and honest
View my complete profile

  © Blogger template On The Road by Ourblogtemplates.com 2009

Back to TOP