Changes between Version 1 and Version 2 of waue/2009/0812d/start_config
- Timestamp:
- Aug 12, 2009, 7:40:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2009/0812d/start_config
v1 v2 74 74 75 75 {{{ 76 77 76 #!text 78 79 77 $(jetty.class.path) always 80 81 82 83 78 org.mortbay.log.LogFactory.noDiscovery=true ! property org.mortbay.log.LogFactory.noDiscovery 84 85 79 javax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder java > 1.4 86 87 88 89 80 # Try different settings of jetty.home until the jetty.jar is found. 90 91 81 jetty.home=. ! exists $(jetty.home)/lib/org.mortbay.jetty.jar 92 93 82 jetty.home=.. ! exists $(jetty.home)/lib/org.mortbay.jetty.jar 94 95 83 jetty.home=/home/jetty ! exists $(jetty.home)/lib/org.mortbay.jetty.jar 96 97 84 jetty.home=/C:/jetty ! exists $(jetty.home)/lib/org.mortbay.jetty.jar 98 99 85 jetty.home=. ! exists $(jetty.home)/lib/org.mortbay.jetty.jar 100 101 102 103 86 # The main class to run 104 87