Results 1 to 1 of 1

Thread: No mapping found for HTTP request with URI [/app/js/navigation.js]

  1. #1

    Red face No mapping found for HTTP request with URI [/app/js/navigation.js]

    Hi Experts,

    Can you please help me? My web page doesn't load it's CSS, JS and images. I'm using Tiles.

    Error:
    WARN org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/app/js/navigation.js] in DispatcherServlet with name 'app'

    Web.xml
    Code:
    <servlet-mapping>
    	<servlet-name>app</servlet-name>
    	<url-pattern>/</url-pattern>
    </servlet-mapping>
    JSP:
    Code:
    <c:url var="navigationJS" value="/js/navigation.js" />
    <script type="text/javascript" src="${navigationJS}"></script>
    Directory:
    webapp/css
    webapp/img
    webapp/js
    webapp/jsp/contents/home.jsp
    web-inf/config/web-app-config.xml
    web-inf/tiles/tiles-definitions.xml

    I really would appreciate any help.
    Thanks in advance!
    Last edited by jemarjemarjemar; Aug 3rd, 2011 at 09:30 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •