You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2017/06/16 14:05:36 UTC

[1/2] incubator-trafficcontrol git commit: This closes #479

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master a9da0a390 -> 8e7385b19


This closes #479


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/8e7385b1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/8e7385b1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/8e7385b1

Branch: refs/heads/master
Commit: 8e7385b19bf0484a6b8c4bb66886e012d2bdad7e
Parents: 7a65269
Author: Dewayne Richardson <de...@apache.org>
Authored: Fri Jun 16 08:05:27 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Fri Jun 16 08:05:27 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/2] incubator-trafficcontrol git commit: Updated restart procedure

Posted by de...@apache.org.
Updated restart procedure

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/7a652699
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/7a652699
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/7a652699

Branch: refs/heads/master
Commit: 7a65269952df89b4256d1e3da0dfa35c2400ba3f
Parents: a9da0a3
Author: serDrem <se...@gmail.com>
Authored: Wed May 17 10:41:17 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Fri Jun 16 08:05:27 2017 -0600

----------------------------------------------------------------------
 docs/source/admin/traffic_router.rst | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/7a652699/docs/source/admin/traffic_router.rst
----------------------------------------------------------------------
diff --git a/docs/source/admin/traffic_router.rst b/docs/source/admin/traffic_router.rst
index 4fe4759..33ba4ee 100644
--- a/docs/source/admin/traffic_router.rst
+++ b/docs/source/admin/traffic_router.rst
@@ -47,6 +47,8 @@ The following are requirements to ensure an accurate set up:
 
 
 6. Start Tomcat: ``sudo service tomcat start``, and test lookups with dig and curl against that server.
+	To restart, ``sudo service tomcat stop``, kill the traffic router process, and ``sudo service tomcat start``
+	Also, crconfig previously recieved will be cached, and needs to be removed manually to actually be reloaded /opt/traffic_router/db/cr-config.json
 7. Snapshot CRConfig; See :ref:`rl-snapshot-crconfig`
 
 ..  Note:: Once the CRConfig is snapshotted, live traffic will be sent to the new Traffic Routers provided that their status is set to ``ONLINE``.