0 Replies Latest reply on Jan 19, 2006 1:38 PM by karanmg

    Sharing classes between two applications

      Hi,

      I am using JBoss 4.0.1RC1 on Win XP SP2, with JDK 1.5_05.

      I am deploying one EAR file containing a app.jar, app_EJBs.jar and a appweb.war.

      I am also deployign another web application app2.war, on the server.

      Now app2.war is an independent scheduler application. So it needs to access job classes which exist in any other application deployed on the same server. So it needs to access com.app.jobs.job1 class in app.jar package inside app.ear.

      How is this possible? Is this even possible?

      Thanks..