Page 1 of 1

Deploying to production results on blank page

Posted: Sat Jul 12, 2014 1:50 am
by southofsleep
Hello Broadleafers,

I have a question that someone might be able to shed some light on. I have successfully deployed the Heat Clinic Demo Site to my production instance through dropping the mvn clean install .war file into the webapp directory of my TomCat container. Then upon restarting Tomcat, I ssh and -tail to the catalina.out log file and I see the project build, hibernate create/drop tables and everything seems fine and builds just as it does locally.

But when going to http://www.myserver.com/mycompany/ I get a 404. I tried different things: http://www.myserver.com/mycompany, and a few other things, but still 404.

Using TomCat 7, both locally and on production, with Broadleaf + MySQL

Re: Deploying to production results on blank page

Posted: Wed Jul 30, 2014 10:05 am
by phillipuniverse
Verify the port that Tomcat is listening on. It does not listen on port 80 by default, it listens on port 8080.