> From: kcbxt8 [mailto:chaitanya.b.re...@gmail.com]
> Subject: NameNotFoundException
> 
> Nested exception is:javax.naming.NameNotFoundException
> javax.naming.NameNotFoundException: Name
> com.vignette.as.client.ejb.SiteOps
> is not bound in this Context

What steps did you take to populate the JNDI namespace?  You have to do 
something explicit to put things in there; there's no magic here.

> "com.vignette.as.client.javabean.Site" is a class 
> in one of the jar files I use.

If you're trying to reference a class, just use it - the classloading mechanism 
will find it, assuming you've followed the webapp structure layout defined in 
the servlet spec.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to