Changeset 182 for nutchez-0.2/src
- Timestamp:
- Jun 11, 2010, 4:51:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/nutchez
r181 r182 251 251 else 252 252 modify_line_nu=$(cat -n $Tomcat_HOME/conf/server.xml | grep -v SSL | grep 'HTTP/1.1' | grep '<Connector' | awk '{print $1}') 253 sed -i "${modify_line_nu}c <Connector port= "$(cat $tomcatPort)" protocol="HTTP/1.1"" $Tomcat_HOME/conf/server.xml253 sed -i "${modify_line_nu}c <Connector port=\"$(cat $tomcatPort)\" protocol=\"HTTP/1.1\"" $Tomcat_HOME/conf/server.xml 254 254 $Tomcat_HOME/bin/shutdown.sh 255 255 $Tomcat_HOME/bin/startup.sh
Note: See TracChangeset
for help on using the changeset viewer.