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





--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to