~ubuntu-branches/ubuntu/oneiric/libapache-mod-jk/oneiric

« back to all changes in this revision

Viewing changes to jk/native/netscape/README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2006-08-05 16:30:53 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060805163053-myf66gm6j1a21ps6
Tags: 1:1.2.18-1ubuntu1
Merge from Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ABOUT
2
 
-----
3
 
 
4
 
The redirector was originally developed using Visual C++ Ver.6.0, 
5
 
so having this environment is a prerequisite if you want to perform 
6
 
a custom build on Windows systems
7
 
 
8
 
On Unix system, a Makefile.solaris is provided and should be 
9
 
adapted to tailor to your own configuration.
10
 
 
11
 
 
12
 
REQUIREMENT for Windows build
13
 
-----------------------------
14
 
 
15
 
MS VC 6.0 (+ update, latest service pack is 6)
16
 
 
17
 
BUILDING on Windows
18
 
-------------------
19
 
 
20
 
The steps that you need to take are:
21
 
 
22
 
   1. Change directory to the nsapi redirector plugins source directory.
23
 
   2. Set the SUNONE_HOME system environment value to SunONE installation
24
 
      directory or edit the nsapi.dsp and replace all $(SUNONE_HOME)
25
 
      occurrences with the real path
26
 
   3. Execute the following command:
27
 
      MSDEV nsapi.dsp /MAKE ALL
28
 
      If msdev is not in your path, enter the full path to msdev.exe
29
 
 
30
 
This will build both release and debug versions of the redirector plugin.
31
 
 
32
 
An alternative will be to open the isapi workspace file (nsapi.dsw) in msdev and 
33
 
build it using the build menu.