Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, March 1, 2002 01:32 AM
Hi,
The short answer to your question is Yes.
A WAR file is just a JAR file containing a full web application, there are no differences between an "expanded" web application and a "war" web application.
Your problem seems to be different. It could be as simple as the classes not present in the classpath, but since you say that you can access to Session Beans, this seems odd.