I getting following error in jsp and servlet
The requested resource is not available.
how to solve this
please help me
thnx in advance
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
I getting following error in jsp and servlet
The requested resource is not available.
how to solve this
please help me
thnx in advance
Thread moved.
Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.
You haven't given us enough info to help you. At a minimum, post the whole error message. Code to duplicate the problem would be nice.
I'm curious what steps brought on this error. Has the code/program ever worked? Is there a new network problem (a resource that the jsp or servlet tried to interact with)? Has some file (resource) been deleted recently? Can you use a previous working version of the JSP or servlet?
I think more details need to be provided to realistically solve this. I would be curious what code is being used and what it is trying to do (e.g., with documentation).
this is may be due to the thing that you have created your .jsp or the .html file in the WEB-INF instead of the WebContent folder.
Solution: Just replace the files that are there in the WEB-INF folder to the Webcontent folder and try executing the same - You will get the appropriate output