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 (it should be responsed by a spring controller), but Weblogic throw 404 page not found.
How can I abandon Weblogic finding *.htm request-url as a file?
thanks for any responses!


Reply With Quote