Page 1 of 1

HTTP Status 404 on checkout

Posted: Tue Oct 07, 2014 12:25 am
by Hamdan
I configured the demo with mysql and tomcat as per instructions in
1) http://www.broadleafcommerce.com/docs/c ... tion/mysql
2) http://www.broadleafcommerce.com/docs/c ... ion/tomcat

initially the application was not able to read proper values from context.xml it was complaining unknown database driver ${database.driver} I hardcoded the values and the problem solved.

now the demo runs fine but when i checkout it give 404 and url looks like

http://localhost:8082/mycompany/mycompany/checkout

same problem with login
http://localhost:8082/mycompany/mycompany/login
and register
http://localhost:8082/mycompany/mycompany/register

did i configured some thing wrong or i need to deploy something extra for checkout process to work

thanks