Reworked the start documentation.
Started skeleton of the operations guide.
Removed old_docs/deploying/hot-deployment.adoc and
old_docs/gettingstarted/getting-started/jetty-deployment.adoc,
since its content has been moved to the refactored documentation.
Restructured the skeleton of the operations guide.
Removed old_docs/deploying/anatomy-of-a-webapp.adoc,
since its content has been moved to the refactored documentation.
Removed old_docs/deploying/automatic-webapp-deployment.adoc,
since its content has been moved to the refactored documentation.
Removed old_docs/deploying/configuring-virtual-hosts.adoc,
since its content has been moved to the refactored documentation.
Removed old_docs/contexts/serving-webapps-from-particular-port.adoc
and example-jetty-embedded/src/main/resource/jetty-otherserver.xml,
since its content has been moved to the refactored documentation.
Simplified POMs.
Simplified index.adoc files, refactoring common things into config.adoc.
Expanded the deploy configuration documentation.
Expanded the protocols configuration documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Deleted start-matrix.adoc, since it was not referenced by the
documentation and it was linking the old wiki for Jetty 7/8.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Renamed operation-guide to operations-guide.
Moved the operations-guide old documentation under old_docs/.
Got rid of the getting-started guide, moved its documentation under operations-guide/old_docs.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Introduced IteratingCallback in arch-io.adoc.
Removed server-side-architecture.adoc because it has been moved to server-io-arch.adoc.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
* Issue #5162 CDI embedded integration improvements
Clean up CDI integration and documentation to better support embedded usage.
+ made listener public
+ added utility class for SCIs
* Issue #5162 CDI embedded integration improvements
Clean up CDI integration and documentation to better support embedded usage.
+ moved EmbeddedWeldTest to jetty-embedded
* fix javadoc
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Issue #5162 CDI embedded integration improvements
ventilated text
* fix test pom
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Fixed javadoc
* Fixed javadoc
* Issue #5162 CDI embedded integration improvements
Moved tests to jetty-cdi to avoid consequences to other tests in embedded
* trailing new line
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* updates from review
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Feedback from review
Removed old writing-custom-handlers.adoc since all its
content has been ported to the new documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Removed old basic-architecture.adoc since all its
content has been ported to the new documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Fixed wrong xrefs after section ID renaming.
Added TODOs for sections that needs to be expanded.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
* Support Apache Commons Daemon methods in XmlConfiguration so it can substitute for start.Main after a --dry-run
* + added --dry-run=parts to printout partial dry run
+ added --no-exec
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* + updated for review feedback
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Feedback from review:
+ removed features other than --dry-run parts
+ added documentation