JavaWebApplicationStepByStep icon indicating copy to clipboard operation
JavaWebApplicationStepByStep copied to clipboard

error 404 after running tomcat 7

Open dk8188 opened this issue 5 years ago • 1 comments

Hi, I copied all code from step01, following the instructions in the tutorial, but it returned 404 on localhost;/8080, where i am running tomcat... is there any way to could fix it? Thanks in advance

dk8188 avatar Nov 16 '20 13:11 dk8188

Hi, I copied all code from step01, following the instructions in the tutorial, but it returned 404 on localhost;/8080, where i am running tomcat... is there any way to could fix it? Thanks in advance

your servlet is not working well or your url is case sensitive

ENGGJI avatar Jan 07 '21 05:01 ENGGJI