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.

Results 1 to 4 of 4

Thread: The requested resource is not available.

  1. #1
    Junior Member
    Join Date
    Oct 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default The requested resource is not available.

    I getting following error in jsp and servlet

    The requested resource is not available.


    how to solve this
    please help me
    thnx in advance


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: The requested resource is not available.

    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.

  3. #3
    Junior Member
    Join Date
    Oct 2014
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: The requested resource is not available.

    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).

  4. #4

    Default Re: The requested resource is not available.

    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

Similar Threads

  1. Spring MVC -- The requested resource is not available.
    By FHSerkland in forum Web Frameworks
    Replies: 1
    Last Post: September 19th, 2013, 12:07 PM
  2. Replies: 0
    Last Post: March 17th, 2013, 11:43 AM
  3. The requested resource () is not available.
    By freakycoder in forum Web Frameworks
    Replies: 0
    Last Post: July 10th, 2012, 12:44 AM
  4. Replies: 1
    Last Post: June 27th, 2012, 09:48 AM
  5. HTTP Status 404-The requested resource is not available.
    By DeViLhUnTeR in forum Java Servlet
    Replies: 2
    Last Post: March 7th, 2011, 01:26 PM