Re: Problems with building a servlet that refers an EJB

2005-12-14 Thread nikhil
4, 2005 12:15 AM Subject: Re: Problems with building a servlet that refers an EJB > On Tue, 13 Dec 2005, <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > &g

Re: Problems with building a servlet that refers an EJB

2005-12-13 Thread Stefan Bodewig
On Tue, 13 Dec 2005, <[EMAIL PROTECTED]> wrote: > > > > > > > > > > A classpath never points to the .class files but either to jar files or directories that are roots of directory hierarchies holding .class files. In your case you will want in

Problems with building a servlet that refers an EJB

2005-12-13 Thread nikhil
I am having problems with classpath, when trying to compile an EJB.  I am obviously missing the obvious :--), but I have gone over the classpath setting a number of times and am not able to see the error.  Should I copy the ejb.jar to WEB-INF/lib ?  I did try copying the package to the WEB-I