LOHITH KUMAR
11/20/2024, 5:05 AMwebapps
. However, when I try to access the app in the browser, I get a "Status 404 ā Not Found" error. My project includes multiple submodules configured in settings.gradle
and build.gradle
. The application works fine locally. Could the fast deployment indicate something is missing in the WAR? Do I need to add anything specific to build.gradle
to ensure all submodules are included? Any suggestions on what to check or configure would be greatly appreciated. Thank you!Vampire
11/20/2024, 1:55 PMwar
plugin to magically include all subprojects, then this is most probably the problem. Afair it does not do so, would be quite bad if it did.
If you want it to included something, you need to configure that like adding dependencies on the projects you want included.LOHITH KUMAR
11/22/2024, 5:00 AMVampire
11/24/2024, 9:55 AMLOHITH KUMAR
11/25/2024, 4:45 AM