Despo: ClassCastException on lookup
843793Aug 12 2001 — edited Feb 18 2004I have an RMI application with both client and server running fine. I am using tomcat +apache as server. When calling the RMI client from a servlet it gives a ClassCastException at lookup by the RMI client. The client and server if run independently, work fine.
It seems there is some class loading problem. Can anybody figure out the problem?
Any clues where to look for class loaders in Tomcat? Are there default and local class loaders and if so where are they?
Any help would be greately appreciated!!!