Hello,
We have an existing Spring project that is running in a clustered environment on WAS 6.1. The issue is that we have made changes to the web.xml and some of the core *-servlet.xml files....
Type: Posts; User: longie; Keyword(s):
Hello,
We have an existing Spring project that is running in a clustered environment on WAS 6.1. The issue is that we have made changes to the web.xml and some of the core *-servlet.xml files....
Hello,
Still having the same problem - have updated to Spring 2.0.8 and changed a few configuration settings but no change. I havent tried on WAS 6.1 in a clustered environment as the error is...
Hello,
Having the same issue, can you re-type the IBM link as Im getting a 404 error.
John
Having the same problem - only seems to be within a clustered environment though.
If anybody has any information to provide, please pass it on.
John
Hello,
I've implemented quartz in to our application which creates a thread when the application is started and is stopped every evening before the actual websphere box is shut down. However, I...
setting all the DTD's back to the following worked for me...
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
Hello,
I have a set of business objects that require methods to be executed on them when the application starts up. I have used something similar for using scheduled tasks which works fine and...