#Cannot access the servlet with URl after group id changed in a multi module project

1 messages · Page 1 of 1 (latest)

fleet larkBOT
#

Helper please have a look, thanks.

valid sandal
#

So I got the project (it's a multi module app with ejb, core, ear, web) from my lecturer, His project is working fine. what I did was
I changed the groupId from "com.jiat" to "com.rag"

The project works fine but when I request to the servlet it shows 404. I barely have an idea what to search for

Let me put the project of mine and lecturer's

#

my project rar files are deleted for security reasons

valid sandal
#

Both are the same project's only with group id change

if I request to the "calculate-tax" it will show hey with other tasks

#

Cannot access the servlet with URl after group id changed in a multi module project

valid sandal
valid sandal
#

Solved it by doing

#

changing the web module context root name

#

Then gave clean compile package to the ear module
Then gave clean compile package to the whole app