- From: jean-gui <jlalanne@largemedium.com>
- Date: Tue, 8 Aug 2000 16:45:44 +0100
- To: <www-jigsaw@w3.org>
- Message-ID: <010a01c0014f$b90376b0$3201a8c0@largemedium.com>
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. 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.
Received on Tuesday, 8 August 2000 10:47:15 UTC