Search   Feed   Browse   Add
Feed items 1 - 7 of 7 for July 2008

Installing Apache JServ on Windows 95

A detailed guide to the installation and configuration of Apache JServ Java servlet container on Windows 95, 98 and ME.

Apache Web server installation - (Found July 5, 2008 )

The installation of the Apache Web server on Windows systems is very simple and well documented. This article assumes you already have the server up and running as http:localhost in advance, the illustrated notes below summarise the process.
http://www.codestyle.org/java/servers/jserv-Win95.shtml#httpd

Java 2 SDK installation - (Found July 5, 2008 )

This article also assumes that you have installed the Java 2 Software Development Kit (SDK) in advance, and the Java executable is included in the system PATH variable via an autoexec.bat command (see below).
http://www.codestyle.org/java/servers/jserv-Win95.shtml#j2sdk

Java Servlet Development Kit installation - (Found July 5, 2008 )

Apache JServ requires the Java Servlet Development Kit (JSDK) 2.0 and only this version will work. The JSDK typically installs to the directory c:jsdk2.0. The path to the Java archive jsdk.jar should also be added to the system CLASSPATH environment variable via an autoexec.bat command (see below).
http://www.codestyle.org/java/servers/jserv-Win95.shtml#jsdk2

Apache JServ installation - (Found July 5, 2008 )

The self-extracting JServ installation program will prompt you to specify the installation directories for the Apache Web server, the Java virtual machine (JVM), java.exe, and the JSDK Java archive, jsdk.jar. The program will also ask if you want to change the Apache Web server configuration file, httpd.conf to include the JServ module; you should accept this option.
http://www.codestyle.org/java/servers/jserv-Win95.shtml#jserv

System configuration: autoexec.bat - (Found July 5, 2008 )

First, add the path to the JServ Java archive to the system CLASSPATH environment variable with a further autoexec.bat command. The complete example below includes the PATH and CLASSPATH commands described above for the Java 2 SDK and JSDK installations and may be copied and pasted if the same paths have been used:
http://www.codestyle.org/java/servers/jserv-Win95.shtml#autoexec

Article feedback - (Found July 5, 2008 )

Your comments on this article will be appreciated, please use the form below to submit your views. If you would like a reply or article update notification, include your email address.
http://www.codestyle.org/java/servers/jserv-Win95.shtml#feedback

Navigation - (Found July 5, 2008 )

Home page
http://www.codestyle.org/java/servers/jserv-Win95.shtml#sitenav
Available Archives
- July (7 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact