tags:

views:

253

answers:

1

Hi,

I have a requirement for my R&D which seems to be tricky.

I want to create a client jar for an EJB application.

Consider that i have an EJB application and its jars with me. I just need to create a client jar for that EJB application.

To create it, i need the server to be running. But my requirement is that, i have to create the jar without having the server started.

I tried few stuffs but the adminclient creation tries to create a SOAP connector port at a specified address which is failing for me.

PS: I am trying this expt on Windows platform

Any help greatly appriciated.

Thanks in advance

Rgrds Jegan.

A: 

Use astk (http://www-01.ibm.com/support/docview.wss?rs=180&uid=swg24007418)

import ear -> right-click jar-> generate client jar.