Prepare web server for Intranet
1. Configure Website
Starting IIS manager, create a new web site ‘Intranet’.
Select ‘Web site’ -->'New’-->'Web site…’, System show ‘Web Site Creation Wizard’
Click ‘Next’.
Click ‘Next’
Click ‘Next’
Click ‘Next’
Click ‘Next’
Click ‘Finish’
Setting access right for site as below
Install java
download java SDK from http://java.sun.com/javase/downloads/index.jsp
Followed the screen instruction to install downloaded exe file.
Edit environment variables ‘Path’, add ‘C:Program FilesJavajre1.6.0_01bin’.
Install Tomcat
Download Tomcat from http://tomcat.apache.org/download-60.cgi
Followed the on screen instructions to install downloaded exe file.
Launch http://localhost:8080/ in explorer to confirm Tomcat installed successfully.
Install Tomcat & IIS connector
Download Tomcat connector ‘isapi_redirect.msi’ from http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.15/.
Run download msi file.
Download last ‘isapi_redirect.dll’ and replace the one created in step 2.
Add two environment variables ‘TOMCAT_HOME’ and ‘JAVA_HOME’.