~mbruzek/charms/precise/tomcat/trunk

« back to all changes in this revision

Viewing changes to README.md

  • Committer: matthew.bruzek at canonical
  • Date: 2014-03-21 15:07:22 UTC
  • Revision ID: matthew.bruzek@canonical.com-20140321150722-0ocm6zqbkypzu6v9
Fixed some spelling errors found in the README.md file

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
 
106
106
## Java Debugger (JDB)
107
107
 
108
 
Remote debugging can be useful for application development and diagnositing 
 
108
Remote debugging can be useful for application development and diagnosing 
109
109
problems with a deployed application.  There are many debugging tools, 
110
110
including jdb, and most Integrated Development Environments (IDEs) provide
111
111
the ability to attach to remote servers and step through code line by line.  
113
113
`debug_enabled` configuration option.  The default port 8000 is open when 
114
114
`True` and closed when `False` (default).
115
115
 
116
 
## Java Management Extenstion (JMX)
 
116
## Java Management Extensions (JMX)
117
117
 
118
118
JMX monitoring is disabled by default, but you can enable it with the 
119
119
following commands: