Hello,
We have migrated our application from WAS 6.1 to 8.0. Now, when we are starting application server, we are getting start up error : Caused by: java.lang.ClassNotFoundException:...
Type: Posts; User: himanshu787; Keyword(s):
Hello,
We have migrated our application from WAS 6.1 to 8.0. Now, when we are starting application server, we are getting start up error : Caused by: java.lang.ClassNotFoundException:...
So bottom line, it has to be only one? (If we more than one, we have some issue in code?)
Based on above statement, let me check more code.
I am using JMeter to create Load. My context is configured in web.xml file so I believe it is creating only once.
I would be happy if it goes down to 1. Atleast, I can say spring is clearing them out, but some of objects stays at 5 or 6. Based on my observation, once objects are created, they never got cleared...
Hello.
I have one Spring Config File with following.
<context:component-scan base-package="com.abc.xyz" />
In this package, I have one controller with following.
@Controller...