I am trying to use a scriplet is jsp and place it in a web application on TOmcat 6.
This is the error I got. Nested exception is:javax.naming.NameNotFoundException javax.naming.NameNotFoundException: Name com.vignette.as.client.ejb.SiteOps is not bound in this Context at org.apache.naming.NamingContext.lookup(NamingContext.java:770) at org.apache.naming.NamingContext.lookup(NamingContext.java:153) at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137) at javax.naming.InitialContext.lookup(InitialContext.java:351) at com.vignette.util.HomeFactory.lookupAnyHome(HomeFactory.java:329) at com.vignette.util.HomeFactory.lookupHome(HomeFactory.java:272) at com.vignette.util.HomeFactory.getHome(HomeFactory.java:189) at com.vignette.as.client.javabean.OpsFactory.createRemote(OpsFactory.java:232) at com.vignette.as.client.javabean.OpsFactory.create(OpsFactory.java:96) at com.vignette.as.client.javabean.Site.getLocalOps(Site.java:1018) at com.vignette.as.client.javabean.Site.findByName(Site.java:438) I tried the same code is an independent Java Class and it is executed perfectly. "com.vignette.as.client.javabean.Site" is a class in one of the jar files I use. PLease advice if I am missing something here. Thank you, Krishna Balam -- View this message in context: http://www.nabble.com/NameNotFoundException-tp22830748p22830748.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org