I have a sample code for RMI-IIOP which includes the remote object implementation, remote object interface and a java client program. I want to run the sample with WebSphere Application Server4.0. But before i can execute the client, i have to register the remote object with the server by deploying the remote object using WebSphere's Application Assembly Tool. How do i deploy the object on the server using the AAT? Can anybody provide me a step by step process of the same? After deployment what is the lookup name that i would use to refer to the remote object from the client?