iam calling a
ejb bean method in ordinary javabean.i compiled the required classes and made jar file and deployed it.iam invoking the javabean method in
jsp page using usebean tag.when iam running the jsp client it's giving NO CLASS FOUND ERROR:javax.NamingContext Exception.iam putting all the ejb class files in c:\weblogic\myserver\serverclasses directory and ordinary javabean class in c:\weblogic\myserver\clientclasses directory.i put the jar file in c:\weblogic\myserver\serverclasses directory and in the weblogic properties file i mentioned the path of the jar file.but it is giving error when iam running the client jsp in browser.any help appreciated.
thanks in advance...