Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed JettyWebConnector port to 9000 to be consistent with change made to TomcatWebConnector

...

Code Block
xml
xml
borderStylesolid
titleExcerpt from config.xml - Jetty
<module name="geronimo/activemq/1.1/car"/>
<module name="geronimo/jetty/1.1/car">
<gbean name="JettyWebConnector">
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">8080<>9000</attribute>
<attribute name="redirectPort">8443</attribute>

...