S
steven
Hi, group
In the sample of Sun's J2EE 1.3 tutorial, WAR and EJB-JAR are combined
into an EAR and deployed. For some reasons, however, I have to deploy
the EJBs part of a application into Sun's J2EE RI while deploy the
WARs part of the same application into another server such as TomCat.
Of course, the classes in WARs need to communicate with EJBs in J2EE
RI.
My questions are,
1, Is it possible to deployee only EJBs onto the J2EE RI? In this
case, what file form I need to creat, a EJB-JAR or a EAR in which an
EJB-JAR is hold?
2, Should I write a two seperated runtime descriptor, one of which in
the WAR, another of which in the EJB-JAR?
Thanks in advance.
In the sample of Sun's J2EE 1.3 tutorial, WAR and EJB-JAR are combined
into an EAR and deployed. For some reasons, however, I have to deploy
the EJBs part of a application into Sun's J2EE RI while deploy the
WARs part of the same application into another server such as TomCat.
Of course, the classes in WARs need to communicate with EJBs in J2EE
RI.
My questions are,
1, Is it possible to deployee only EJBs onto the J2EE RI? In this
case, what file form I need to creat, a EJB-JAR or a EAR in which an
EJB-JAR is hold?
2, Should I write a two seperated runtime descriptor, one of which in
the WAR, another of which in the EJB-JAR?
Thanks in advance.