cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I have this error in my program:

The requested resource does not exist.

What that means???

0 Likes
View Entire Topic
prashil
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Fatima,

This error means that resource page you are trying to access is not available.

It occured when your resource is not registered in deployment descriptor/ configuration files or the resource is not in the location the server is looking.

To correct this error, you first need to find out which resource you are trying to access and does it exist in the path where the server is searching?

Second, you need to verify that if such resources needs to register in web.xml(Desployment descriptor/Configuration files) and the spelling errors.

Hope this will help to resolve your problem

Regards,

Prashil