I am new to the tomcat plugin and I have a few (perhaps basic) questions

First I am trying to run a gradle build from within Eclipse (Gradle  Plugin
in STS) my build is using the tomcat plugin - I have set up the gradle as a
outside tool (I may not need this) I set up a section on my build to set
alternative httpPort, Daemon, stopKey and StopPort. 

tomcatRun{
        daemon = true
        httpPort = 9090
        stopPort = 8009
        stopKey = 'G'
}

When running tomcatRun - gradle says tomcat is running on port 9090 - but I
can't seem to find a tomcat instance running - What am I missing?

What are valid stopkeys - or key combination?

How do I setup an debug session with the embedded tomcat? is it possible? If
not what are the means to debug an application running on it?






-----
Thank you.
--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Tomcat-plugin-questions-tp4755390p4755390.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to