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!
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.