I am trying to get the Appfuse + tomcat + jRebel working.
Appfuse by default use Cargo to download the tomcat (ver. 7.0.33) and deploy an application to it. I wish to use the already installed tomcat (ver. 7.0.27) instead of a downloaded one. I made this change following the appfuse FAQ.
After deploying with the mvn cargo: run, how can I know that the actual running tomcat is indeed 7.0.27?
I used to type a wrong URL (ex. localhost:8080/dfsfsdf) to see it on this error page, but now it shows nothing.
My $CATALINA_HOME points to my own tomcat 7.0.27. sorry forgot to mention, it's for Windows
Update:
Since that question had become somehow popular, I would like to read why that received an answer. simple, it was the first one that solved my problem.
looking at this title of the question, @Tech Junkie and @CPU 100 really have the best answer, but not for the scenario I was found. (I was needing to know if mvn cargo: run runs my installed tomcat or a "project embedded" tomcat