Link to home
Start Free TrialLog in
Avatar of jaggybala2
jaggybala2

asked on

Why HTTP Status 404 - Error

Why do i get HTTP Status 404 Error ?

I deployed my project, started my application server and I gave the correct path name also.
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jaggybala2
jaggybala2

ASKER

This is my path.
http://localhost:8080/FormPath/userRegistration.jsp

But, my browser shows 404 error even if i type:
http://localhost:8080/FormPath/

But, i have FormPath folder in my WebRoot.

Thanks for your help.
ok..i found it...it seems i have to give:

http://localhost:8080/StrutsForm/FormPath/

But, should i give the project name in the URL ?