- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Thu, 11 Sep 1997 10:18:37 +0200
- To: Ron Bolin <rlb@mindspring.com>
- cc: jigsaw maillist <www-jigsaw@w3.org>, bmahe@www43.inria.fr
>I just started Jigsaw 1.0beta. I am using jdk 1.1.3 or should I use jdk
1.1.1? >
Use JDK 1.1.3 or 1.1.1 it doesn't matter.
>
>When I run Jigadm (:8009) after entering the default admin password I get a
Method GET not implemented. What am I doing wrong? Is
>there a FAQ of these kind
>of questions yet?
>
>
>Thanks in advance.
>
>
>Ron
Do you try to access JigAdm with a web browser ? Jigadm is not a web server
and the get method is not implemented. Jigadm is an Admin server.
You should run JigAdmin like this:
java w3c.jigadm.Main admin-server-url
When Jigsaw start it display the http server URL and the admin server URL.
like this :
loading properties from: /0/w3c/bmahe/JigRun/config/server.props
Jigsaw[1.0beta]: serving at http://www43.inria.fr:8007/
*** Warning : no logger specified, not logging.
JigAdmin[1.0alpha]: serving at http://www43.inria.fr:8009/
^^^^^^^^^^^^^^^^^^^^^^^^^^^
then when I want to start JigAdm :
java w3c.jigadm.Main [-root rootdir] http://www43.inria.fr:8009
the rootdir is the same than Jigsaw.
This things are explained in the Jigsaw Documentation at
<docdir>/User/Administration/AdminTools.html
- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium bmahe@sophia.inria.fr
Architecture domain - Jigsaw Team tel : 04 93 65 79 89
---------------------------------------------------------------------
Received on Thursday, 11 September 1997 04:19:43 UTC