Changeset 26077 for main


Ignore:
Timestamp:
2012-08-07T16:25:38+12:00 (12 years ago)
Author:
ak19
Message:

Since we removed the installer page for configuring tomcat with port, shutdown port and hostname, still need defaults for these properties for proper installation of GS3 (and Flax).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r26076 r26077  
    118118        -->
    119119
    120         <echo>Setting tomcat ports</echo>
     120        <echo>Setting tomcat ports</echo>       
     121        <property name="tomcat.server" value="localhost"/>         
     122        <property name="tomcat.port" value="8383"/>     
     123        <property name="tomcat.shutdown.port" value="8305"/>
    121124        <rsr file="${installDir}/build.properties">
    122125            <job pattern="^(tomcat\.server[=:]).*" replacement="$1${tomcat.server}" />
Note: See TracChangeset for help on using the changeset viewer.