14.12. Deployment and classpaths

Now that we have seen how to deploy combinations of servlets and EJBs, we can consider a more complex deployment. Our intention is to explore the WebSphere classpaths using some concrete examples. We want to consider some special cases, each of which demonstrates a feature of the classpaths. The cases we will consider are:

  1. Suppose that a servlet wishes to access an EJB running in the same application server. What classpath specifications are needed?

  2. Suppose a servlet running in a different application server wants to access that same EJB. How does it access the classes it needs?

  3. Suppose two EJBs, produced by two different development groups wish, as part of their implementation, to reference a common class. Where ...

Get WebSphere V3.5 Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.