-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
After a clean installation, I still not able to see the shop in the browser.
I did:
1- Clone the repo
2- mvn clean install (in the root dir)
3- cd sm-shop
4- mvn spring-boot:run
Everything seems working fine but the page get 404.
Also, the admin login page works fine, but when I enter the credential get the 404 again.
I changed the port, I ran it with Tomcat and also redo all the steps from the beginning with no luck.
I know this issue has been discussed before but still there is no proper solution for it.
Any help would be appreciated :)
Activity
adityakumakale commentedon Feb 6, 2020
I am facing this problem too, cannot find anything concrete on the forum. Also I tried multiple times to clean install, on Windows 10 and on Ubuntu 18.04. Nothing is working.
adityakumakale commentedon Feb 6, 2020
Okay I found the issue, it was dumb. You cannot have the application installed on a path that has whitespaces in it! That was the whole thing, at least for me.
Vane101 commentedon Jun 16, 2020
(facepalm), spent a whole day at this. Even tried switching to Jetty. Thanks @adityakumakale
hardik-raval commentedon Feb 18, 2021
Hi Aditya,
I'm sorry but i didn't understand the solution. I'm also facing this issue when I deploy ROOT.war tk an external tomcat.
If you fixed the issue, could you please sharw what changes did you make?
Thanks,
Hardik