Changes between Version 3 and Version 4 of waue/2009/0812d/start_config


Ignore:
Timestamp:
Aug 13, 2009, 10:09:30 AM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/0812d/start_config

    v3 v4  
    4242#!text
    4343$(jetty.class.path)                              always
     44
    4445org.mortbay.log.LogFactory.noDiscovery=true       ! property org.mortbay.log.LogFactory.noDiscovery
    4546javax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder java > 1.4
     47
    4648# Try different settings of jetty.home until the jetty.jar is found.
    4749jetty.home=.                                     ! exists $(jetty.home)/lib/org.mortbay.jetty.jar
     
    5052jetty.home=/C:/jetty                             ! exists $(jetty.home)/lib/org.mortbay.jetty.jar
    5153jetty.home=.                                     ! exists $(jetty.home)/lib/org.mortbay.jetty.jar
     54
    5255# The main class to run
    53 
    5456org.mortbay.jetty.Server.class
    55 
    5657# override class with old property name
    57 
    5858$(start.class).class
    59 
    6059# override class with preferred property name
    61 
    6260$(main.class).class
    6361
    64 
    65 
    6662# The default configuration files
    67 
    6863$(jetty.home)/etc/admin.xml                      nargs == 0
    69 
    7064$(jetty.home)/etc/jetty.xml                      nargs == 0
    7165
    72 
    73 
    7466# Set the jetty classpath
    75 
    7667$(jetty.home)/lib/org.mortbay.jetty.jar          java >= 1.4
    77 
    7868$(jetty.home)/lib/javax.servlet.jar              always
    7969
    80 
    81 
    8270# Add JMX jars
    83 
    8471$(jetty.home)/lib/org.mortbay.jmx.jar            java >= 1.4
    8572
    86 
    87 
    8873# Always use xercesImpl from ext if it is present
    89 
    9074$(jetty.home)/ext/xercesImpl.jar                 ! available org.apache.xerces.jaxp.DocumentBuilderImpl
    9175
    92 
    93 
    9476# Add the XML support jars if needed.
    95 
    9677$(jetty.home)/ext/xmlParserAPIs-2.5.jar          ! available org.w3c.dom.DOMError
    97 
    9878$(jetty.home)/ext/xml-apis.jar                   ! available org.w3c.dom.Document
    9979
    100 
    101 
    10280# Set the classpath for the supporting cast
    103 
    10481$(jetty.home)/ext/ant.jar                        ! available org.apache.tools.ant.Main
    105 
    10682$(jetty.home)/ext/jasper-runtime.jar             ! available org.apache.jasper.Constants
    107 
    10883$(jetty.home)/ext/jasper-compiler.jar            ! available org.apache.jasper.JspCompilationContext
    109 
    11084$(jetty.home)/ext/jnet.jar                       ! available javax.net.SocketFactory
    111 
    11285$(jetty.home)/ext/jsse.jar                       ! available javax.net.ssl.SSLServerSocket
    113 
    11486$(jetty.home)/ext/jcert.jar                      ! available javax.security.cert.X509Certificate
    115 
    11687# Add anything in ext we have not yet considered.
    117 
    11888$(jetty.home)/ext/*                 
    11989
    120 
    121 
    12290# Try some standard locations for anything missing.
    123 
    12491/usr/share/java/ant.jar                          ! available org.apache.tools.ant.Main
    125 
    12692$(java.home)/lib/tools.jar                       ! available com.sun.tools.javac.Main
    127 
    12893$(java.home)/../lib/tools.jar                    ! available com.sun.tools.javac.Main
    12994
    130 
    131 
    13295# Add a resources directory if it is there
    133 
    13496$(jetty.home)/resources/
    13597