...| Home | Documentation...
Documentation > Apache/JServ on NT > Installation >
Overview > Installation > Rewiew > Configuration > Credits >
+ Home ...
+ Download
> Documentation
+ DBPrism Content Management System
+ DBPrism - Apache Cocoon
+ Credits
+ Legal
 
+ Documentation
+ Frequently Asked Questions
+ Readme
+ Demos
+ Changes
+ Thigs To Do
+ Toolkits
+ JavaWebServer
+ Tomcat
+ Installing DBPrism/Cocoon2 on OC4J
+ Installing DBPrism on Cocoon2/OC4J/Linux: Introduction
+ Apache/JServ on NT
+ Resin
+ Parameters
+ Internals
 
+ links
+ Yahoo.groups
+ OTN
+ OSCOM.org
 
Moreover news
+ IBM speeds Java on mainframes (CNET Asia)
+ Middle-aged mainframe converts to Java (ZDNet UK)
+ IBM speeds Java on mainframes (ZDNet)
+ IBM speeds Java on mainframes (CNET)
+ All Buttons (JavaBoutique)
+ Drag-and-Drop Editor Out for Linux Devs (Internet News)
+ Using Program Parameters in Java (JavaBoutique)
+ Sun pledges to cooperate with Microsoft (AP via Seattle Post Intelligencer)
+ Sun pledges to cooperate with Microsoft (Boston Globe)
+ Bitter legal feud ends with payment, Sun cuts 3,300 more jobs (China Post)
+ Sun and Microsoft settle (Chicago Sun-Times)
+ Microsoft to pay $1.6 billion, settle with Sun Microsystems (Baltimore Sun)
+ Visualize Hoovers Data With Anacubis (ResearchBuzz via ResearchBuzz)
+ Sun and BEA advance Java app offerings (Computer Weekly)
+ Sun wants to lift its Java profile (ZDNet UK)
+ 'Smack the Pingu' on Your Mobile Phone! (PA News via The Scotsman Online)
+ Third Generation Mobile Phone Game from Nihon Enterprise (Japan Corp)
+ Comment: Free but shackled - the Java trap (Sydney Morning Herald)
+ Sun plots Java comeback (CNET Asia)
+ Veritas and BEA vow to love Java together (The Register)
+ Microsoft and Sun's settlement will yield web services benefits and support for Java (Computer Weekly)
+ Sun plots Java comeback (CNET)
+ Sun plots Java comeback (ZDNet)
+ Sun enables new wave of mobile Java services (Sunday Times South Africa)
+ Sun Releases Sun Java Studio 6 (Techfocus)
+ Sam Pitrodas Telecom Firm Sets Up India Centre (Financial Express)
+ Multi Player Mobile Gaming (BBC)
+ Combining SOAP and JavaMail (Java Pro)
+ Draw Applet (JavaBoutique)
+ IBM dedicates module to Java on mainframes (CNET)
 
+ OTN News
+ View Live Customer Webcast Demos of Enterprise Manager 10g Grid Control
+ Oracle Database 10g for Windows Now Available for Download
+ Download New Oracle 10g JDBC Drivers
+ JDeveloper 10g Reviewed in Internet.com's Java Boutique
+ Java Developer's Journal Readers Name Oracle Products "Best" in Two Categories
+ New OracleAS Portal Extension for Macromedia Dreamweaver
+ Learn from the Experts During Java Week
+ Download Oracle Database 10g
+ New OracleAS Web Cache How-To Documents
+ Learn About SQL 2003 Support in Oracle Database 10g
+ New: Quick Installation Guide for RAC on Oracle Database 10g SE (Windows)
+ Oracle Forms Diagnostic Techniques
+ Introduction to JavaServer Faces
+ Prepare for Oracle Database 10g
+ New Tutorial: Learn JSP 2.0
+ Learn Best Practices for Consolidating Oracle on Linux Deployments
+ What's New in PL/SQL in Oracle Database 10g?
+ New Oracle 10g JDBC Samples
+ New Tech Tip: Using HttpUnit in Oracle JDeveloper 10g
+ Oracle 10g Supports Microsoft Windows Media Streaming Services and Windows Media File Format (ASF)
+ New Books at Oracle 10g Book Center
+ Tech Tip: Using JSTL SQL in Oracle JDeveloper 10g Preview
+ New Technical Article Series: The Hitchhiker's Guide to PHP
+ New Enterprise Manager 10g Grid Control Hands-on Tutorial
+ OC4J 10g (10.0.3) Developer Preview 2 Now Available
+ Download the New Oracle JDeveloper Application Migration Assistant (AMA) Search Rules for WebLogic Migrations
+ Learn Oracle in 2 Days
+ Download the new Oracle XDK 10g Production Release
+ Explore New JDBC 10g How-To's
+ New Oracle 10g JDBC Sample: CachedRowSet
+ New RowSet Implementation Tutorial Series
+ Download 2003 ODTUG Conference Papers
+ New Tutorial: Understanding TLD Caching in JSPs
+ Deploy the New J2EE 1.4 Adventure Builder Reference Application to OC4J
+ Download New Servlet Advanced Sample Applications
+ New: Oracle XDK 10g Unicode Support and XSLT Extension Sample App
+ New Oracle Application Server ProcessConnect End-to-End Samples
DBPrism at SourceForge
Built with Cocoon2
Documentation
 
3. Installation
3.1 Apache

First things first we need a web server and Apache aint a bad one (maybe the best)

3.1.1

Download Apache from http://www.apache.org/ (Get the latest stable version when these instructions where written 1.3.12 was the latest stable release. With later versions there may be differences in paths and install procedures.)


3.1.2

This is a self extracting exe


3.1.3

The instructions assume this goes in c:\program files\apache group\apache. Select typical install accepting all defaults and this will be done automatically
In fact these instructions will put all the software under c:\program files\apache group\ in various directories. This DOES NOT have to be the case, you can install the software anywhere you want. Of course following these instructions may get a little fuzzy if you choose not too.


3.1.4

Notable files c:\program files\apache group\apache\conf\httpd.conf - this is the apache configuration file, its very well documented. c:\program files\apache group\apache\logs\errors.log - this is the apache error log - useful for debugging problems later.


3.1.5

Did It Work?

There should be a program group 'Apache Web Server' with a start/stop apache icon. Start Apache, a dos window should open, kick off a browser and goto url http://127.0.0.1/ You should see an html page saying
'If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page.' Along with other things - if you want to change things go read the documentation, follow the link at the bottom of the page You may as well stop apache now, as we will have to restart it again soon, use stop apache from the 'Apache Web Server' Group



3.2 JDK
3.2.1

Download jdk (java developers kit) http://java.sun.com/


3.2.2

This is self extracting, accept all the defaults except for the install directory


3.2.3

The instructions assume this goes in C:\program files\apache group\jdk1.1.8 again this could be anywhere you want



3.3. JSDK
3.3.1

Download JSDK (Java Servlet Development Kit) from http://java.sun.com/

Note Use 2.0, 2.1 will not work according to the apache jserv documentation, this is subject to changes for later versions


3.3.2

Download JSDK (Java Servlet Development Kit) from http://java.sun.com/


3.3.3

The instructions assume this goes in c:\program files\apache group\JSDK2.0



3.4 Apache JSERV
3.4.1

Download Apache jserv from http://www.apache.org/


3.4.2

This is self extracting, accept all the defaults except for the install directory


3.4.3

The instructions assume this goes in c:\program files\apache group\Apache JServ 1.1, again this could be anywhere you want


3.4.4

You will be prompted for the location of the following files ' The java virtual machine' ie where is the java.exe? c:\program files\apache group\jdk1.1.8\bin ' The directory JSDK 2.0 is installed in ' ie where is jsdk.jar c:\program files\apache group\jsdk2.0\lib You will be asked if you want to modify the apache httpd.conf file, select yes, this modifies the apache httpd.conf file to kick off jserv when apache is brought up. You will be asked for the location of the httpd.conf file. c:\program files\apache group\apache\conf


3.4.5

Notable Files Apache Jserv extends the apache conf file with
# Include the configuration for Apache JServ 1.1 Include "c:\program files\apache group\Apache JServ 1.1\conf\jserv.conf"
The contents of jserv.conf are included into the httpd.conf (using the include directive, this is why the jserv install asked you for the location of httpd.conf file). This separates the jserv directives (in c:\program files\apache group\Apache JServ 1.1\conf\jserv.conf) from the apache directives. We will return here as we need to configure jserv


3.4.6

Did jserv install OK? Start Apache, kick off a browser and goto url http://127.0.0.1/jserv/ Keep the trailing slash. You should see an html jserv configuration page





Overview > Installation > Rewiew > Configuration > Credits >
Last Update: 2003-08-07 09:41:55.0| webmaster@dbprism.com.ar
Search | Use AltaVista (TM) query syntax<<
Quick Links<<
(C) 2003 - DBPrism ~ DBPrism CMS | Marcelo F. Ochoa | TANDIL ~ Argentina