Friday, June 15, 2007

Prepare web server for Intranet

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


  1. download java SDK from http://java.sun.com/javase/downloads/index.jsp

  2. Followed the screen instruction to install downloaded exe file.

  3. Edit environment variables ‘Path’, add ‘C:Program FilesJavajre1.6.0_01bin’.



Install Tomcat

  1. Download Tomcat from http://tomcat.apache.org/download-60.cgi

  2. Followed the on screen instructions to install downloaded exe file.

  3. Launch http://localhost:8080/ in explorer to confirm Tomcat installed successfully.



Install Tomcat & IIS connector


  1. Download Tomcat connector ‘isapi_redirect.msi’ from http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.15/.

  2. Run download msi file.

  3. Download last ‘isapi_redirect.dll’ and replace the one created in step 2.

  4. Add two environment variables ‘TOMCAT_HOME’ and ‘JAVA_HOME’.