Christian Popa

Greenhorn
+ Follow
since Apr 14, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Christian Popa

Hi,
thanks Kyle for the quick response.
I try what You wrote me yesterday.
Christian
19 years ago
Hello,
My task is to code and deploy 2 Applications on WebSphere Application Server 5.1. The first Application (SenderApplic) is a simple WebApplication (a servlet) that send messages to a Queue, with the QueueRequestor. The second application (ReceiverApplic) consist of an Application Client that receive the messages from Queue , process this and send a response message to the Queue and further it will be getting from SenderApplic. I wrote the Java code for these applications, I deployed on Sun-J2EE Application Server and it works.
My problem is that I cannot deploy and install the ReceiverApplic on the WebSphere Application Server 5.1. The SenderApplic is normal started (green arrow) but the ReceiverApplic has the icon unknown and I mean so long as I can't start it, I can't work with it (with the launchClient.bat).
It doesn't show any other errors in the administrative console.
I tried also to develop the code with the WebSphere Studio Application Developer 5.1.1, I made all the steps like by SenderApplic and finaly to deploy on the test server embeded in WSAD but when I start the test server I become among other things the following text:
No modules defined for ReceiverApplic ...
However, the needed module (ReceiverApplicClient.jar) exist in the .ear file (ReceiverApplic.ear) like by deploying on Sun-J2EE Application Server.
Where is the mistake ? Is anything forgot here ?
Thanks
Christian
19 years ago