Fix instructions for `in-place editing' of a config file.
Make sure that nobody overwrites their server.xml by mistake.
This commit is contained in:
parent
8e54240c37
commit
f7ba6d8283
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14122
1 changed files with 2 additions and 1 deletions
|
@ -548,7 +548,8 @@ jakarta-tomcat-4.0.3
|
|||
&prompt.root; fgrep -n 8080 server.xml
|
||||
~65: By default, a non-SSL HTTP/1.1 Connector is established on port 8080.
|
||||
~89: port="8080" minProcessors="5" maxProcessors="75"
|
||||
&prompt.root; cat server.xml | sed s/8080/80/ > server.xml</screen>
|
||||
&prompt.root; cat server.xml | sed s/8080/80/ > server.xml.new
|
||||
&prompt.root; mv server.xml.new server.xml.new</screen>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue