Re: Jigsaw + EJBoss

On Fri, 4 Aug 2000, jean-gui wrote:

> Hi everybody,
> 
> I am a newbie with Jigsaw. I have installed Jigsaw2.0.5 and It is running ok.
> I managed to make my servlet running well.
> Now I would like to run my web-server with the application server EJBOSS.
> I managed to install and run EJBOSS. It is running in paralell with Jigsaw.
> Now I am trying to run a servlet that use a session bean dumped in EJBOSS.
> It doesnīt work. I get an error message :
> 
> javax.naming.CommunicationException
>  [Root exception is java.lang.ClassNotFoundException: com.web_tomorrow.interest.InterestHome] 
> 
> It looks like the 2 servers donīt communicate properly...

ClassNotFound is typical of a CLASSPATH problem, try to add the right jar
in the classpath of the application generating this error.
I have not tried to setup such things yet, so I probably won't help more ;)

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Friday, 4 August 2000 12:01:14 UTC