How do I set up ServletForwardingController to intercept for jsp requests on weblogic
- by dok
My end goal is to be able to use the spring message tag with configured messageSource on a legacy app using a model-1 architecture.
I've done this in tomcat with something like
<bean id="messageSource"
class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
<property name="basename"…