Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 322259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:55:20+00:00 2026-05-12T08:55:20+00:00

My handler forwards to internalresourceview ‘apiForm’ but then i get error 404 RequestURI=/WEB-INF/pages/apiForm.jsp. I’m

  • 0

My handler forwards to internalresourceview ‘apiForm’ but then i get error 404 RequestURI=/WEB-INF/pages/apiForm.jsp. I’m sure apiForm.jsp located in /WEB-INF/pages/

13:45:02,034 DEBUG [org.springframework.web.servlet.view.JstlView] –
Forwarding to resource [/WEB-INF/pages/apiForm.jsp] in InternalResourceView ‘apiForm’
13:45:02,035 DEBUG [org.springframework.web.servlet.DispatcherServlet] –
DispatcherServlet with name ‘testapp2’ determining Last-Modified value for [/WEB-INF/pages/apiForm.jsp]
13:45:02,038 DEBUG [org.springframework.web.servlet.DispatcherServlet] – No handler found
in getLastModified
13:45:02,038 DEBUG [org.springframework.web.servlet.DispatcherServlet] –
DispatcherServlet with name ‘testapp2’ processing request for
[/WEB-INF/pages/apiForm.jsp]
13:45:02,038 WARN [org.springframework.web.servlet.PageNotFound] – No mapping found for
HTTP request with URI [/WEB-INF/pages/apiForm.jsp] in DispatcherServlet with name ‘testapp2’
13:45:02,045 DEBUG [org.springframework.web.servlet.DispatcherServlet] – Successfully completed request
13:45:02,048 DEBUG [org.springframework.web.servlet.DispatcherServlet] – Successfully completed request

this is how my dispatcher.xml look like..

<bean id="viewResolver"
    class="org.springframework.web.servlet.view.UrlBasedViewResolver">
    <property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/>
    <property name="prefix" value="/WEB-INF/pages/"/>
    <property name="suffix" value=".jsp"/>
</bean>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:55:20+00:00Added an answer on May 12, 2026 at 8:55 am

    Looks like DispatcherServlet is trying to process the request for apiForm.jsp, which suggests to me that your web.xml servlet-mapping is directing requests for that space to DispatcherServlet.

    You might have something like this?

    <servlet-mapping>
      <servlet>dispatcher</servlet>
      <url-pattern>/*</url-pattern>
    </servlet-mapping>
    

    Try calling your controllers with a different extension (.do for example) and update the servlet-mapping to suit

     <servlet-mapping>
      <servlet>dispatcher</servlet>
      <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want a handler to redirect to a web-forms page, pre-filling in the values
I'm getting this error: Uncaught handler: thread main exiting due to uncaught exception java.lang.VerifyError
I am trying to use a controller as an image handler, but how do
I configured below exception resolver in my web configuration file but I am not
I have a message handler, which consumes from a JMS queue and that sends
By adding a custom handler to the SiteMapResolve event, I can update sitemap url's
I have an exception handler for the type SqlException and I'm looking at the
I have an event handler that needs to determine a type and execute code
In the AfterPost event handler for a ClientDataSet, I need the information if the
In C# adding event handler methods is very easy. You just type object.event +=

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.