- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Tue, 08 Aug 2000 17:02:37 +0200
- To: jean-gui <jlalanne@largemedium.com>
- CC: www-jigsaw@w3.org
> jean-gui wrote: > > Here is how I have set my classpath in the jigsaw.bat and the admin.bat: > > > set CLASSPATH=Jigsaw;..\classes\jigsaw.zip;..\classes\servlet.jar. This "." (just after servlet.jar) shouldn't be there, it's a mistake (our mistake), please remove it and try again. Regards, Benoit. > set CLASSPATH=%CLASSPATH%;E:\EJBOSS\client\jboss-client.jar > set CLASSPATH=%CLASSPATH%;E:\EJBOSS\client\jnp-client.jar > set CLASSPATH=%CLASSPATH%;E:\EJBOSS\lib\ext\ejb.jar > set CLASSPATH=%CLASSPATH%;E:\EJBOSS\examples\interest-client.jar > > echo CLASSPATH=%CLASSPATH% > > > java -classpath %CLASSPATH% org.w3c.jigsaw.Main -root ..\Jigsaw > pause > So normally, the classpath should be ok and the classes within jboss-client.jar, > interest-client.jar > loaded by the web server (but loaded by the VM of the servlet engine ??) . > > Any help would be welcome > Jean-Guillaume > > > > > Message-ID: <398FF090.6A1BAF97@sophia.inria.fr> > Date: Tue, 08 Aug 2000 13:35:44 +0200 > From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr> > To: jean-gui <jlalanne@largemedium.com> > CC: www-jigsaw@w3.org > Subject: Re: how to load jar files while starting jigsaw ? > > > jean-gui wrote: > > > > Hi , > > > > > > I am trying to use jigsaw with an app server. I am developping session beans. > > To run my session, I have to load on the web server side the jar corresponding to my > > EJB classes. > > How should I do this ? > > I tried to set the classpath in the jigsaw.bat and the admin.bat but It looks like my > > classes > > are not loaded.... > > But it should works, if it's in the CLASSPATH Jigsaw is able to load it. May be your > CLASSPATH is not correct, did you check it? > > Regards, Benoit. -- - Benoît Mahé ------------------------------------------------------- World Wide Web Consortium (W3C) Architecture domain - Jigsaw Engineer http://www.w3.org/People/Mahe - bmahe@w3.org ---------------------------------------------------------------------
Received on Tuesday, 8 August 2000 11:02:45 UTC