CVS: TapestryBook/hangman1 jetty.xml,NONE,1.1

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/hangman1
In directory sc8-pr-cvs1:/tmp/cvs-serv10853/hangman1

Added Files:
	jetty.xml 
Log Message:
Rename app from "hangman" to "hangman1".
Create (temporary) dependency of jakarta-tapestry project for latest code.

--- NEW FILE: jetty.xml ---
<?xml version="1.0"  encoding="ISO-8859-1"?> 
<!-- jetty.xml,v 1.1 2002/07/08 21:46:10 hship Exp -->
<!DOCTYPE Configure PUBLIC
	"-//Mort Bay Consulting//DTD Configure 1.2//EN"
	"http://jetty.mortbay.org/configure_1_2.dtd">

<Configure class="org.mortbay.jetty.Server">

  <!-- This writes a log of each incoming request to the default output, which makes
       it easier to see what Tapestry and Jetty are up to. -->

  <Call name="instance" class="org.mortbay.util.Log">
    <Call name="disableLog"/>
    <Call name="add"> 
      <Arg>
        <New class="org.mortbay.util.OutputStreamLogSink">
          <Call name="start"/> 
        </New>
      </Arg>
    </Call>
  </Call>
  
  

  <Call name="addListener">
    <Arg>
      <New class="org.mortbay.http.SocketListener">
        <Set name="Port">8080</Set>
        <Set name="MinThreads">1</Set>
        <Set name="MaxThreads">10</Set>
        <Set name="MaxIdleTimeMs">30000</Set>
        <Set name="MaxReadTimeMs">10000</Set>
        <Set name="MaxStopTimeMs">5000</Set>
        <Set name="LowResourcePersistTimeMs">2000</Set>
        <Set name="confidentialPort">8443</Set>
      </New>
    </Arg>
  </Call>

  
  <!-- By moving web.xml into WEB-INF, the context directory ends up with the
       approximate format of an exploded WAR. -->
         
	<Call name="addWebApplication">
		<Arg>/hangman</Arg> 
  		<Arg>context</Arg> 
  		<Set name="DefaultsDescriptor">../common/webdefault.xml</Set> 
	</Call>  

</Configure>



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.