| Author |
EJBs on one machine and JSPs r on different machine
|
Murali Mohan
Ranch Hand
Joined: Jul 07, 2003
Posts: 47
|
|
Hi, If EJBs on one machine and JSPs r on different machine, how can we access EJBs from JSPs or from client program? Should I keep JSPs also on the different app server?or Can I keep JSPs on tomact server and access EJBs on different machine? Regards, Murali [ April 05, 2004: Message edited by: Murali Mohan Mohan Murali ]
|
 |
Kishore Dandu
Ranch Hand
Joined: Jul 10, 2001
Posts: 1934
|
|
you need to look into tomcat+Jboss setup. It may help. By the way, I would think JNDI on the EJB machine is how we can access EJB on different machine(from the web container).
|
Kishore
SCJP, blog
|
 |
 |
|
|
subject: EJBs on one machine and JSPs r on different machine
|
|
|