-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 when deploying war on tomcat 10.0.22 #7
Comments
Hi, have you solved your 404 error? I meet the same problem. After mvn install the project and deploying the war file in tomcat 7, the 404 error occurs when accessing the web page. |
Yes, i remember i solved it but i don't remember how. it's been almost 2 years |
Hi, do you remember where to set username [email protected] and password 123456? |
Hi, i have solved the problem. The 404 error is caused by the failing database lms creation. I create lms in psql shell with the "psql -U postgres lms < app-DB-Script.sql". It fails with not any notification. |
Hi, I got the same 404 error, but I believe I am able to create lms database since I can check its content via PostgreSQL. Any idea about how to debug? |
Hi I want to know which version of java should i use.... I am right now using Tomcat 10.1 version. Because when i Check the error was java 8 is not supported |
My Postgres user password is similar to the one in the
./target/classes/application.properties
The text was updated successfully, but these errors were encountered: