You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/05 06:55:00 UTC

[7/8] isis git commit: ISIS-1335: makes tiny improvement to cg docs, suggesting to tail the catalina.out once deployed to check ok.

ISIS-1335: makes tiny improvement to cg docs, suggesting to tail the catalina.out once deployed to check ok.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/2ed9fa39
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/2ed9fa39
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/2ed9fa39

Branch: refs/heads/master
Commit: 2ed9fa3915e2685016b0786ddd08d30b2b784b4b
Parents: 4caa85b
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Jul 5 07:40:50 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Jul 5 07:40:50 2016 +0100

----------------------------------------------------------------------
 .../src/main/asciidoc/guides/_cgcom_cutting-a-release.adoc          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/2ed9fa39/adocs/documentation/src/main/asciidoc/guides/_cgcom_cutting-a-release.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_cutting-a-release.adoc
index 5943b14..d1b9566 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cgcom_cutting-a-release.adoc
@@ -449,6 +449,7 @@ popd
 cp webapp/target/simpleapp.war $CATALINA_HOME/webapps/ROOT.war
 pushd $CATALINA_HOME/bin
 sh startup.sh
+tail -f ../logs/catalina.out
 ----
 +
 quit using: