404 error problem still exists when request a url like '/main.htm'
Type: Posts; User: henry_az; Keyword(s):
404 error problem still exists when request a url like '/main.htm'
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
DispatcherServlet define contextConfigLocation:
<bean id="viewReslover" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="viewClass">
...
Hi, All
I'm using spring+hibernate in a web project on weblogic. There is a servlet mapping(InternalResourceViewResolver): from *.jsp => .htm,
when I open a url http://localhost:7001/app/index.htm...