How do you fully configure Tomcat to be use in a run configuration in Appecelrator ?
Now, I've set the CATALINA_HOME and Tomcat works fine by its own. Then , I've create a new server inAppecelrator . I AM NOT SURE about the document root but pretty sure about the rest of the config.
[TOMCAT CONFIG]
BASEURL : http://localhostlocal.com:8080
DOCUMENT ROOT (???): C:\apache\apache-tomcat-7.0.54\webapps\test
STARTCOMMAND : C:\apache\apache-tomcat-7.0.54\bin\startup.bat
STOPCOMMAND :C:\apache\apache-tomcat-7.0.54\bin\shutdown.bat
[RUN CONFIGURATION] - This is the part where I am not sure.
Server section : Use selected server -> And I choose the Tomcat I've just defined.
Start Action : Tried many combination including use current page and none are working.
What should be done here to make it all work together ?
Thanks in advance for your help.