Deploy Icescrum under Windows

Source: Internet
Author: User
Tags zip folder

Software 151 native Jay

First, install the JDK

1. Download JDK

Address: http://www.oracle.com/technetwork/java/javaee/downloads/index.html

Select the appropriate system version

2. General Installation

3. Configure Environment variables

Configuring environment variables under Windows 7 requires the following steps to be installed:

Windows 7 Desktop----(right-click Computer, click Properties)----> Control Panel \ System and Security \ System----(Click Advanced system Settings)----> System Properties----(click on the "Advanced" tab and click on "Environment variables")---- > Environment variable----(The following system variable, click "New ..." or select click "Edit")----> fill in the variable name and variable value----(Click All "OK" to save the changes)----> complete

You need to configure 3 environment variables Java_home, CLASSPATH, Path

A, JAVA_HOME=JDK installation of the directory

Example: Java_home =c:\program files\java\jdk1.6.0_34

b, classpath=.; %java_home%\lib

c, path=;%java_home%\bin;

Note that the path variable general system is self-bringing,%java_home%\bin; add to the back of the original variable, do not clear the original variable three

4. Installation Success Mark

CMD command mode, run Java has command prompt

Second, run Start.bat, modify the configuration file

1. Unzip the Icescrum_r5_1.2_bundle.zip folder

2, point open Run Start.bat,tomcat will automatically decompress \bundle\server\webapps Icescrum.war in the current directory

3. Modify the Icescrum configuration file

The last line in a, bundle\server\webapps\icescrum\web-inf\classes, config.properties file

Change to "Grails.serverurl=http://172.31.108.128:8080/icescrum"

It should be the jump address after landing successfully

B. Modify the Tomcat configuration file

The <connector port= "8080″ configuration in the bundle\server\conf Server.xml file needs to be modified to

<connector port= "8080″protocol=" Org.apache.coyote.http11.Http11NioProtocol "connectiontimeout=" 2000″ maxthreads= "500″uriencoding=" utf-8″/>

Deploy Icescrum under Windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.