cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy EJB in WAS 6.4 ?

Former Member
0 Kudos

Hi,

I want to know how to deploy EJB in WAS 6.4.

If you know please reply and where can i get the help documents for EJB deployment in WAS 6.4.

Please help.

Thanks,

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Mahesh,

Hope u r using NetWeaver Developer Studio for J2EE application creation.

If u have created ur EJB project in the developer studio,

then u have to create one EAR(Enterprise Archive Project) in the developer studio. During project creation , u can select which all have to include in that EAR project .(WAR and EJBs).

Then build the EAR project and from that EAR itself , u have the option to deploy it directly to the J2EE WAS.

In the developer studio , u have to configure to which WAS u r going to deploy ur application.

One main thing, if u dont have the developer studio , i meant u have already an EJB which is compatible to another server , u have to change the deployement descriptor appropriately to make it compatible to the SAP J2EE WAS . Descriptors are not exactly same in all J2EE servers.

Regards

Kishor Gopinathan

Former Member
0 Kudos

We have the developed EJB.

How to change the deployment descriptor...i mean where. do you have any document?

thanks,

mahesh.

kishorg
Advisor
Advisor
0 Kudos

Just refer this link.

Contains details to migrate applications from WAS 6.20 to 6.40.

This contain general information regarding migration.

http://help.sap.com/saphelp_nw04/helpdata/en/ce/2074d9b0fcde4f978bb0118e5b30c7/frameset.htm

If ur application is compatible to other servers(JBoss, Web Logic) , i meant developed using

Developer Studio other than NW Developer Studio , then u have to properly change the descriptor

in a manner that is compatible to the SAP J2EE WAS.

Refer these too

Migration Guide

https://media.sdn.sap.com/html/submitted_docs/sap_j2ee_migration_kit_webpages/external_docs/SAP_J2EE...

J2EE Migration Kit

https://media.sdn.sap.com/html/submitted_docs/sap_j2ee_migration_kit_webpages/tools/tools.html

Regards

Kishor Gopinathan

Answers (0)