How can you deploy servlets and EJBs (used by the servlets) independently?
One thing I have tried is deploying a .war file with a servlet,
and then separately, a .jar file with EJBs used by the servlet.
But I get this exception from the servlet.init() method at run-time:
javax.naming.NameNotFoundException.
Any ideas?
Thanks,
Charlie
Hi,
Had you put the remote and home interface of the EJBs j=you tried to call
with
the servlet in the .war?
Olivier
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]