Deploy BLC Demo to Production on Tomcat
Posted: Fri Apr 11, 2014 9:30 am
Hi all,
I'm new to Broadleaf Commerce, but I've had a bit of experience before with JavaEE/Tomcat. After looking through other answers on the forums here and StackOverflow, I was still unable to find an answer.
I was under the impression that I could run `mvn clean install` to generate a .war, copy the .war to the /webapps/ directory in Tomcat, and after restarting Tomcat, it would be deployed. What am I missing here? I've tried:
- removing ROOT and renaming my .war to ROOT.war; this results in a blank white page
- different urls (/mycompany, /heatclinic, etc); this results in a 404
- HTTP and HTTPS
I haven't edited any of the Tomcat conf files (maybe I should have). Any help here would be greatly appreciated! Thanks!
I'm new to Broadleaf Commerce, but I've had a bit of experience before with JavaEE/Tomcat. After looking through other answers on the forums here and StackOverflow, I was still unable to find an answer.
I was under the impression that I could run `mvn clean install` to generate a .war, copy the .war to the /webapps/ directory in Tomcat, and after restarting Tomcat, it would be deployed. What am I missing here? I've tried:
- removing ROOT and renaming my .war to ROOT.war; this results in a blank white page
- different urls (/mycompany, /heatclinic, etc); this results in a 404
- HTTP and HTTPS
I haven't edited any of the Tomcat conf files (maybe I should have). Any help here would be greatly appreciated! Thanks!