- From: <EricFerg@aol.com>
- Date: Tue, 22 Sep 1998 23:04:00 -0400 (EDT)
- To: www-jigsaw@w3.org
Ref. subject, I have a problem running Jigsaw: Even though I believe installed it successfully (followed the instructions on the W3C web site -and- in the Jigsaw readme), when I point my browser to http://localhost:8009, I get the subject error message. I downloaded Jigsaw v2.0 Beta 2 yesterday and installed it on my Win95 system. I already had JDK v1.1.6, Swing v1.0.3, and BDK v1.0-Jul 98 loaded [all of 'em were---and still are---working fine]. Here's how I come across the error: First, I start the server from an MS-DOS window with the following command: java org.w3c.jigsaw.Main -root d:\progra~1\Jigsaw\Jigsaw Next, I start my browser and point it at the URL mentioned during the Jigsaw install: http://localhost:8009 Finally, an HTTP authentication dialog pops up ... I enter user=admin, pwd=admin ... then I get the following error from Jigsaw: Method GET not implemented - I do have the full directory path to jigsaw.zip in my CLASSPATH. - However, I _don't_ have my Jigsaw directory---nor any Jigsaw subdirectories---in my regular search PATH ... directions didn't say anything about modifying PATH). - I do have a valid TCP/IP hosts file on my system (I've run a couple of other Web servers on it in the past ... the file is present). - The "JigAdmin" tool appears to be working. I can see the "tree" structure of the server, and clicking on the nodes brings up different menus and options on the right side of the JigAdmin screen. I'm stumped! If anyone knows a fix or workaround for the "Method GET not implemented" problem, I'd be most appreciative. Below is a copy of the CLASSPATH settings from my AUTOEXEC.BAT file. Thx -- Eric =========================== REM *** COREL OP v7.0 *** SET CLASSPATH=.;c:\COREL\OFFICE7\SHARED\BARISTA;c:\COREL\OFFICE7\SHARED\TRUEDOC SET LD_LIBRARY_PATH=c:\COREL\OFFICE7\SHARED\TRUEDOC\BIN SET PATH=%PATH%;c:\COREL\OFFICE7\SHARED\TRUEDOC\BIN rem *** Added for Java Development Kit v1.1.6 for Win95 *** SET PATH=%PATH%;d:\progra~1\jdkv116\bin SET CLASSPATH=.;d:\ericferg\programs\java\myprogs;d:\progra~1\jdkv116\lib\classes. zip;%CLASSPATH% rem *** Added for Java Foundation Classes (JFC) v1.1 / Swing 1.0.3 for Win95 *** set JAVA_HOME=d:\progra~1\jdkv116 set SWING_HOME=d:\progra~1\swingv103 set SWING_CLASSES="%SWING_HOME%\swingall.jar;%SWING_HOME%\swing.jar;%SWING_HOME%\w indows.jar;%SWING_HOME%\motif.jar" set CLASSPATH=.;%SWING_CLASSES%;%CLASSPATH% rem *** Added for ODI ObjectStore PSE for Java v1.2 *** SET PATH=%PATH%;d:\progra~1\odi\psej\bin SET CLASSPATH=d:\progra~1\odi\psej\pse.zip;d:\progra~1\odi\psej\tools.zip;%CLASSPA TH% rem *** Added for PSEJ v1.2 Demos and Annotated Classes *** SET CLASSPATH=d:\ericferg\programs\java\myprogs\annotated;d:\progra~1\odi\psej\COM \odi\demo\osjcfpout;d:\progra~1\odi\psej;%CLASSPATH% rem *** Added for Kawa 3.0 *** SET PATH=%PATH%;D:\PROGRA~1\KAWA30 SET CLASSPATH=d:\progra~1\bdk\beanbox\classes;%CLASSPATH% rem *** Added for W3C's Jigsaw v2.0 Beta 2 *** SET CLASSPATH=%CLASSPATH%;d:\progra~1\Jigsaw\classes\jigsaw.zip
Received on Wednesday, 23 September 1998 03:41:34 UTC