Windows + Apache + Resin configuration

xiaoxiao2021-03-06  47

Windows2000 apache2.0.48 resin2.1.6

1, install JDK1.4

The latest version of JDK is JDK1.4.2, you can

Http://java.sun.com and download. Add Windows2000 Environment Variables Java_Home: Right-click My Computer, Select Property à Advanced à Environment Variable à System Variable à New, Variable Name Java_Home, the variable value is a JDK installation directory.

2, install resin2.1.6

in

Http://e.pku.edu.cn Search RESIN, you can search for RESIN2.1.6 compressed package or higher RESIN, as long as you download resin2.1.6 (Note To download the version under Windows, Generally a ZIP or RAR compression package).

Unfaming the compressed package to a folder, the resin2.1.6 under this folder is the RESIN installation directory, of course, can also put the resin2.1.6 folder to the installation directory of RESIN. There are three files httpd.exe, resin.dll, setup.exe under the installation directory BIN. You can use the installation directory httpd.exe-install command to register with Windows services.

Run the installation directory httpd.exe or start the resinwebserver in the Windows2000 service after the registration service. Type in the address bar of the IE browser:

Http: // localhost: 8080 / index.xtp, the Enter will appear resin's default home page (actually RESIN's usage document), which means that RESIN has been installed successfully. Select ReferenceGuide, click on Windowsapache under Installation: gettingstarted, you can see that this is the tutorial of Apache Resin under Windows. The English can be used to see this tutorial.

3, install apache2.0.48.

From

Http://www.apache.org Upload Apache_2.0.48-win32-x86-no_ssl.msi, you can double-click the running installation in Windows2000. If you need to install an upgrade software in Win98, you will need to install the .msi installation file.

转载请注明原文地址:https://www.9cbs.com/read-79968.html

New Post(0)