Deploying to production results on blank page
Posted: Sat Jul 12, 2014 1:50 am
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
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