I copied my project .class files into web application's
WEB-INF/classes folder as well as in $EAServer/html/classes
folder.
During my EJB invocation, I am getting Class Cast Exception.
It is obvious that it is because of keeping .class files
into two places.
I want to keep my all .class into a single place and refer
them in all web applications (I have two web application).
Any suggestion?
Regards,
Venkat
Put them in java/classes/... rather than html/classes/...
That should help.