
Hi. I've downloaded session bean example which invokes session beans. File was named example3. So I wanted to make this servlet in NetBeans so I copied .java files, index.jsp and web.xml into proper directories but I get Exception in method "Object objref = ctx.lookup("ejb/test/MyTestSessionBean");" NetBeans can't find "ejb/test/MyTestSessionBean". How to repair it?