Commit Graph

105 Commits

Author SHA1 Message Date
Joakim Erdfelt fa60b0605f 328872 - Multi Jetty xml files not loading if directory is referenced in jetty.conf
* Fixed foreach variable name. changed from bad mix of "file" and "FILE"
  to a more consistent "XMLFILE" variable.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2649 7e9141cc-0065-0410-87d8-b60c137991c4
2011-01-11 00:36:47 +00:00
Joakim Erdfelt 892bd690e0 Bug 333771 - System properties are not available inside XML configuration
file by using the 'property' tag.

* Made lookups of Properties by the Start Config use Jetty Property then
  System Properties, and lastly default values when requested.
* Made XmlConfiguration use layered property lookup from Start Config,
  benefitting XmlConfiguration of the same logic.
* Made all use of Start Config.getProperty() use static references
  per the method signature.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2646 7e9141cc-0065-0410-87d8-b60c137991c4
2011-01-10 18:10:15 +00:00
Jesse McConnell 4f20646380 clean up distro a bit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2577 7e9141cc-0065-0410-87d8-b60c137991c4
2010-12-03 15:29:54 +00:00
Greg Wilkins d261713cf4 better doco
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2556 7e9141cc-0065-0410-87d8-b60c137991c4
2010-11-25 02:44:35 +00:00
Jesse McConnell d2302aa78e another tactic for src distro
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2351 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-15 19:51:00 +00:00
Jesse McConnell 8d653102d7 Bug 297154 add source artifact to distro
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2320 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-06 19:20:56 +00:00
Jesse McConnell fd0009f589 add javadoc.xml context to serve out the jetty documentation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2315 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-04 21:43:33 +00:00
Greg Wilkins 16caeeb478 320073 template deployments
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2203 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-03 00:41:57 +00:00
Greg Wilkins 8bc63b4b1e 316976 removed quotes of JAVA_OPTIONS in jetty.sh
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2021 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-17 00:53:35 +00:00
Joakim Erdfelt 9c423e9c54 316970 - jetty.sh fails to find JETTY_HOME in standard directories
Reworked JETTY_HOME lookup to be more clear and resilient.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2018 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 21:25:30 +00:00
Joakim Erdfelt 01a2e3ff1c 316973 - jetty.sh claims java installation is invalid
Reworked jetty.sh to NOT check for JAVA_HOME, but instead
check for java from JAVA environment variable (optional)
or use $(which java) to find java itself.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2017 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 20:52:04 +00:00
Joakim Erdfelt b65e7debb2 316555 jetty.sh throws errors/warnings in older bash version
Fixing syntax of expr to be more resilient.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1990 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 23:15:27 +00:00
Joakim Erdfelt e2c544b375 Fixing --daemon use
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1969 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-09 23:59:37 +00:00
Joakim Erdfelt 5a6d8a65c3 Cleaning up CH_USER
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1968 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-09 23:53:31 +00:00
Joakim Erdfelt a518e97491 Moving --daemon out from all actions to just start
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1966 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-09 23:40:32 +00:00
Joakim Erdfelt 949ccb5598 Making CONFIGS check less strict
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1965 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-09 23:20:21 +00:00
Joakim Erdfelt a884f721f4 315748 - Remove special case --fromDaemon from start.jar
Implementing change in jetty.conf per new --pre={} logic.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1938 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-07 22:20:07 +00:00
Joakim Erdfelt 8d82a4a6f1 315687 - included init script broken
Implementing change suggested by Brad Larson.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1937 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-07 22:17:50 +00:00
Joakim Erdfelt 465e9f91da Adding --daemon back now that work in jetty-start is settled
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1936 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-07 21:32:12 +00:00
Greg Wilkins cf039140fb 315748 added --pre support in start.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1929 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-07 00:02:08 +00:00
Greg Wilkins b3c156a988 315748 Removed --fromDaemon from start.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1919 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 11:02:16 +00:00
Joakim Erdfelt b90b7dcc15 314009 'BindException: Address already in use' when explicitly specifying jetty.xml configuration file on command line
Fixing jetty.sh to not include jetty.xml on command line.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1869 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-25 22:19:48 +00:00
Greg Wilkins 0a4ebb3cc6 fixed readme
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1845 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-23 20:36:28 +00:00
Joakim Erdfelt c23ffe7896 Adding back --fromDaemon accidentally removed in r784
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1772 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-12 22:53:44 +00:00
Greg Wilkins 8cc05dff98 JSP cleanup
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1726 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-05 17:50:07 +00:00
Joakim Erdfelt dda5342db0 Ensuring directories exist for linux-packaging efforts
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1665 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:17:09 +00:00
Joakim Erdfelt 1b90cea30e JETTY-1030 - Improve jetty.sh script
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1661 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 20:53:52 +00:00
Greg Wilkins 4fe6fa388f 310094 Improved start.jar usage and config files
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1548 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-22 12:59:40 +00:00
Greg Wilkins 62135a39be 309765 Added JSP module
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1529 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-20 08:49:19 +00:00
Greg Wilkins 5c3d1535e9 demo improvements
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1429 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 13:49:37 +00:00
Greg Wilkins 3940e66ab3 added ext to default start.ini
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1275 7e9141cc-0065-0410-87d8-b60c137991c4
2010-02-18 04:04:20 +00:00
Greg Wilkins f9455c7712 demo websocket implementation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1087 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-23 08:44:37 +00:00
Jesse McConnell 12f440c894 replace contents.html with README explaining how to access javadocs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@914 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-16 02:35:39 +00:00
Jesse McConnell 041a469f4f make sure the META-INF is not going into assembly
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@912 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-16 02:26:08 +00:00
Jesse McConnell 35e905c88c update readme and remove file
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@910 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-16 02:19:31 +00:00
Greg Wilkins 08ac66ba1f improved start.ini
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@772 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-27 07:38:40 +00:00
Greg Wilkins 2c4db31b34 287496 Use start.ini always and added --exec
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@760 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-25 08:54:14 +00:00
Greg Wilkins 8acd4ab72c readded jetty-distribution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@669 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-09 23:42:32 +00:00
Jesse McConnell 8ee6a5a858 removing jetty-distribution as it is not allowed for IP reasons
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@607 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-29 20:35:12 +00:00
Joakim Erdfelt 9ad7377e13 284475 update jetty.sh for new OPTIONS syntax
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@588 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-24 02:56:21 +00:00
David Yu d0e514f192 JETTY-799 shell script for jetty on cygwin
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@446 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-30 09:29:41 +00:00
Jesse McConnell 0f854e3c84 removing incubation notices
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@428 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-23 21:29:10 +00:00
Jesse McConnell 5f48bd8f33 file comes from pjetty-policy config artifact
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@415 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-17 16:07:12 +00:00
Jesse McConnell 4d1b407c8b revert 7.0.0.M4-SNAPSHOT -> 7.0.0.M3-SNAPSHOT
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@414 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-17 16:06:11 +00:00
Greg Wilkins 646454e69c less warnings
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@300 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 02:03:40 +00:00
Greg Wilkins aa5d47a35f moved distribution and start back to jetty-*
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@293 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 23:58:18 +00:00
Greg Wilkins 020f12e948 renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@283 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 01:16:27 +00:00
Jesse McConnell f946f8609b [BUG 277551] initial jetty.policy file I was working with earlier, added in for completeness since it was referenced from the start.config (but not used currently
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@264 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 21:42:25 +00:00
Jesse McConnell 611266ff8a convert from 6 -> 7
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@250 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-21 18:49:39 +00:00
Jesse McConnell 679bd236f5 convert from 6 -> 7
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@249 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-21 18:48:09 +00:00
Jesse McConnell 6098e46b51 switch over to using the remote resources for artifacts and distribution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@235 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-19 17:23:42 +00:00
David Yu 806219ab59 JETTY-1014 Enable start-stop-daemon by default on jetty.sh (START_STOP_DAEMON=1)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@205 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-05 07:09:18 +00:00
David Yu 910a22426b JETTY-941, JETTY-996
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@191 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-24 07:23:01 +00:00
Jesse McConnell 303ab06c5b [BUGZILLA-271142] placing files here to address short term resolution of this issue
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@104 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 15:36:39 +00:00
Jesse McConnell ff76d89682 renaming directory since eclipse refactor didn't
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@26 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-27 21:58:36 +00:00