>>Click here!
spacer
circle.ch - an information database


last modification: 6.4.2000

(c) 1999-2000 by urs gehrig


Jigsaw Webserver  
www.w3.org/jigsaw Amazing W3 Java-Webserver
java.sun.com Get your Java SDK
   
About  

Jigsaw is as you can find on their professional, well-documented webpage http://www.w3.org/jigsaw/, a java-based webserver. I originally was looking for an easy-to-use server to install on my dont-touch-when-it-is-running Windows 95 for programming webpages using PHP. After having taken into account nearly any popular, wellknown servers, I finally found Jigsaw.
It is not even as complicated to install, as the name Jigsaw is to type with my left hand on the keyboard!
Enjoy!

 
Installation on Windows 95/98  

The installation of Jigsaw 2.1.1 is quite simple, although you act not the way, you are used to install applications on Windows 95/98. Take a decision, where to move the Jigsaw folder. I propose:
c:\jigsaw

Install the Java SDK to:
c:\java\jdk\
c:\java\jre\

Then follow the README installation provided by the Jigsaw distribution. If you like, you can download two batch-files I modified, which can be executed anywhere to run your client or server application.
batchfile client.bat
batchfile server.bat

batchfile Running the client batchfile should produce an output similar to the shown screenshot.
batchfile Running the server batchfile should produce an output similar to the shown screenshot.

By then, Jigsaw webserver is ready to run. By typing the clients address http://gehrig:8001/ into the browser, the Jigsaw webserver manual overview will appear. Read it! It is really well written.

The server admin can be run with the batch file mentioned before. A GUI in Java-look appears. Login for the first time with admin, password admin. Now we are ready to configure the server for PHP!

 
PHP installation on Jigsaw
 

There are only a few steps to take, to let your PHP sites run on the Jigsaw webserver.

batchfile Consult the screenshot to get an impression, where to install the new extension PHP within the admin tool.
Follow the list:

  • select Indexers/default/extensions
  • create a new extension called PHP
  • index it with the class org.w3c.tools.resources.FileResource
  • add to this extension a frame of the class org.w3c.jigsaw.frame.CgiFrame
  • add content type application/php
  • tick Relocate
  • tick Browsable
  • add PHP interpreter path C:\php3\php.exe
  • tick Generates Form
The same procedure has to be repeated for similar extensions like php3 or phtml.

Voilą. Enjoy your day!

 
Webserver Watch  

All the fuss about webservers has been new to me. I found very helpful information on the following site:

 
serverwatch.internet.com/ Serverwatch


604462 visits since April 2000. Thanks.

>> top