[JBoss-user] RE: Running the interest sample as a Servlet does not work (I got it to work!)

2001-05-03 Thread Carlos Granados
OK, now I have made it work. I was not deploying the application as a full .ear file, I was deploying the interest.jar to jboss and running a separate servlet in Tomcat. I found that when you run in this configuration, the servlet does not automatically have classpath access to the EJB classes, so

[JBoss-user] Running the interest sample as a Servlet does not work

2001-04-30 Thread Carlos Granados
Hi! I have been playing with JBoss for a couple of weeks, I installed and configured JBoss+Tomcat and installed, built and run the Interest sample and everything went OK. So I tried to run the Interest EJB from a servlet client instead of a standalone client and got into trouble. I have lo