but it doesnot seem to communicate. How do I do the setup this ? What are the parm need for tomcat ? and any parm to JBOSS so that the web server and app server communicate separately. JBOSS anyway runs tomcat 5 within JBOSS thats why it works.
pls help on this. Can I like make any JINDI settings so that it communicates. if so pls give me some clues
Valentin Tanase
Ranch Hand
Joined: Feb 17, 2005
Posts: 704
posted
0
Hi Shiraj,
Can I like make any JINDI settings so that it communicates. if so pls give me some clues
It might be a good idea if you post the error messages you get. There could be several reasons, but for now I�ll try to give you a hint regarding the JNDI (this looks to me like a potential reason for the communication errors you get). Since your client and your ejb run in different containers, you might need to change the way the initial context is created. If your client uses code like this:
This won�t work if the client is located outside of the ejb container. You need to pass the right environment variables to the InitialContext.