How to create a client bank in websphere without starting the server?

I have a requirement for my R&D that seems complicated.

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

Please note that I have the application EJB

and its banks with me. I just need to create a client jar for this application EJB

.

To create it, I need a server to work with. But my requirement is that I have to create a jar without starting the server.

I've tried a few things, but the adminclient creator is trying to create a port SOAP

for the connector at the specified address, which doesn't work for me.

PS: I am trying to do this on Windows platform.

+1


source to share


1 answer


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



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

0


source







All Articles