- From: Yves Lafon <ylafon@w3.org>
- Date: Tue, 3 Apr 2001 16:17:11 +0200 (MET DST)
- To: Marc Leforestier <Marc.Leforestier@aquitaine.iufm.fr>
- cc: <www-jigsaw@w3.org>, Pierre Fischer <Pierre.Fischer@aquitaine.iufm.fr>
On Wed, 28 Mar 2001, Marc Leforestier wrote: > Hello > > I have a Red Hat 7, JDK 1.3 and Jigsaw 2.2. > I would like to know if there are problems > between these versions because I do not > manage to launch Jigsaw : > > loading properties from: /usr/local/Jigsaw/Jigsaw/config/server.props > *** Warning : JigAdmin[2.2.0]: no logger specified, not logging. > JigAdmin[2.2.0]: serving at http://promethee.aquitaine.iufm.fr:8009/ > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/servlet/Servlet > Context > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:120) You should have servlet.jar in your CLASSPATH, see scripts/jigsaw.sh in the Jigsaw distribution for the minimum CLASSPATH required. jdk1.3.0_02 is the minimum version that can work with a fair unmber of threads, and because of the way the linux kernel implements threads, it is impossible to run on port 80 and change UID to nobody (you can do this if you use jdk1.2.2-007, in green thread mode). Regards, -- Yves Lafon - W3C "Baroula que barouleras, au tiéu toujou t'entourneras."
Received on Tuesday, 3 April 2001 10:18:44 UTC