Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Find and open the web.xml
file in the JIRA_INSTALL/atlassian-jira/WEB-INF
directory."
A block of code is set as follows:
<Connector port="8443" maxHttpHeaderSize="8192" SSLEnabled="true" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" useBodyEncodingForURI="true"/>
Any command-line input or output is written as follows:
keytool –genkey –alias tomcat –keyalg RSA
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "If you do not have your e-mail server information handy, you can skip this step now by selecting the Later option and clicking on Finish."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.