You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/04/05 08:43:47 UTC

svn commit: r1737782 [7/45] - in /tomee/site/trunk/content/ng: ./ admin/ admin/cluster/ admin/configuration/ advanced/ advanced/applicationcomposer/ advanced/setup/ advanced/shading/ advanced/tomee-embedded/ blog/ blog/2016/ blog/2016/03/ community/ cs...

Added: tomee/site/trunk/content/ng/admin/configuration/index.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/ng/admin/configuration/index.html?rev=1737782&view=auto
==============================================================================
--- tomee/site/trunk/content/ng/admin/configuration/index.html (added)
+++ tomee/site/trunk/content/ng/admin/configuration/index.html Tue Apr  5 06:43:46 2016
@@ -0,0 +1,197 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+	<meta charset="UTF-8">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache TomEE</title>
+	<meta name="description" content="Apache TomEE is a light JavaEE server with a lot tooling" />
+	<meta name="keywords" content="tomee,asf,apache,javaee,jee,shade,embedded,test,junit,applicationcomposer,maven,arquillian" />
+	<meta name="author" content="Luka Cvetinovic for Codrops" />
+	<link rel="icon" href="../../favicon.ico">
+	<link rel="icon"  type="image/png" href="../../favicon.png">
+	<meta name="msapplication-TileColor" content="#80287a">
+	<meta name="theme-color" content="#80287a">
+	<link rel="stylesheet" type="text/css" href="../../css/normalize.css">
+	<link rel="stylesheet" type="text/css" href="../../css/bootstrap.css">
+	<link rel="stylesheet" type="text/css" href="../../css/owl.css">
+	<link rel="stylesheet" type="text/css" href="../../css/animate.css">
+	<link rel="stylesheet" type="text/css" href="../../fonts/font-awesome-4.1.0/css/font-awesome.min.css">
+	<link rel="stylesheet" type="text/css" href="../../fonts/eleganticons/et-icons.css">
+	<link rel="stylesheet" type="text/css" href="../../css/jqtree.css">
+	<link rel="stylesheet" type="text/css" href="../../css/idea.css">
+	<link rel="stylesheet" type="text/css" href="../../css/cardio.css">
+</head>
+
+<body>
+    <div class="preloader">
+		<img src="../../img/loader.gif" alt="Preloader image">
+	</div>
+	    <nav class="navbar">
+		<div class="container">
+			<!-- Brand and toggle get grouped for better mobile display -->
+			<div class="navbar-header">
+				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+					<span class="sr-only">Toggle navigation</span>
+					<span class="icon-bar"></span>
+					<span class="icon-bar"></span>
+					<span class="icon-bar"></span>
+				</button>
+				<a class="navbar-brand" href="../..//#">
+				    <span>
+
+				    
+                        <img src="../../img/logo-active.png">
+                    
+
+                    </span>
+				    Apache TomEE
+                </a>
+			</div>
+			<!-- Collect the nav links, forms, and other content for toggling -->
+			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+				<ul class="nav navbar-nav navbar-right main-nav">
+					<li><a href="../../developer/index.html">Developer</a></li>
+					<li><a href="../../admin/index.html">Admin</a></li>
+					<li><a href="../../advanced/index.html">Advanced</a></li>
+					<li><a href="../../security/index.html">Security</a></li>
+					<li><a href="../../blog/index.html">Blog</a></li>
+					<li><a href="../../community/index.html">Community</a></li>
+                    <li><a href="../../download.html">Downloads</a></li>
+				</ul>
+			</div>
+			<!-- /.navbar-collapse -->
+		</div>
+		<!-- /.container-fluid -->
+	</nav>
+
+
+    <div id="main-block" class="container section-padded">
+        <div class="row title">
+            <div class='page-header'>
+              
+              <div class='btn-toolbar pull-right' style="z-index: 2000;">
+                <div class='btn-group'>
+                    <a class="btn" href="../../admin/configuration/index.pdf"><i class="fa fa-file-pdf-o"></i> Download as PDF</a>
+                </div>
+              </div>
+              
+              <h2>Configuration</h2>
+            </div>
+        </div>
+        <div class="row">
+            
+            <div class="col-md-12">
+                <div class="sect2">
+<h3 id="_container">Container</h3>
+<div class="paragraph">
+<p>TomEE specific configuration (ie not inherited one from Tomcat) is based on properties. Therefore
+you can fully configure TomEE using properties in <code>conf/system.properties</code>.
+However for convenience it also provides a hybrid XML alternative a.k.a. <code>conf/tomee.xml</code>.</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="server.html">Server Configuration: Properties</a>.</p>
+</li>
+<li>
+<p><a href="resources.html">Resources</a></p>
+</li>
+<li>
+<p><a href="containers.html">Containers</a></p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_application">Application</h3>
+<div class="paragraph">
+<p>Some settings can be specific to applications, these ones are also properties based and
+are read in <code>WEB-INF/application.properties</code>. When you can&#8217;t use <code>tomee.xml</code> to configure
+resources you can use <code>WEB-INF/resources.xml</code> which inherit from <code>tomee.xml</code> its syntax
+but binds the resources to the application and reuses the application classloader.</p>
+</div>
+<div class="paragraph">
+<p>More about <a href="application.html">Container Configuration</a>.</p>
+</div>
+</div>
+            </div>
+            
+        </div>
+    </div>
+<footer>
+		<div class="container">
+			<div class="row">
+				<div class="col-sm-6 text-center-mobile">
+					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h5 class="light regular light-white">"A good application in a good server"</h5>
+					<ul class="social-footer">
+						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
+						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
+					</ul>
+				</div>
+				<div class="col-sm-6 text-center-mobile">
+					<div class="row opening-hours">
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../admin/index.html" class="white">Administration</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../admin/cluster/index.html" class="regular light-white">Cluster</a></li>
+								<li><a href="../../admin/configuration/index.html" class="regular light-white">Configuration</a></li>
+							</ul>
+						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../developer/index.html" class="white">Developer</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../developer/classloading/index.html" class="regular light-white">Classloading</a></li>
+								<li><a href="../../developer/ide/index.html" class="regular light-white">IDE</a></li>
+								<li><a href="../../developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../../developer/tools/index.html" class="regular light-white">Tools</a></li>
+							</ul>
+						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../advanced/index.html" class="white">Advanced</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../advanced/applicationcomposer/index.html" class="regular light-white">Application Composer</a></li>
+								<li><a href="../../advanced/setup/index.html" class="regular light-white">Setup</a></li>
+								<li><a href="../../advanced/shading/index.html" class="regular light-white">Shading</a></li>
+								<li><a href="../../advanced/tomee-embedded/index.html" class="regular light-white">TomEE Embedded</a></li>
+							</ul>
+						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../community/index.html" class="white">Community</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../community/contributors.html" class="regular light-white">Contributors</a></li>
+								<li><a href="../../community/social.html" class="regular light-white">Social</a></li>
+								<li><a href="../../community/sources.html" class="regular light-white">Sources</a></li>
+							</ul>
+						</div>
+					</div>
+				</div>
+			</div>
+			<div class="row bottom-footer text-center-mobile">
+				<div class="col-sm-12 light-white">
+					<p>Copyright &copy; 1999-2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+				</div>
+			</div>
+		</div>
+	</footer>
+	<!-- Holder for mobile navigation -->
+	<div class="mobile-nav">
+		<a href="#" class="close-link"><i class="arrow_up"></i></a>
+	</div>
+	<!-- Scripts -->
+	<script src="../../js/jquery-1.11.1.min.js"></script>
+	<script src="../../js/owl.carousel.min.js"></script>
+	<script src="../../js/bootstrap.min.js"></script>
+	<script src="../../js/wow.min.js"></script>
+	<script src="../../js/typewriter.js"></script>
+	<script src="../../js/jquery.onepagenav.js"></script>
+	<script src="../../js/tree.jquery.js"></script>
+	<script src="../../js/highlight.pack.js"></script>
+    <script src="../../js/main.js"></script>
+</body>
+
+</html>
+

Added: tomee/site/trunk/content/ng/admin/configuration/index.pdf
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/ng/admin/configuration/index.pdf?rev=1737782&view=auto
==============================================================================
--- tomee/site/trunk/content/ng/admin/configuration/index.pdf (added)
+++ tomee/site/trunk/content/ng/admin/configuration/index.pdf Tue Apr  5 06:43:46 2016
@@ -0,0 +1,856 @@
+%PDF-1.3
+%ÿÿÿÿ
+1 0 obj
+<< /Title (Configuration)
+/Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
+/Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
+/CreationDate (D:20160323095144+01'00')
+/ModDate (D:20160323095144+01'00')
+>>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 3 0 R
+/Names 12 0 R
+/Outlines 22 0 R
+/PageLabels 26 0 R
+/PageMode /UseOutlines
+/OpenAction [7 0 R /FitH 842.89]
+/ViewerPreferences << /DisplayDocTitle true
+>>
+>>
+endobj
+3 0 obj
+<< /Type /Pages
+/Count 2
+/Kids [7 0 R 10 0 R]
+>>
+endobj
+4 0 obj
+<< /Length 2
+>>
+stream
+q
+
+endstream
+endobj
+5 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 4 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+>>
+endobj
+6 0 obj
+<< /Length 230
+>>
+stream
+q
+/DeviceRGB cs
+0.600 0.600 0.600 scn
+/DeviceRGB CS
+0.600 0.600 0.600 SCN
+
+BT
+368.81352734374997 351.36449999999996 Td
+/F1.0 27 Tf
+[<436f6e6669677572> 20.01953125 <6174696f6e>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+
+endstream
+endobj
+7 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 6 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F1.0 8 0 R
+>>
+>>
+>>
+endobj
+8 0 obj
+<< /Type /Font
+/BaseFont /AAAAAL+NotoSerif
+/Subtype /TrueType
+/FontDescriptor 28 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 30 0 R
+/ToUnicode 29 0 R
+>>
+endobj
+9 0 obj
+<< /Length 6409
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+BT
+48.24 786.6659999999999 Td
+/F2.0 18 Tf
+<436f6e7461696e6572> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+0.692 Tw
+
+BT
+48.24 758.646 Td
+/F1.0 10.5 Tf
+[<54> 29.78515625 <6f6d454520737065636966696320636f6e6669677572> 20.01953125 <6174696f6e20286965206e6f7420696e68657269746564206f6e652066726f6d2054> 29.78515625 <6f6d63617429206973206261736564206f6e2070726f706572746965732e205468657265666f7265>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+6.111 Tw
+
+BT
+48.24 742.866 Td
+/F1.0 10.5 Tf
+[<796f752063616e2066756c6c7920636f6e6669677572652054> 29.78515625 <6f6d4545207573696e672070726f7065727469657320696e20>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+6.111 Tw
+
+BT
+350.70145117187496 742.866 Td
+/F3.0 10.5 Tf
+<636f6e662f73797374656d2e70726f70657274696573> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+6.111 Tw
+
+BT
+466.20145117187496 742.866 Td
+/F1.0 10.5 Tf
+<2e20486f776576657220666f72> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 727.086 Td
+/F1.0 10.5 Tf
+[<636f6e76656e69656e636520697420616c736f2070726f766964657320612068> 20.01953125 <796272696420584d4c20616c7465726e617469766520612e6b2e612e20>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+BT
+349.74729492187504 727.086 Td
+/F3.0 10.5 Tf
+<636f6e662f746f6d65652e786d6c> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+423.24729492187504 727.086 Td
+/F1.0 10.5 Tf
+<2e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 699.3059999999999 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+66.24000000000001 699.3059999999999 Td
+/F1.0 10.5 Tf
+[<53657276657220436f6e6669677572> 20.01953125 <6174696f6e3a2050726f70657274696573>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+228.64329492187503 699.3059999999999 Td
+/F1.0 10.5 Tf
+<2e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 677.526 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+66.24000000000001 677.526 Td
+/F1.0 10.5 Tf
+<5265736f7572636573> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.88050000000001 655.746 Td
+/F1.0 10.5 Tf
+<a5> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+66.24000000000001 655.746 Td
+/F1.0 10.5 Tf
+<436f6e7461696e657273> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 615.9060000000001 Td
+/F2.0 18 Tf
+<4170706c69636174696f6e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+0.827 Tw
+
+BT
+48.24000000000001 587.8860000000001 Td
+/F1.0 10.5 Tf
+<536f6d652073657474696e67732063616e20626520737065636966696320746f206170706c69636174696f6e732c207468657365206f6e65732061726520616c736f2070726f7065727469657320626173656420616e6420617265207265616420696e> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+1.078 Tw
+
+BT
+48.24000000000001 572.1060000000001 Td
+/F3.0 10.5 Tf
+<5745422d494e462f6170706c69636174696f6e2e70726f70657274696573> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+1.078 Tw
+
+BT
+205.74 572.1060000000001 Td
+/F1.0 10.5 Tf
+<2e205768656e20796f752063616ed5742075736520> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+1.078 Tw
+
+BT
+317.19254545454544 572.1060000000001 Td
+/F3.0 10.5 Tf
+<746f6d65652e786d6c> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+1.078 Tw
+
+BT
+364.44254545454544 572.1060000000001 Td
+/F1.0 10.5 Tf
+<20746f20636f6e666967757265207265736f757263657320796f752063616e20757365> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+3.254 Tw
+
+BT
+48.24000000000001 556.3260000000001 Td
+/F3.0 10.5 Tf
+<5745422d494e462f7265736f75726365732e786d6c> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+3.254 Tw
+
+BT
+158.49 556.3260000000001 Td
+/F1.0 10.5 Tf
+<20776869636820696e68657269742066726f6d20> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.694 0.129 0.275 scn
+0.694 0.129 0.275 SCN
+
+3.254 Tw
+
+BT
+272.4316666666666 556.3260000000001 Td
+/F3.0 10.5 Tf
+<746f6d65652e786d6c> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+3.254 Tw
+
+BT
+319.6816666666666 556.3260000000001 Td
+/F1.0 10.5 Tf
+<206974732073796e746178206275742062696e647320746865207265736f757263657320746f20746865> Tj
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 540.5460000000002 Td
+/F1.0 10.5 Tf
+<6170706c69636174696f6e20616e642072657573657320746865206170706c69636174696f6e20636c6173736c6f616465722e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24000000000001 512.7660000000001 Td
+/F1.0 10.5 Tf
+<4d6f72652061626f757420> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+108.888 512.7660000000001 Td
+/F1.0 10.5 Tf
+[<436f6e7461696e657220436f6e6669677572> 20.01953125 <6174696f6e>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+230.467294921875 512.7660000000001 Td
+/F1.0 10.5 Tf
+<2e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+q
+0.000 0.000 0.000 scn
+0.000 0.000 0.000 SCN
+1 w
+0 J
+0 j
+[ ] 0 d
+/Stamp1 Do
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+541.0089999999999 14.388 Td
+/F1.0 9 Tf
+<31> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+Q
+
+endstream
+endobj
+10 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 9 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F2.0 14 0 R
+/F1.0 8 0 R
+/F3.0 15 0 R
+>>
+/XObject << /Stamp1 21 0 R
+>>
+>>
+/Annots [16 0 R 17 0 R 18 0 R 20 0 R]
+>>
+endobj
+11 0 obj
+[10 0 R /XYZ 0 841.89 null]
+endobj
+12 0 obj
+<< /Type /Names
+/Dests 13 0 R
+>>
+endobj
+13 0 obj
+<< /Names [(_application) 19 0 R (_container) 11 0 R]
+>>
+endobj
+14 0 obj
+<< /Type /Font
+/BaseFont /AAAAAM+NotoSerif-Bold
+/Subtype /TrueType
+/FontDescriptor 32 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 34 0 R
+/ToUnicode 33 0 R
+>>
+endobj
+15 0 obj
+<< /Type /Font
+/BaseFont /AAAAAN+mplus1mn-regular
+/Subtype /TrueType
+/FontDescriptor 36 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 38 0 R
+/ToUnicode 37 0 R
+>>
+endobj
+16 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (server.html)
+>>
+/Subtype /Link
+/Rect [66.24000000000001 696.2399999999999 228.64329492187503 710.52]
+/Type /Annot
+>>
+endobj
+17 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (resources.html)
+>>
+/Subtype /Link
+/Rect [66.24000000000001 674.4599999999999 116.65050000000002 688.74]
+/Type /Annot
+>>
+endobj
+18 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (containers.html)
+>>
+/Subtype /Link
+/Rect [66.24000000000001 652.68 120.525 666.96]
+/Type /Annot
+>>
+endobj
+19 0 obj
+[10 0 R /XYZ 0 639.9300000000001 null]
+endobj
+20 0 obj
+<< /Border [0 0 0]
+/A << /Type /Action
+/S /URI
+/URI (application.html)
+>>
+/Subtype /Link
+/Rect [108.888 509.70000000000016 230.467294921875 523.9800000000001]
+/Type /Annot
+>>
+endobj
+21 0 obj
+<< /Type /XObject
+/Subtype /Form
+/BBox [0 0 595.28 841.89]
+/Length 178
+>>
+stream
+q
+/DeviceRGB cs
+0.000 0.000 0.000 scn
+/DeviceRGB CS
+0.000 0.000 0.000 SCN
+1 w
+0 J
+0 j
+[ ] 0 d
+q
+0.25 w
+/DeviceRGB CS
+0.867 0.867 0.867 SCN
+48.240 30.000 m
+547.040 30.000 l
+S
+Q
+Q
+
+endstream
+endobj
+22 0 obj
+<< /Type /Outlines
+/Count 3
+/First 23 0 R
+/Last 25 0 R
+>>
+endobj
+23 0 obj
+<< /Title <feff0043006f006e00660069006700750072006100740069006f006e>
+/Parent 22 0 R
+/Count 0
+/Next 24 0 R
+/Dest [7 0 R /XYZ 0 841.89 null]
+>>
+endobj
+24 0 obj
+<< /Title <feff0043006f006e007400610069006e00650072>
+/Parent 22 0 R
+/Count 0
+/Next 25 0 R
+/Prev 23 0 R
+/Dest [10 0 R /XYZ 0 841.89 null]
+>>
+endobj
+25 0 obj
+<< /Title <feff004100700070006c00690063006100740069006f006e>
+/Parent 22 0 R
+/Count 0
+/Prev 24 0 R
+/Dest [10 0 R /XYZ 0 639.9300000000001 null]
+>>
+endobj
+26 0 obj
+<< /Nums [0 << /P (i)
+>> 1 << /P (1)
+>>]
+>>
+endobj
+27 0 obj
+<< /Length1 8676
+/Length 5449
+/Filter [/FlateDecode]
+>>
+stream
+xœ•ZTç•þÿ™‘	F#	!$Єx$oó2`0F€x˜‡0Äø×Mm׉¸ë4m\¯“&ëízsÜ&›ÄI›“Ó&i{²9Ûlã¤i›:ݶÛGÜ4§ëöäØf¼wF#„$§Ã‘Fÿ™{¿ÿ»÷¿÷þ#„dȉDhnd&8÷ᅧ+É%„pÊøôòØGä|>¿ŒúåéðHðàØ]ûÊøÜÓ71³¸ï?Œ×Áø—0¾<1
+&¿%¾!ÍIgÏ÷Í¡Z<
ãË0f¶ïp~üÊÉ»`üͅE~ÑÓi0Þ?œ	½×wÔc°/bAÝhbúñ×ÒÃÃ#/B	ðQŒ>÷À™ ¢`Šh홸è	’r :‘<)!EJôjªR•¦NÏÐhQf­côÈ`Ì6å˜s-Ÿo{í°þ÷rGÞ?t7FKìMâ^±©` ¤	µÊNî¢.QÉIܔZuhòԏ{<‡tjòPU*qbÿ‡WŸ©,}ì=¬¿rë~ùhé@ÕÓo}Èéª]킮";avÓDŠJIÈqœÛGâ©þƒ ëžòò{@×A?¯ë­§«Jý%ûë+WØkï=V:XõÌU^——}ŸÂ¤FȤ” »‹ì”»¨ØUHøTvÇáÐ`š!ǐÖZƔægüû'vhÌ@…R«RfZtå>µ­†Ÿãá;ÅG@W*B%E>‚S Fƒ8¬4:´‡Q¥2:4Z‡Qy(×ÍÈåŒ;×\̝‹¹ç#D¾)z	A¬ºÜ®BáVÈI£!fU‰]
+ ­«^=aôÚ´æú*/móè*v¸Nß«±{£™Î㤊œm¥:oDmr›öÜÊszt²„Zl©.Àfþ$:ŦñÊf´Ÿ‡ž\Xèår}d,ݹN]½Ž0ˆj
røLÜKh,őp œßwiþœŒ²þšÅÇÇìΉoîm^è­Ñ(ÒÜÓ+óüáŸÛ»žü»èu£¯«@ï6)ƒÍŽî'þröÄoŸèËrVâstæŽê¼é×pÚ¿®`åk³<–6X[+¢g¹Ù›ô`%õɀ)»õ©F³4êz•_Ã÷ÔÙ5"ù”üÖ³ƒ×®å8ÖPÙ¥ÎóÛًøC6eLk÷zÙ³if‰üg›=ÛËÝ¿zmT°+–]ˆ¨9½àÉMæU</puã8r/ù¬–sûê˜Öæ3hW/iŒ^»†3®!º´ŸMKœÕÚ¼F-ѵ~…ü>Ëð°øyÝVBK#ŸÙa|~ýÊí[I¦4°+ýznÂ(ØÆã™á`À¬ñCv¿UM)§ä{¿XÒ%¶[_Ñ»«õ°Qq.°Qå¥Dxkf¤x#¢”8p|Áæ…Y“Ò\b³fÞGü´ñOñE|¿¶Ž- Õº¬TýÍ߈2nýDÄùëï<·f¨3
+2…Õ­Žƒ£€ÏUg3B,çEá’üUþb[Œc*¼tÐ[öÅÿþún\{}fחºÌ†–åžûc}Q>?ÚñH+»Â;€8kî9áµ;*‡È¥1˜ãV¨·æŠ¡8hq¦uHT¸hØ/Î:ðÙ¾Åaáh/Ð%Ô;0]̞8Ý·¯QÇC¼Ùِç6zðl,–²W_ë<ÐW‘âÈmß×Þ¹°Mþ¾sü+¬õJÀø¸üI/ÅXVîµ#ŽMjšäà⛣Œµ6úê±Æû¾Á4-÷í~`Ð^³ïBpàaWO“º¸×_¾«ÊÀ4ïßÙwj¸¨áK/(­ÍSU¾–ª»úŠ*
l«1™wÎëê½owaNÕ[us×6»Þp{w5×d›:C‡¶ÙSÂÅPK½Äûrþ9\IؘÉy˜x—[oŽÕ{]¯Ø¼æT*2À.
(s|öþq=ž¨½|6ÀcBà㊴¤
l•"$Å4VCÁKõ9kË)¥úœ9^"V)Óԩ­Ô9Œ²lò$sæ3¤D,ª©uàfږM'±+ϳßaø=ö„,Ã`§µD‘Ã畉¿«±+’,Ú¢‹·OŒ½ØÐôı/¦5R·#H0ø\·*©·ŽR7k:àv¸ÙêÕ½»žnjÿÞŽÔjh.D%€¹%R_בr3Øâýåà¿´5K¤ØŽ×óç`-†œþ‚"+7]Œ_N¡ìYì;xÙÖnÖ¬¾¿_$ת^ÿ4%Y毳鉦‡=اL»ìZ"Ol´kd¤,UqåûêL‘)E(
+äÆR+ÛµúxEA PŸFçp={9QŸmJ6fI†â\ü'ÂT—¥Éi	ñJm¶–½ŠÍF¬§1¨IjɹHÅÊ4¶ÇÉÉT1ÔÚh F——ÙÈÕ`>¢+¹Ö€À¶Žn_¨!çޞ¥FÝÇåÛ,òб–Á“ƒ9]ÉèFÁT4öWÕ.u;ÿðÁ·r›±ehwnÓÿŠ˜2VgôNOƒ»É‘fê:>¼úç¼Rƒ<p9¯±(ËÜq ë‰óqâ%»jL€×x—¡×±!?‡7RŸÍƸMË^¡ljã\>’ïZb
+,‡˜Z.Ùs.T>ÔZž–˜Í>ŸÌU.T“ñ2‡DíiªÛS–·OUiµþ©ŽÚÝÞÌLo0?ô³“5guîc‘ö¢‰_ÿ엍ýV§ËÑâΪ¹ÿm¬wO_O]˜++›{rzæ‰ébˆ¡½ž-Ñ|°Åúò‹…€¨»t°®îÀ¿«U
ô'›kŠÊw×fåÉÝ“”ù=_TV~ùê×.¼w¬4£h»»ÁãøMùÓϞøùÛí•	¹™ÆúR#Ÿ/Á.õ*ÏWåúê^÷a…Ú•c¶co4¸±À“€ŠJàÈQ°O¦IÔåfŠ‹#V¤%$Añ×ñ2kiŸò]Ó5CÞÌ»~Ís󼣙gåL”¹Âüœæ”‹üµ›ý¦ÂÏܓS?ÿY/ùkàIÂ1…
â8=!9¬É)Ô,¬§É˜N‰p͈Çï¤u›ÂßÞï¿þó‘ó³å«ÂÒ:·ÍÝßT–"ÏÈï;N~tå;džŠnÝn>ýæQ¬Ã߁ç–ç¾9QžëÊçht
¹ÜZ‡„HÞ+¶ `k=
º]îؖPà°¨øæÅE\^=Î7$/¾X8x¬«}¶†Î°yM‰º"s~yvֳ׸ĺ89T Ê)b2ó²’tåöLCÍ°9¸Š¸ô	ƒURnêêAÓh¿é¼YqÜZ‹H˜¹tùt­Wå×k	W_ŠKÖ«ŒZX1k [©‘õÙôRîD%Sœ¤Qi¬J£ÍÞÿ..QJ”ÙÚäTƒCû‡/t˜üÇÞ¸ÿí·¬
.U.£¬ªÏ¯sd8‡NMÞ‚¤¤ÜÂrƒÎF'Ý~,½b¬möÁ.ƒÖÝæúq^GeÎÝ=#…uù©]£#ݔ.͜¥HHW%&$æ-õ¶tcLbY:£Î "{ÇÞêÞFŠÏŸªè«Ê•Jik±Þ»ÓšRÙ1äÚyr¸(>5=1Ù¬OSd™o¥ÛÚJSu±Ãk”'Y[È¡{÷Ó¾`Í}_:ÉÝ&¨m¿€ø÷Äúsc’(ސßÑÀ8¶eõÝÍùA6ðfÏñgºÕ¹í\º;à«Ú她ÿF³‚/Ó«¡³^p¿>ÉFz)â5&Gρf¶ë""=
ìˆ%À˜Žòa/²¡PŽS7íHš¢íŠÏFZàVRkFºU—šª³¦gX™¾'‹,pûÑH]Ue;é„ڙ
çÄDÚåè2دˆÔähKEÆ©¶l©"´a¾j¡¶AHÏb…{²Nœµs¡«>ñÈ>ÉFú<¬À…_i8ÑNœa§:xËöZ쟻iªbè»ý§Ì«ÓÓM¥V}’&)íø:	bˆçëSØrGíj0¿Ô¬¾«ùæÕœ®2軐oz¶ˆµP?¢ç­cd‹ Z}WkôXÕ|ˆ`¿V¦«mívöµzSºÆŽÎ¶ƒ»?jWgyUO±:fXÓ_šNÄaޅ+eÛ,ù\Üù1UÐ5ëc+cÅûª×‚ŒŸ'õ̳ô3æùÓQDãf­Œiؾ³ ãðN‡@DZßàÖ@ýnOƧ€þØ
Ø"5Êؒ¸'ó.¤{QLÊâQ¶¿]_>àÿ¿¹÷U]3ÕÚº§:‹®æÏ4af¯±ÿ[ÿÀ;§!ɧםºzzþ©¥ŠŠ¥§æç/-x<—8{ZÈ­Ë`/5q5fcs°ÞS¤A7ž…·\Qƈg65øÈZk!x‡cóRÐà1Õz‡Aþbs¯À¶D¥ÛžjÉΒ¼b+ÉâWF¹“ÚÓzEh48¿ÖB±X¹@½²à­@¦E*dx9%8˜8³úmñºCËÍ2¥ÕÛW;7£²79+r*lºT	w­,֕¯Û;¼Æ¶¦Ø¬ênÎk™Ù—Öâkêv55ÀuekýM«›·<9›w<OµêujͶ”´¢n_IW­.nھԒS2ö@϶¹–œÖ†îþ"häڎÅælϞ¯*µ%Ŗ&±x°Á¢-¨³ä”8£¿%XS?½-‡vÕå”֌ϧçWd›Ëœ¶LCuÛpUû¾Ž\Àk¾sx\TÏ}·d‚®K%4DPêa;
—Š¯íi„Îäc­ÅémsÆs¦c^ò N`ot÷JÄ}â©Hß´¿—¸ÔIs&·ß^Zm›ýˆéßQM|±¹ëŠÍW<F•ða_„ŒÑÜ5PØqOÀñQXU°ÃW¬¤¹o5 ç_ãÓ劧ђdþú$þ€wѪ—[]ΞýMxÅY.ìÝ1ôRˆ:X Î¤Æn©H.B`û…7m¿`ïe”HãóJ$÷'ff(©8‘:K'?#“ÖÔ&áç2h«A—Ê~ïEö¹!Ÿ&oN—¨fe÷t5kÒü­í&ü`†]áv‰Ù¾‚Û—ÈãPd<BâßnÇA·@Aš·Ø
+Éÿz#A›®‰¥¹º1I|M?«¡ó°
üøÂ
û«ÇÙ<41¾©õúâÅC²´Ôd‘X¤Pk¯Rµ«ß4uïhÒ¸¾:‚›4å<Ì£ÏuûñæñÛ#XìB…SÍ^4õö´h4uÛ;Mď¦A=ø¹ý`frãvÐÁm£>k;˜¦ÃjdJ¥#²tê~Šm¶Žíê_dÄ)tú‰¥Êd™§¶‚©¦ÒÂB,k놭 „ß
+f¨ïQg’ϛԐ 2‹,ìïÙ©È6P­ËgžÿQc0ò›ÀڕƒÛð»6Š´•…yþØFâòáQ˜ôHX`_.œä-=ã.ꨘÎ3Ò)쏳«êw칯?eâá™mìQ¹FŸô_û¼q҇å:m%Ž7kNH!†ÄTS$,.Œ<<UoMú¦ÏÈÌE#‹FÒ㎎FíHS4Žç(¾L¡îûäÍýШ¥qÔS:Üdµ6
—zF-Ä»]óu4]7ßÕµ·ž¦ë÷rßm“øìãՑ~úó¿ÛQŸöå6ä 4þ	½Œnâ*|¿MHˆ^âñYO$ߦjaÕ},*ý§8Yü4Mõqçã^‘”JŽI^’fK'¤/K?’Ëî‘ý*¾>þlüñïs?m@‰RÂëU´¯jX,^x¦–Ñq¢	­PDKÔmÔ&îEmÜ9¢6Q%œûÐ0õ{d‘¡Q#J¦Ž 1¸ßD~„öÂy/Ոö7P	Ն"%2"õœ m܃¨LdAeÔyþ^-ù*ª%Ï¡âMd†{ÔãH"þ"¨ÇŒ:Š$ÄïÐ(‡û¹Frjõ"B².¶…m“~¼öNôÈç%ùè)”Œ¾‹D›®0¦¨ñiî§ÑY‘¼CGÎäOÐþ+ˆxA‰(‚ ÞGĝ*´ï<Ç!Ø°}{ªB2öNƒäÑË üèµw`6¯b"‡;±-¾ö\ñ(zR¢,ðm.ʃŒéD.äFÅ°/ô r¨¶u¨5ÀÊß½C3ø¿
mGí¨u¢¨ ìE;QêGè8zŽ×ž…‡×æìà-aŠ«šƒ0ÂÂïA2tJc°ÿ5AN 8ôo‚œ@rôAN—9	ÈÞä’aµ §ë¹%a· !×
+r1J^Çx^¸'Õ⇹©ðϹYñŸ¹)‰¨-)Ê%ò¹9ˆ‚\†‰/
+òxDïòxTA°k¿
+Ò¤G' 
+²W'";ù ODä÷¹Y)ZËQÕXž[žŸŸXd
+…LC8<>b¶ÍŽØÿô4ÓÉ]Z`:C¡ù»B£vTƒÂh-ÃҝDãh-Bˆ‚£àç†áo¶Ý!mC³hÙá“$Ópî\{j…à]wÁû(²·…Ã̎Ðüä„Fî
+Ã];ø;&ÑXgh|i:8Ï?6Ž–@aÍ·†gËËsy&8>9;Îؘ-­ a–×´¨#˜fà±qÐ7ï²Ák[Ÿ$š_˜Ï2vg³4‘Ë]X€Kœ9È°%Eði	Mø¹£%ÓÈ+äUO.0Afq>8š	ÎO1á±XæcLNòDᵂ@RˆŸÀ<šYV䧐þ	^xşÏÇæÇkC“ã³Ìb(8³ÅÓµ¼9ŸÎòC k¦6¸d–f'&g!b
¡Qfx™YS;£¶Zäç¸j&x(‹‘€Ød‚“1hÌ3[€Ý
+ÌÄââœÇá	†ìã<Åö‘ðŒcÎ@Â>áydL<Ìk±ƒŽuNí¼|®ÏÁkVðCÐ|÷ÝwÛg„iñª—F'Û4ßÍÿÙAËFÔëº@¶Ö!†Z&GB³ÀØÒìhhžYœ1þ¹àœ„+ùL4íNÈ£“ %z†8Gù˜äx˜àÙñƒ½ Üm|&$›c¸‹á˜9yöðü¸c:‚bÁѲ­¦®mGC±õ|ƒ1Ví y8u«±Ö@ҁWõ¡
Y,JÞ:Šü;–yÿÞý?_ݝTñ7"^§±7ñˆ*z†º‰¤K†Q¤üóÇÿ	ŽÚØ
+endstream
+endobj
+28 0 obj
+<< /Type /FontDescriptor
+/FontName /AAAAAL+NotoSerif
+/FontFile2 27 0 R
+/FontBBox [-212 -250 1246 1047]
+/Flags 6
+/StemV 0
+/ItalicAngle 0.0
+/Ascent 1068
+/Descent -292
+/CapHeight 1462
+/XHeight 1098
+>>
+endobj
+29 0 obj
+<< /Length 1286
+/Filter [/FlateDecode]
+>>
+stream
+xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stԒ +ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óyg쾝êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}ഏOmûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy
^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy
^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^ހ7ÈðyÞ oÀä
xƒ¼o7à
ò¼Aހ7ÈðyÞ oÀä
xƒ¼o7à
ò¼Aވ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼	o’7áMò&¼Iބ7ɛð&yÞ$o›äMx“¼	o’7áMò.xy¼U†oÕÄÞªÙ¼M¼MÈoÓlÞÎx;ãâí
+¿àíJ¼àíê·31ÞÎÄx;ãí
+¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ށïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹oSŠŒ7+[ƛețךyÞ¢oVûò浖-㭌‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW	RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã
{HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî;¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…>¼M†ÁBi2.Ħ‰ÇÜèԇ!¯áñdÈk¹`†¼–=oÌ‘qWޕwdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO
+endstream
+endobj
+30 0 obj
+[259 1000 1000 1000 1000 1000 1000 1000 346 346 1000 1000 250 1000 250 1000 1000 559 1000 1000 1000 1000 1000 1000 1000 1000 286 1000 1000 1000 1000 1000 1000 1000 1000 613 1000 623 1000 1000 792 1000 1000 1000 623 937 1000 1000 604 1000 655 543 612 1000 1000 1046 660 1000 1000 1000 1000 1000 1000 1000 1000 562 613 492 613 535 369 538 634 319 1000 584 310 944 645 577 613 1000 471 451 352 634 579 861 578 564 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 100
 0 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
+endobj
+31 0 obj
+<< /Length1 3992
+/Length 2486
+/Filter [/FlateDecode]
+>>
+stream
+xœÍVilÇ~³»¤Hʺ)R²LzyH4ErIñ©Ëº([rtY¶%ÛURâŠdÌË$Gµ›"1"׍;©sµ›qÓ4P\£H4-
+4HQ¤icmҤȴ
ÐúG âFTß.W¶ìéþé{¼ofÞûæ{Ã7Tàdf“áLM¥ÞˆÈó¤:šX˜û@Èâ÷/äûéÙ°òýÒûuØgK,™¿·‹§~¶mo,Ƈ«Æä_E;†¶9¾7$öi´Ù±=N÷§ù.ÚèB™t.O¨zå&´;Sá$ÿJßߗÐÄxuè.Rvîä;!loś€Àû9üïêÛi`P$P
+¥
+J…ÐÿO
+¤'—½VA!RRNjÕzªƒÔ|÷vÊODOß0}Þ&'¡9ÚRN—ÐòóEUåfCõäÊ?êS5y™Ô“ç+{]ãÊôx[_¹I>øX©V[«PÖ54lZ É—ëûëÕúU2¹ÉÐÎ1?þ÷.[›¡<™TÖèk빪×É릑ñ1óÖ]££æÂ%TùÈê5™\ö8Rz$YN™Œæ&dTÝjö¸õ”ˆx9DË)a
+ôÜóÓ›+k¸Ä•W
+Ÿ\ÞðGD¹|ÏùvCoh»Æ7Ù^Üm¶Ï\8c
+ì0nro¶Ý5îM¼J4?¸DÔ¯¦{¦ÜM½®?ᙸøá¹sï~cHÐkzõsŠ‰@9t£^j KêFׁM>ïvJäS%éh1•Ó&#‡L[»‰’óNûNOÃt×^·æE‹-ûúCý¹§¦ß>ÜZ¶ÅeTNتÁ}íÁù)÷_ÿö¬b³‡´ìßßwž—Ó†ö½Ô}†ŽÝ®íwÆÝÚƉC+Ÿ4PÀ%k׶šm{¾²ïûO—ȏx&·Q»Ðê5úòuÈD½[äg!ÉJMùé⮑“/Ý=ûäœOÛ/Ó{,$œ½ßwçp[u}~\ݾøօKï.¶Údžn—Þ´ÙbË'Þøm½£ËTáÙbïµ¢^ŸéÀø
+hF½ŒòF¥×1уžãkÄð¡I^Ffª-]õüj1|àgé+ÇûV´e`¶ÇwpÈ_íwEž ß{î{£Ç'¹ÏʆÏ^]<ûö£CÝÇ_úr<z.Ä	ñõ;ìcf!_&|,Ë­Pv€šõ³G´°¦«øk	ó]npv7šz\:«ÇÔØíl˜×zl:Ý£©#èl^MÝʼìqKÀTUe
+XšæêjsàúŠr‹×N¥¬-
ŠägÏÚ½[”É$ê_Œ¯¬yþ
£u|ÞyRpÅ´	®×ߕ\¡/+æЀZUkÉ«Zÿ½á^ëÙN¯_†ôÁ*K·Ã´V×6ùò•‡S»­®ÖÒj”“åÕցÑ)×Ø}S\•Ñk’Sßé‹îhôNåº6¯£+õŽ:$~?Ú4«¸Ðc±B£«M¯JJ9>‰¼*„Ù’J0éÅƗaøbå(ÒeNþYøôØ+§†HQûå©¡­Ö3Ñѱۣßn
e-¼WøË·ß:‹ÕgóŽ‡ß<›¼”ikË\J¦žIùý©g„¼6Ô̯™Cà†>Ìë†S“Üd1i´z¢#k2w+–±µ2áÔ¯môèÊÉ#JMÇH¨cîÂÝþÖøS‘ùGíåCËt6Æ±¦®Dà»&\jµk¼p¿˜¢Agxz[ŸksÿÒ[{ótÿ;œŽ¦Iv©˜5RøÝÕß¼í?|¿ûBÌ#吩df ÀJ6ÊþäÒ?“‘²Gýae¯ÜÔÞ¬-æë¢U¥võ©{!ûµãJ­EgöšµeŒ¦É§ïKª¶¶»¨	‡_¯L>Í
pÚ}»Ś{š5æ¶Á¡¾ºÂE‡‹6¬j٠腚ÚꯕŠT•É‡V«ßSk¨Å5ª¡Nlb+ýCÓ­™Ñæó}±­Ý[Ÿ#òÂõîGJ*ª+T†‘c©3q¯±ïTáôÊ❓k{Ë<	ɐË䏔‘š¦^¢>£í¸áàŽ
+Ù~8¼ӌBÌ#¢®‚I¸e“`e>„Ì
+
Œ¬t؄}[±´ò,6Ž†£ªœ´“ß¼ÊD¤–¡^Á]÷Öv
+mFÖA½,ìDzó2!úâ›~æÈÇP¥
+Š‘1żÔjÜ»Šã¬Âàcc;UaµÈA±Díg|ë½71—»pïÄÓÉͳÀêÌm¸×–ám†&„aƒÝ¨ÑØSØ¢#378ã>‡g™:„V'xÒZ’pjxBÂ)<eüP…ýü	§Á?‘p£þI¨ :	g@Oì.C|—„Ë? ár¨%G¥ï0’ÓRŸ’e	W`Ÿ%+=U"áJPS-®„mԀ„«ÀI%%\‡¨oJx)è©ë^
+tݍ›žÞ+á›ÏJxpô²„—Á4ýg	/‡f& á尗™éOg²ñh,Ϻ]-nvg:MðìPj–c{	vBhʱ|ŽÏÞÃG8è‡4d`²‡(Ä )vãA·Ÿ,ìÄÖ4â	àт̇_½ˆ$ð=qcTN´x|óèë|F€MçÓì>ŸƒQô“ǛŅÀ‹Ñæú҉µ4zŠŒ¤SéüB™&ÃÑx*Ê:؛ƒY±çöL‰^q‘OÂ?ŽxmÞÄÁo)Êí.¿°ó$ŸÍÅÓ)¶…syÙùLŠ]rØIàÁ¢Bêäůyˆõ
+׈M úwþÅpñfóÙp„O†³‡ÙôÜúœ¬c%ãÇ0a”§—…È¥Ef¦ãs҉Žÿ»Z·ò¹x4ÅæùprƒÑA1·B¶S"E}%ƒá|˜OÅâ©<®%ÉagØn#ëÜqP^œã<º‰‰TòÅ¥r[caó‰lD&–ÏgڝÎÙt„碢ÄÜl:éÌ8‘HÚ).Ò<ŽoÇ:ãĉ§E/ú¸©)'âIlÏà’rã”<=z”KJÓ]çòó‘xú6ÏGŇ^ne}Ów±yŒŽi8>˧r¨Ø|*ÂgÙ|Œg{3áY|I-vvmº9ÖÒ8záÑoNRHÐ1".LA‡˜¨N/Æc¿¢uë;"·/d·°×Í1,2àÒÙ¨3Qd‘sõŒîp,6žox]T=gQS'ªº>z‘a\xý0€+>Åèb5#ª®lKªû®ŠÎá%–·«ï<U»öÆýT9…P¡k[ÍM¤ž
+endstream
+endobj
+32 0 obj
+<< /Type /FontDescriptor
+/FontName /AAAAAM+NotoSerif-Bold
+/FontFile2 31 0 R
+/FontBBox [-212 -250 1306 1058]
+/Flags 6
+/StemV 0
+/ItalicAngle 0.0
+/Ascent 1068
+/Descent -292
+/CapHeight 1462
+/XHeight 1098
+>>
+endobj
+33 0 obj
+<< /Length 1286
+/Filter [/FlateDecode]
+>>
+stream
+xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stԒ +ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óyg쾝êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}ഏOmûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy
^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy
^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^ހ7ÈðyÞ oÀä
xƒ¼o7à
ò¼Aހ7ÈðyÞ oÀä
xƒ¼o7à
ò¼Aވ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼	o’7áMò&¼Iބ7ɛð&yÞ$o›äMx“¼	o’7áMò.xy¼U†oÕÄÞªÙ¼M¼MÈoÓlÞÎx;ãâí
+¿àíJ¼àíê·31ÞÎÄx;ãí
+¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ށïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹oSŠŒ7+[ƛețךyÞ¢oVûò浖-㭌‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW	RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã
{HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî;¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…>¼M†ÁBi2.Ħ‰ÇÜèԇ!¯áñdÈk¹`†¼–=oÌ‘qWޕwdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO
+endstream
+endobj
+34 0 obj
+[1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 752 1000 667 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 599 1000 526 1000 570 1000 1000 1000 352 1000 1000 352 1000 666 612 645 1000 522 1000 404 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 100
 0 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
+endobj
+35 0 obj
+<< /Length1 3924
+/Length 2586
+/Filter [/FlateDecode]
+>>
+stream
+xœµV{l›Õ?ç:±“æe;vÒÄ!|Η¸iýHbÇNš4®ã´Nb×8ik§]ê8qC^$N—2¦²Z0¨`¨ê0
‰uÒ¶¯¥ê@„b:[éXAl«4†qvîç/]iì³îãœ{Îï<î¹÷J òááÄôè\`ûõß#ÎÔOLÿ«ÿçOÓüC€ü3S³‰Q}X{	@óÉxRÓé¥Ö'5^¢IR©Tr´àì×;ˆ®Ÿ]šÃv¸èÑ®Á&g{ð•{‰^&zÏÜìBš½¡ê!ú"§gF§“|ü»“…í*/Á©;Ÿ/q{sóÉ9éVÑюñ¹‰é²3MMú,™8”p  ¬Ö‹©!ðøä9ªá«}ÈT_fæQ"HÃçëÌÂ+Ë ŠKJÉ­N_cE%Àƪ¯hûÿ÷!D5ށý@ѕ»ÍƃX‡êžžÜÚÔuÂý|ÍåvŸøÎý÷Ëüæµßãsì<碈ø\öL^ÇΖU1Ú*­}Œ¿aïP^t`h«p9Ý­Vt»œw«E¬Ó A¬Û¤ó¸œFƒZc¬Å‡Ì–»ì¶Fú»·Yk°ñ­H(y±ËÓ1ÐStâ‡>ïN϶¢lç{Þp¦k¨”MæüÛMÝCäGùntEËh֙'ß{ïãìY²ãïú²¯ùÙy?ÉîWdiwÊu"I‰¤ñØúÞ{§³÷’л>Ž9L݉æfòX'RROdŸY\Dß⢟íñûWÆeÔýB±/¨«Ü¥#ØÐг,aÍ«/³óԚW-²¿eÔý™äil+wñŸJ”®ò{ý‘í¬%šô²@$4äxWVŸg®Z0›eò<•4tS^O2=  A-ÖYÜ­˜K©›²YaԈuj£ò݆'{oؗúÈ\¿5†S
 ½QóÞëºZ›ê
µ{Ãgªº7›{jƒéîήO™ìÇ>AØDˆnË£lFërVâ‰H™aç@xÇVw{çÔâ[;Z1~H51‘JÕtWÝv;––qÛç1ÂÑÃFŠ²]«ìŸAÓàâØwäíܾ-ô¿>6¶/βo¼¦ÚßÞöþ!aéÑoßrTcð>ä~…¨;IµTÁëÓåæ0•F‚(Åko¹¨-yÃ[ƒE4Ýw_ÏzûCzJ´£7ij¼VPÉ`€}B7U’šèn£šÆÀÐr:Å
+V?Á¼KKK¹\È6ÏósÝ Ûp»ðỨ™7½^ö€7W{´¸BqšÌ:ys}äNÊñêpÙXc6„yÙn¿f³'èÂ{6™tÙíëÃbU•{ ;—ÃÍՔž×ˆK"øx´ïk7E#._Kþ­±4{SM¦\|NÊû³¤§ášzg…V]gÑꝞVKÚðƒ‰™[<ž[<L$ûö‘#X›ýÉð¥ááK¤Z«Ç§H·Œ•ŠUíÚ¦¶VÕÁ¢¡áTrl³ý¥o6Õ7´ßt½\{ë]w1|úRqöèµ²ï3Ô="ûhÌ%9|cô.¦ï¾6ƋÎ\Œò•ÇHZXGeVY‹²5wEî†ØäÀõÆ‰F÷D_bßPï.WۖÎ}Á}ñþ0¾,e5}w†j{ÄFë&›®º·cGŸ¡»R©å“ì4¦œïßU…Ì÷ÒíúçéÓµÍMV‡gÈ?6ÅËÞìÅKIφîݸÅû´ìcHÆ(Ï¬K—Óuåp/mčር«Ydيƾ˜Ê÷Ú*H¯äŸ"½n»Í¥*7‰±\åú›:vlx’Mî9v,†žsÙϲŸ;‡y˜ÇíÙi^!½^sübhS¹ØÍ»?ÿòú<±ZóÌ®ßÛ¥P
[è-MÃ2<ga…`1‚iÌàø[|‡1fal’ÝÉ~Êø]
*z©ñ2Ý÷—á	jÍÔBÔvSÛOm˜Z€Zµn¥µ)2“
+]«È8þµˆ²RäíüÍseŸanQ¶‹_xuªeN5ݵ¹W˜Íä›çÊ»„—ñ:«À2ìI¢ï̍xZ²¢üBÆTŒi.[›ì]}—dô\qÀ*àƒ
Ù5ÕÈZ†ó\èóéñ¡?½®X’¿µï‚󿾇ÕÔ´ôjé¡a3Ø :`Ê>è‡ë`DàzˆÂ ½={`/Ä`ŒÈš•X}Åý:6`ÿ'°ƒ(TÞZ5Œ+|¤³6¥ð—%…Ïhg(|íðQ…¯‚!ø•ÂσR,RøyPƒU
+?JЭðó¡ý
+_M¾(ó"0ã‚"S~¼OákA+òÿ£"y~A‘ÑB1¾-Ïuòü}E^üT‘§9CE^¥TÃ9y>¯è™;<p"•nLlœÍ-­íP`WxhPˆDwwöĂy8¢šn„å^ =j¦ü·Òl¬Ô(ÿaÊÄ Í#´» ;Iˆ0[¦g©˜†™hrbqjtž„’ºHÉ…ùÀìL:0;?‘œŽf¡CÈ©	ó9Yb8=v§{I¦fé:KËã<!$ewä@!\mŠÆù«­(NðÐapÊMãóÖþžäüÂÁÙ¡ÅÑìn§:KÒòegVm‘ÝpC{7ÿÂÖ鹩ÅB¶+È©tz®£©IfÛÇ)äÇÂìâ|"9ÎCwLÎÉ9NSÎ; ‰~Ó4›"Óäê¸öÙX ù"YNýñ+ipÐK:—åËY¿z®x³îçSôy*wð±ôËM»÷—mû¬¹»ã•ÛgÿתU—Tü´¬ŸãÇqí6	BH*ˆÄN!Þ?P[cfII†(Mn_#©­#±¸d°H`“ <$m‰Ä¤à¡¸âö´ëŠË¼oŅW%,wl´KhÎKÅV»Äl¡hl§7Û%•íàFAòEÖ·Ky6®jÍ7Çþhz1n"¹Øªéïq“h–ò­1)p(./Äㄗo+¶KjÛ©:\&ëÂòȈI‚ÑØNÕË,ßVM¯¶6Ù¥B›ð-nä9‚$UC¿(Hy– ‘X&™ø¤Ýd6ÇM™Šæ(npCÎ;­Ik&Ä"›pN§Ø&4IJˆ ôŠÑI!&ŒÈAp¹n™L¡73BF”͉\ò‘$ÅÇ’/É	Ò)•-u­l4›MÂJ†Ò@J�
 �äÍnÅ7³,Vf…Ÿ(ÄBƒ&³„ñX†ê3¢éψ£\!§Â»¤åÛ '¿u<>Ñ!€ÄÑɯ_	W-·Q™ïó´ÇČF"±m¦ghÅ`{|èóû1ô¸–Ê[î¹ðîï£1ñy/úM4 è§Ìû¢±ÓT×=	ÿiIHHUɚu[F›D\Êuvþ¾ÔÓµ^@¯®™þ75Y)‚
+endstream
+endobj
+36 0 obj
+<< /Type /FontDescriptor
+/FontName /AAAAAN+mplus1mn-regular
+/FontFile2 35 0 R
+/FontBBox [0 -230 1000 860]
+/Flags 4
+/StemV 0
+/ItalicAngle 0.0
+/Ascent 860
+/Descent -140
+/CapHeight 860
+/XHeight 0
+>>
+endobj
+37 0 obj
+<< /Length 1286
+/Filter [/FlateDecode]
+>>
+stream
+xœe×ËnÛF†á½®BËtHs&Ã@‘n¼èu{stԒ +ß}ù½¤i Æ/‰œy¾_Ã!uøôôÓÓùtß~»]ês¿ïÇéÜnýíòåVû¾ô—Óyg쾝êýë+þÖ×|ݶ“Ÿßßîýõé<.û‡‡Ýá÷í÷ûí}ÿáÇv)ý‡Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµŸïûãîñqßúØú9_ɯ}ഏOmûütÿ¸óϼ_ûÞòÚLL½´þv͵ßòù¥ïŽÇLJ1wýÜþó‘9ç)eÔÏù6=nÿ·ÒP•–Òªt”N¥§ô*eP)£ÊD™T.”‹Ê•rU™)³ÊBYTVʪ²Q6•²«”[¢ƒ×Èkðy
^#¯Ákä5x¼¯‘×à5ò¼F^ƒ×Èkðy
^#¯Ákä5x¼¯‘×à5ò¼F^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‹×ÊkñZy-^+¯Åkåµx­¼¯•×âµòZ¼V^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^‡×Éëð:y^'¯Ãëäux¼¯“×áuò:¼N^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^^×Ëëñzy=^/¯Çëåõx½¼¯—×ãõòz¼^ހ7ÈðyÞ oÀä
xƒ¼o7à
ò¼Aހ7ÈðyÞ oÀä
xƒ¼o7à
ò¼Aވ7ÊñFy#Þ(oÄ»ýÕnóuWùß.I•$’$*I$IT’H’¨$‘$QI"I¢’D’D%‰$‰JI•$’$*I$IT’H’¨$‰$III’’$’$%I$Iê|›äMx“¼	o’7áMò&¼Iބ7ɛð&yÞ$o›äMx“¼	o’7áMò.xy¼U†oÕÄÞªÙ¼M¼MÈoÓlÞÎx;ãâí
+¿àíJ¼àíê·31ÞÎÄx;ãí
+¿âíJ¼âíJ¼â특âíâ¬x»¯x»¯x‡+Þ!Êw¹âB®x‡b®x‡+ށïrÅ;àà2äÍkçΜñJ¼Y³e¼Y†Œ7+|œÆx‹oSŠŒ7+[ƛețךyÞ¢oVûò浖-㭌‹·é€"¯åþR¦W*–Ó4Xq”êC™^Jú[(£à®^ƒ1»¢y]•¡Èk¹}¼YM-x¥úëÈVæz·ÌþÊ[YEãV¼Y³ÕÙ_}/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.â¿7™Jã‹ÈÛE¡/‰3Y(Y™*AˆW	RõÝVJSƒª‚¶á:(u@c¡ðD±]a*Õíf)¤9J­ñæ)¥o,#Ú\ØZ>MU¡Û\ØjPSã
{HSãçMª•ôj»ˆ·’{fk”Œ°yGá‰m[z*EïsaëÝ>Š&îÓ«Óúôj%u¼Üî;¥2^ÆWÃ[Õßήòvú[¾Ïþ2î쯲uú[•¢³Pš:ÙçÂVÌ¡§Õ…>¼M†ÁBi2.Ħ‰ÇÜèԇ!¯áñdÈk¹`†¼–=oÌ‘qWޕwdJF(”L164ÞU Ñ)™x0Eú~êñZ?¾=¶×/·ÛöÄίÕõ~:÷o?$®—«ÎÒÿ¿ç†óO
+endstream
+endobj
+38 0 obj
+[1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 500 500 1000 1000 500 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 500 1000 500 500 1000 1000 500 1000 1000 500 500 500 500 500 1000 500 500 500 500 1000 1000 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
+endobj
+xref
+0 39
+0000000000 65535 f 
+0000000015 00000 n 
+0000000263 00000 n 
+0000000465 00000 n 
+0000000529 00000 n 
+0000000580 00000 n 
+0000000736 00000 n 
+0000001017 00000 n 
+0000001197 00000 n 
+0000001361 00000 n 
+0000007822 00000 n 
+0000008097 00000 n 
+0000008141 00000 n 
+0000008190 00000 n 
+0000008263 00000 n 
+0000008433 00000 n 
+0000008605 00000 n 
+0000008791 00000 n 
+0000008980 00000 n 
+0000009148 00000 n 
+0000009203 00000 n 
+0000009394 00000 n 
+0000009680 00000 n 
+0000009754 00000 n 
+0000009912 00000 n 
+0000010068 00000 n 
+0000010230 00000 n 
+0000010290 00000 n 
+0000015829 00000 n 
+0000016043 00000 n 
+0000017405 00000 n 
+0000018501 00000 n 
+0000021077 00000 n 
+0000021296 00000 n 
+0000022658 00000 n 
+0000023784 00000 n 
+0000026460 00000 n 
+0000026672 00000 n 
+0000028034 00000 n 
+trailer
+<< /Size 39
+/Root 2 0 R
+/Info 1 0 R
+>>
+startxref
+29147
+%%EOF

Added: tomee/site/trunk/content/ng/admin/configuration/resources.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/ng/admin/configuration/resources.html?rev=1737782&view=auto
==============================================================================
--- tomee/site/trunk/content/ng/admin/configuration/resources.html (added)
+++ tomee/site/trunk/content/ng/admin/configuration/resources.html Tue Apr  5 06:43:46 2016
@@ -0,0 +1,973 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+	<meta charset="UTF-8">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache TomEE</title>
+	<meta name="description" content="Apache TomEE is a light JavaEE server with a lot tooling" />
+	<meta name="keywords" content="tomee,asf,apache,javaee,jee,shade,embedded,test,junit,applicationcomposer,maven,arquillian" />
+	<meta name="author" content="Luka Cvetinovic for Codrops" />
+	<link rel="icon" href="../../favicon.ico">
+	<link rel="icon"  type="image/png" href="../../favicon.png">
+	<meta name="msapplication-TileColor" content="#80287a">
+	<meta name="theme-color" content="#80287a">
+	<link rel="stylesheet" type="text/css" href="../../css/normalize.css">
+	<link rel="stylesheet" type="text/css" href="../../css/bootstrap.css">
+	<link rel="stylesheet" type="text/css" href="../../css/owl.css">
+	<link rel="stylesheet" type="text/css" href="../../css/animate.css">
+	<link rel="stylesheet" type="text/css" href="../../fonts/font-awesome-4.1.0/css/font-awesome.min.css">
+	<link rel="stylesheet" type="text/css" href="../../fonts/eleganticons/et-icons.css">
+	<link rel="stylesheet" type="text/css" href="../../css/jqtree.css">
+	<link rel="stylesheet" type="text/css" href="../../css/idea.css">
+	<link rel="stylesheet" type="text/css" href="../../css/cardio.css">
+</head>
+
+<body>
+    <div class="preloader">
+		<img src="../../img/loader.gif" alt="Preloader image">
+	</div>
+	    <nav class="navbar">
+		<div class="container">
+			<!-- Brand and toggle get grouped for better mobile display -->
+			<div class="navbar-header">
+				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+					<span class="sr-only">Toggle navigation</span>
+					<span class="icon-bar"></span>
+					<span class="icon-bar"></span>
+					<span class="icon-bar"></span>
+				</button>
+				<a class="navbar-brand" href="../..//#">
+				    <span>
+
+				    
+                        <img src="../../img/logo-active.png">
+                    
+
+                    </span>
+				    Apache TomEE
+                </a>
+			</div>
+			<!-- Collect the nav links, forms, and other content for toggling -->
+			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+				<ul class="nav navbar-nav navbar-right main-nav">
+					<li><a href="../../developer/index.html">Developer</a></li>
+					<li><a href="../../admin/index.html">Admin</a></li>
+					<li><a href="../../advanced/index.html">Advanced</a></li>
+					<li><a href="../../security/index.html">Security</a></li>
+					<li><a href="../../blog/index.html">Blog</a></li>
+					<li><a href="../../community/index.html">Community</a></li>
+                    <li><a href="../../download.html">Downloads</a></li>
+				</ul>
+			</div>
+			<!-- /.navbar-collapse -->
+		</div>
+		<!-- /.container-fluid -->
+	</nav>
+
+
+    <div id="main-block" class="container section-padded">
+        <div class="row title">
+            <div class='page-header'>
+              
+              <div class='btn-toolbar pull-right' style="z-index: 2000;">
+                <div class='btn-group'>
+                    <a class="btn" href="../../admin/configuration/resources.pdf"><i class="fa fa-file-pdf-o"></i> Download as PDF</a>
+                </div>
+              </div>
+              
+              <h2>Resources</h2>
+            </div>
+        </div>
+        <div class="row">
+            
+            <div class="col-md-12">
+                <div id="preamble">
+<div class="sectionbody">
+<div class="paragraph">
+<p>In TomEE resources are mainly "singleton" (understood as defined once per server or application). Technically
+it can be anything but you will probably meet more Datasources than other type of resources.</p>
+</div>
+<div class="paragraph">
+<p>Most resources will be created automatically if there is no matching resources - by name and type -
+when an injection will be found. To avoid that use <code>openejb.offline</code> property and set it to <code>true</code>.
+See <a href="server.html">Server Configuration</a> for more detail.</p>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_definition_a_resource_how_does_it_work">Definition a resource: how does it work?</h3>
+<div class="paragraph">
+<p>Before all let see how properties syntax is equivalent to XML one (system.properties and tomee.xml typically).</p>
+</div>
+<div class="paragraph">
+<p>Properties syntax uses dot notation to represent setters/properties which are plain properties in XML syntax
+and a URL syntax with query parameters to define the resource where it is directly the resource and tag attributes in XML.
+Finally the id is an attribute in XML and the key of the resource definition in properties.</p>
+</div>
+<div class="paragraph">
+<p>Let see it with a sample, both delcarations are the same:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">myDataSource = new://Resource?type=DataSource
+myDataSource.JdbcUrl = jdbc:hsqldb:mem:site
+myDataSource.UserName = sa</code></pre>
+</div>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="myDataSource" type="DataSource"&gt;
+  JdbcUrl = jdbc:hsqldb:mem:site
+  UserName = sa
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>One started you can get injected any resource using <code>@Resource</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-java" data-lang="java">@Resource(name = "myDataSource")
+private DataSource dataSource;</code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_factory_syntax">Factory syntax</h3>
+<div class="paragraph">
+<p>Here are the attributes of a resource:</p>
+</div>
+<table class="tableblock frame-all grid-all spread table table-bordered">
+<colgroup>
+<col style="width: 33.3333%;">
+<col style="width: 33.3333%;">
+<col style="width: 33.3334%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Name</th>
+<th class="tableblock halign-left valign-top">Optional</th>
+<th class="tableblock halign-left valign-top">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">id</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">name of the resource, will match <code>openejb:Resource/id</code> in JNDI tree.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">provider</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">define a default resource definition using service-jar.xml</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">class-name</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">specify which class to instantiate</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">factory-name</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">specify which method to invoke on the class-name when specified to create the resource</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">properties-provider</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">a class responsible to provide to tomee the properties to use, it can have a property <code>serviceId</code> to know which resource it is.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">classpath</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">a classpath to use to create the resource. Note: if not implementing an interface the resource will be isolated from the applications.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">aliases</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">other names for the resource, allows for instance to share the same pool for a datasource used with multiple names in applications.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">post-construct/pre-destroy</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">methods called when creating/destroying the resources.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Lazy</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">for resources set them to be created when first accessed and not when deployed</p></td>
+</tr>
+</tbody>
+</table>
+<div class="paragraph">
+<p>TomEE supports some implicit properties for resources but sometimes you just want to fully control the
+resource and not use implicit properties which can be affected to a property which doesn&#8217;t expect such a value (typically the case
+if you create a custom Oracle datasource). For such case you can set <code>SkipImplicitAttributes</code> property to <code>true</code> and your resource
+will ignore implicit properties.</p>
+</div>
+<div class="paragraph">
+<p>Implicit properties are:</p>
+</div>
+<table class="tableblock frame-all grid-all spread table table-bordered">
+<colgroup>
+<col style="width: 50%;">
+<col style="width: 50%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Name</th>
+<th class="tableblock halign-left valign-top">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">transactionManager</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">The JTA transaction manager</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">ServiceId</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">the "id" of the resource (its name)</p></td>
+</tr>
+</tbody>
+</table>
+<div class="paragraph">
+<p>In the same spirit you can skip properties fallback using <code>SkipPropertiesFallback</code> and setting it to <code>true</code>. It typically avoids to
+fallback all unset properties (no matching property found) to a <code>Properties</code> instance and set it if one matching property is found.
+In Oracle case for instance it matches the connection properties which can have side effects.</p>
+</div>
+<div class="sect4">
+<h5 id="_value_ciphering">Value ciphering</h5>
+<div class="paragraph">
+<p>The propertie values support ciphering using the syntax <code>cipher:{algorithm}:{cipheredValue}</code>, for instance <code>cipher:Static3DES:xMH5uM1V9vQzVUv5LG7YLA==</code> will
+be read as <code>Passw0rd</code>. Ciphers can be computed using <code>tomee.sh</code> script: <code>${tomee.home}/bin/tomee.sh cipher Passw0rd</code>.</p>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_common_resources">Common Resources</h3>
+<div class="sect3">
+<h4 id="_datasources">DataSources</h4>
+<div class="paragraph">
+<p>DataSources have defaults for all values and a default datasource can be provided automatically but if you want to
+configure it here are the common properties:</p>
+</div>
+<div class="paragraph">
+<p>You can set the boolean <code>JtaManaged</code> to false if you don&#8217;t want your datasource to be using JTA - if you manage transactions yourself.</p>
+</div>
+<div class="paragraph">
+<p>Then other configurations are linked the pool the datasource is using. By default TomEE uses <a href="https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html">tomcat-jdbc</a> but we also provide
+<a href="https://commons.apache.org/proper/commons-dbcp/configuration.html">commons-dbcp</a> (2 for TomEE 7.x and 1 for TomEE 1.x).
+The properties are then the related configurations with these particular
+entries we try to keep in sync for both:</p>
+</div>
+<table class="tableblock frame-all grid-all spread table table-bordered">
+<colgroup>
+<col style="width: 50%;">
+<col style="width: 50%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Name</th>
+<th class="tableblock halign-left valign-top">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">JdbcDriver</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">the jdbc driver of the datasource</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">JdbcUrl</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">the jdbc url of the datasource</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Username</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">the user to use</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Password</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">the password of the user</p></td>
+</tr>
+</tbody>
+</table>
+<div class="sect4">
+<h5 id="_password_and_ciphering">Password and ciphering</h5>
+<div class="paragraph">
+<p>DataSource were the first resource to support password ciphering. Originally it was another property which is still supported.
+It is called <code>PasswordCipher</code>. Its value is the ciphering algorithm and it affects the password value. However <code>cipher:xxx</code>
+is still supported on <code>Password</code> value. Default <code>PasswordCipher</code> being <code>PlainText</code> it behaves as no ciphering is in place by default.</p>
+</div>
+<div class="paragraph">
+<p>Sample:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">ds = new://Resource?type=javax.sql.DataSource
+# our password is "Passw0rd"
+ds.Password = xMH5uM1V9vQzVUv5LG7YLA==
+ds.PasswordCipher = Static3DES</code></pre>
+</div>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_advanced_datasource_configuration">Advanced DataSource configuration</h5>
+<div class="paragraph">
+<p>TomEE also provides few utilities you can add in DataSource properties:</p>
+</div>
+<table class="tableblock frame-all grid-all spread table table-bordered">
+<colgroup>
+<col style="width: 50%;">
+<col style="width: 50%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Name</th>
+<th class="tableblock halign-left valign-top">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">LogSql</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Should SQL be logged (using TomEE logger)</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">LogSqlPackages</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">if set the logging will show the matching packages (separated by comma) inline when logging the query, allows to know where a query comes from</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Flushable</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">if true the datasource can be casted as a Flushable to recreate the pool</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">ResetOnError</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">if a <code>SQLException</code> happens the pool is automatically recreated. Configuration is either "true" to do it each time an exception occurs, <code>x</code> or <code>retry(x)</code> to do it and retry until maximum <code>x</code> times</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">ResetOnErrorMethods</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">which methods are handled by ResetOnError</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">TomEEProxyHandler</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Custom <code>InvocationHandler</code> wrapping the datasource calls</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">DataSourceCreator</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">which pool to use, <code>dbcp</code>, <code>tomcat</code>, <code>dbcp-alternative</code> (DBCP and TomEE proxying instead of DBCP JTA integration), <code>simple</code> (no pooling)</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="sect4">
+<h5 id="_datasource_and_jta">DataSource and JTA</h5>
+<div class="paragraph">
+<p><code>JtaManaged</code> determines wether or not this data source should be JTA managed
+or user managed.  If set to 'true' it will automatically be enrolled
+in any ongoing transactions.  Calling begin/commit/rollback or setAutoCommit
+on the datasource or connection will not be allowed.  If you need to perform
+these functions yourself, set <code>JtaManaged</code> to <code>false</code></p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_datasource_and_jpa">DataSource and JPA</h5>
+<div class="paragraph">
+<p>In terms of JPA persistence.xml:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><code>JtaManaged=true</code> can be used as a 'jta-data-source'</p>
+</li>
+<li>
+<p><code>JtaManaged=false</code> can be used as a 'non-jta-data-source'</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_activemqresourceadapter">ActiveMQResourceAdapter</h3>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ActiveMQResourceAdapter"&gt;
+    BrokerXmlConfig = broker:(tcp://localhost:61616)?useJmx=false
+    ServerUrl = vm://localhost?waitForStart=20000&amp;async=true
+    DataSource = Default Unmanaged JDBC Database
+    StartupTimeout = 10 seconds
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ActiveMQResourceAdapter
+Foo.BrokerXmlConfig = broker:(tcp://localhost:61616)?useJmx=false
+Foo.ServerUrl = vm://localhost?waitForStart=20000&amp;async=true
+Foo.DataSource = Default Unmanaged JDBC Database
+Foo.StartupTimeout = 10 seconds</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration">Configuration</h4>
+<div class="sect4">
+<h5 id="_brokerxmlconfig">BrokerXmlConfig</h5>
+<div class="paragraph">
+<p>Broker configuration URI as defined by ActiveMQ
+see <a href="http://activemq.apache.org/broker-configuration-uri.html" class="bare">http://activemq.apache.org/broker-configuration-uri.html</a>
+BrokerXmlConfig xbean:file:conf/activemq.xml - Requires xbean-spring.jar and dependencies</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_serverurl">ServerUrl</h5>
+<div class="paragraph">
+<p>Broker address</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_datasource">DataSource</h5>
+<div class="paragraph">
+<p>DataSource for persistence messages</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_startuptimeout">StartupTimeout</h5>
+<div class="paragraph">
+<p>How long to wait for broker startup</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_javax_jms_connectionfactory">javax.jms.ConnectionFactory</h3>
+<div class="paragraph">
+<p>An ActiveMQ (JMS) connection factory.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="javax.jms.ConnectionFactory"&gt;
+    ResourceAdapter = Default JMS Resource Adapter
+    TransactionSupport = xa
+    PoolMaxSize = 10
+    PoolMinSize = 0
+    ConnectionMaxWaitTime = 5 seconds
+    ConnectionMaxIdleTime = 15 Minutes
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=javax.jms.ConnectionFactory
+Foo.ResourceAdapter = Default JMS Resource Adapter
+Foo.TransactionSupport = xa
+Foo.PoolMaxSize = 10
+Foo.PoolMinSize = 0
+Foo.ConnectionMaxWaitTime = 5 seconds
+Foo.ConnectionMaxIdleTime = 15 Minutes</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_2">Configuration</h4>
+<div class="sect4">
+<h5 id="_resourceadapter">ResourceAdapter</h5>
+<div class="paragraph">
+<p>An ActiveMQ (JMS) resource adapter.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_transactionsupport">TransactionSupport</h5>
+<div class="paragraph">
+<p>Specifies if the connection is enrolled in global transaction
+allowed values: <code>xa</code>, <code>local</code> or <code>none</code>. Default to <code>xa</code>.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_poolmaxsize">PoolMaxSize</h5>
+<div class="paragraph">
+<p>Maximum number of physical connection to the ActiveMQ broker.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_poolminsize">PoolMinSize</h5>
+<div class="paragraph">
+<p>Minimum number of physical connection to the ActiveMQ broker.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_connectionmaxwaittime">ConnectionMaxWaitTime</h5>
+<div class="paragraph">
+<p>Maximum amount of time to wait for a connection.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_connectionmaxidletime">ConnectionMaxIdleTime</h5>
+<div class="paragraph">
+<p>Maximum amount of time a connection can be idle before being reclaimed.</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_javax_jms_queue">javax.jms.Queue</h3>
+<div class="paragraph">
+<p>An ActiveMQ (JMS) queue.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="javax.jms.Queue"&gt;
+    # not set means id
+    destination =
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=javax.jms.Queue
+# not set means id
+Foo.destination =</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_3">Configuration</h4>
+<div class="sect4">
+<h5 id="_destination">destination</h5>
+<div class="paragraph">
+<p>Specifies the name of the queue</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_javax_jms_topic">javax.jms.Topic</h3>
+<div class="paragraph">
+<p>An ActiveMQ (JMS) topic.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="javax.jms.Topic"&gt;
+    # not set means id
+    destination =
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=javax.jms.Topic
+# not set means id
+Foo.destination =</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_4">Configuration</h4>
+<div class="sect4">
+<h5 id="_destination_2">destination</h5>
+<div class="paragraph">
+<p>Specifies the name of the topic</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_org_omg_corba_orb">org.omg.CORBA.ORB</h3>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
+to use it you need to add an implementation of corba.
+</td>
+</tr>
+</table>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="org.omg.CORBA.ORB" /&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=org.omg.CORBA.ORB</code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_javax_mail_session">javax.mail.Session</h3>
+<div class="paragraph">
+<p>A mail session.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="mail/mysession" type="javax.mail.Session"&gt;
+  mail.transport.protocol = smtp
+  mail.smtp.host = smtp.provider.com
+  mail.smtp.auth = true
+  mail.smtp.starttls.enable = true
+  mail.smtp.port = 587
+  mail.smtp.user = user@provider.com
+  password = abcdefghij
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">mail/mysession = new://Resource?type=javax.mail.Session
+mail/mysession.mail.transport.protocol = smtp
+mail/mysession.mail.smtp.host = smtp.provider.com
+mail/mysession.mail.smtp.auth = true
+mail/mysession.mail.smtp.starttls.enable = true
+mail/mysession.mail.smtp.port = 587
+mail/mysession.mail.smtp.user = user@provider.com
+mail/mysession.password = abcdefghij</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>The properties are <code>javax.mail.Session</code> ones with the addition of <code>useDefault</code> which specifies if <code>getDefaultInstance()</code>
+or <code>getInstance</code> is used to create the session. <code>getDefaultInstance()</code> will ensure that several calls are done with the
+same configuration and return the same instance. For tomee it is likely better to rely on <code>getInstance()</code>(ie keep <code>useDefault</code> to false)
+and use <code>aliases</code> option of the resource to define an alias if you need to share the same instance accross multiple names.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_managedexecutorservice">ManagedExecutorService</h3>
+<div class="paragraph">
+<p>A concurrency utility for EE executor service.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ManagedExecutorService"&gt;
+    Core = 5
+    Max = 25
+    KeepAlive = 5 s
+    Queue = 15
+    ThreadFactory = org.apache.openejb.threads.impl.ManagedThreadFactoryImpl
+    Lazy = true
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ManagedExecutorService
+Foo.Core = 5
+Foo.Max = 25
+Foo.KeepAlive = 5 s
+Foo.Queue = 15
+Foo.ThreadFactory = org.apache.openejb.threads.impl.ManagedThreadFactoryImpl
+Foo.Lazy = true</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_5">Configuration</h4>
+<div class="sect4">
+<h5 id="_core">Core</h5>
+<div class="paragraph">
+<p>The pool core size.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_max">Max</h5>
+<div class="paragraph">
+<p>The pool max size.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_keepalive">KeepAlive</h5>
+<div class="paragraph">
+<p>The thread keep alive time (in duration format)</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_queue">Queue</h5>
+<div class="paragraph">
+<p>The queue type size.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_threadfactory">ThreadFactory</h5>
+<div class="paragraph">
+<p>The thread factory implementation class.</p>
+</div>
+</div>
+<div class="sect4">
+<h5 id="_lazy">Lazy</h5>
+<div class="paragraph">
+<p>If set to true the pool is created when first accessed otherwise it is created at startup.</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_managedscheduledexecutorservice">ManagedScheduledExecutorService</h3>
+<div class="paragraph">
+<p>Inherit from <code>ManagedExecutorService</code> and adds scheduling abilities.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ManagedScheduledExecutorService"&gt;
+    Core = 5
+    ThreadFactory = org.apache.openejb.threads.impl.ManagedThreadFactoryImpl
+    Lazy = true
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ManagedScheduledExecutorService
+Foo.Core = 5
+Foo.ThreadFactory = org.apache.openejb.threads.impl.ManagedThreadFactoryImpl
+Foo.Lazy = true</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_6">Configuration</h4>
+<div class="paragraph">
+<p>See <code>ManagedExecutorService</code>.</p>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_managedthreadfactory">ManagedThreadFactory</h3>
+<div class="paragraph">
+<p>A thread factory for a <code>ManagedExecutorService</code>.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ManagedThreadFactory"&gt;
+    Prefix = openejb-managed-thread-
+    Lazy = true
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ManagedThreadFactory
+Foo.Prefix = openejb-managed-thread-
+Foo.Lazy = true</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_7">Configuration</h4>
+<div class="sect4">
+<h5 id="_prefix">Prefix</h5>
+<div class="paragraph">
+<p>The thread prefix (suffixed with thread id).</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_contextservice">ContextService</h3>
+<div class="paragraph">
+<p>A concurrency utilities for JavaEE context service. It allows to create
+contextual proxies (inheriting from security, classloader&#8230;&#8203;contexts).</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ContextService" /&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ContextService</code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_jndiprovider_inject_remote_clients">JndiProvider: inject remote clients</h3>
+<div class="paragraph">
+<p>A thread factory for a <code>ManagedExecutorService</code>.
+Default implementation is <code>org.apache.openejb.threads.impl.ManagedThreadFactoryImpl</code>.</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ManagedThreadFactory"&gt;
+    Prefix = openejb-managed-thread-
+    Lazy = true
+&lt;/Resource&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ManagedThreadFactory
+Foo.Prefix = openejb-managed-thread-
+Foo.Lazy = true</code></pre>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_configuration_8">Configuration</h4>
+<div class="sect4">
+<h5 id="_prefix_2">Prefix</h5>
+<div class="paragraph">
+<p>The thread prefix (suffixed with thread id).</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_contextservice_2">ContextService</h3>
+<div class="paragraph">
+<p>A concurrency utilities for JavaEE context service. It allows to create
+contextual proxies (inheriting from security, classloader&#8230;&#8203;contexts).</p>
+</div>
+<div class="paragraph">
+<p>Declarable in tomee.xml via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-xml" data-lang="xml">&lt;Resource id="Foo" type="ContextService" /&gt;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Declarable in properties via</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code class="language-bash" data-lang="bash">Foo = new://Resource?type=ContextService</code></pre>
+</div>
+</div>
+</div>
+            </div>
+            
+        </div>
+    </div>
+<footer>
+		<div class="container">
+			<div class="row">
+				<div class="col-sm-6 text-center-mobile">
+					<h3 class="white">Apache TomEE the little great server.</h3>
+					<h5 class="light regular light-white">"A good application in a good server"</h5>
+					<ul class="social-footer">
+						<li><a href="https://fr-fr.facebook.com/ApacheTomEE/"><i class="fa fa-facebook"></i></a></li>
+						<li><a href="https://twitter.com/apachetomee"><i class="fa fa-twitter"></i></a></li>
+						<li><a href="https://plus.google.com/communities/105208241852045684449"><i class="fa fa-google-plus"></i></a></li>
+					</ul>
+				</div>
+				<div class="col-sm-6 text-center-mobile">
+					<div class="row opening-hours">
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../admin/index.html" class="white">Administration</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../admin/cluster/index.html" class="regular light-white">Cluster</a></li>
+								<li><a href="../../admin/configuration/index.html" class="regular light-white">Configuration</a></li>
+							</ul>
+						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../developer/index.html" class="white">Developer</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../developer/classloading/index.html" class="regular light-white">Classloading</a></li>
+								<li><a href="../../developer/ide/index.html" class="regular light-white">IDE</a></li>
+								<li><a href="../../developer/testing/index.html" class="regular light-white">Testing</a></li>
+								<li><a href="../../developer/tools/index.html" class="regular light-white">Tools</a></li>
+							</ul>
+						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../advanced/index.html" class="white">Advanced</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../advanced/applicationcomposer/index.html" class="regular light-white">Application Composer</a></li>
+								<li><a href="../../advanced/setup/index.html" class="regular light-white">Setup</a></li>
+								<li><a href="../../advanced/shading/index.html" class="regular light-white">Shading</a></li>
+								<li><a href="../../advanced/tomee-embedded/index.html" class="regular light-white">TomEE Embedded</a></li>
+							</ul>
+						</div>
+						<div class="col-sm-3 text-center-mobile">
+							<h5><a href="../../community/index.html" class="white">Community</a></h5>
+							<ul class="list-unstyled">
+								<li><a href="../../community/contributors.html" class="regular light-white">Contributors</a></li>
+								<li><a href="../../community/social.html" class="regular light-white">Social</a></li>
+								<li><a href="../../community/sources.html" class="regular light-white">Sources</a></li>
+							</ul>
+						</div>
+					</div>
+				</div>
+			</div>
+			<div class="row bottom-footer text-center-mobile">
+				<div class="col-sm-12 light-white">
+					<p>Copyright &copy; 1999-2016 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache TomEE, TomEE, Apache, the Apache feather logo, and the Apache TomEE project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+				</div>
+			</div>
+		</div>
+	</footer>
+	<!-- Holder for mobile navigation -->
+	<div class="mobile-nav">
+		<a href="#" class="close-link"><i class="arrow_up"></i></a>
+	</div>
+	<!-- Scripts -->
+	<script src="../../js/jquery-1.11.1.min.js"></script>
+	<script src="../../js/owl.carousel.min.js"></script>
+	<script src="../../js/bootstrap.min.js"></script>
+	<script src="../../js/wow.min.js"></script>
+	<script src="../../js/typewriter.js"></script>
+	<script src="../../js/jquery.onepagenav.js"></script>
+	<script src="../../js/tree.jquery.js"></script>
+	<script src="../../js/highlight.pack.js"></script>
+    <script src="../../js/main.js"></script>
+</body>
+
+</html>
+