This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-training.git
The following commit(s) were added to refs/heads/master by this push: new ed7f29d Complete the service / daemon slides ed7f29d is described below commit ed7f29dbccaefa44729a3ea094e0b1cbe582ef5f Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 8 20:43:23 2018 +0000 Complete the service / daemon slides --- modules/background-01.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/modules/background-01.html b/modules/background-01.html index 99fd44a..6273ab5 100644 --- a/modules/background-01.html +++ b/modules/background-01.html @@ -193,11 +193,24 @@ <section> <h3>Running as a Service</h3> <p>Windows</p> - <p>Runs as LocalService by default - TODO Check</p> + <p>Runs as Local System by default</p> + <p>Consider using 'NT AUTHORITY\LocalService'</p> + <p>(no password)</p> + <p>See also <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=55969">Bug 55969</a></p> + <aside class="notes"> + Patches welcome. Windows installer is easy to build. + </aside> </section> <section> <h3>Running as a Daemon</h3> - <p>TODO commons daemon</p> + <p>You'll need build-essential</p> + <p>Expand in place, build and copy jsvc to bin</p> + <p>Copy daemon.sh to /etc/init.d/tomcat</p> + <aside class="notes"> + netstat -nap with ps + <br/> + Demonstrate starting on port 80 + </aside> </section> <section> <h3>Tomcat Installer for Windows</h3> @@ -228,6 +241,9 @@ <section> <h3>Demonstration</h3> <p>Installing from a Linux package</p> + <aside class="notes"> + Look at the default index page. Create a context. + </aside> </section> <section> <h3>Exercise</h3> -- To stop receiving notification emails like this one, please contact ma...@apache.org. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org