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

Howard Lewis Ship <[email protected]> Thu, 01 May 2003 10:39:26 -0700
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/TapestryBook/bannerads
In directory sc8-pr-cvs1:/tmp/cvs-serv13484/bannerads

Added Files:
	jetty.xml 
Log Message:
Add new example for banner ads (services + components).

--- 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">
	<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>/ads</Arg>
		<Arg>context</Arg>
		<Set name="DefaultsDescriptor">../common/webdefault.xml</Set>
	</Call>
</Configure>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf