Subversion Repositories XServices

Rev

Rev 159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 159 Rev 166
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
2
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
3
	xmlns:xi="http://www.w3.org/2001/XInclude"
3
	xmlns:xi="http://www.w3.org/2001/XInclude"
4
	xmlns:xlink="http://www.w3.org/1999/xlink">
4
	xmlns:xlink="http://www.w3.org/1999/xlink">
Line 5... Line 5...
5
 
5
 
6
	<section>
6
 
7
		<title>Installation</title>
7
		<title>Installation</title>
8
		<para>As of February 2013, XServices require Java 7. Older builds run against Java 5.</para>
8
		<para>As of February 2013, XServices require Java 7. Older builds run against Java 5.</para>
9
		<para>Apache Tomcat 7</para>
9
		<para>Apache Tomcat 7</para>
10
		<para>tbd.</para>
10
		<para>tbd.</para>
Line 18... Line 18...
18
			<para>
18
			<para>
Line 19... Line 19...
19
				
19
				
20
			</para>
20
			</para>
21
		</section>
21
		</section>
22
		<section>
22
		<section>
23
			<title>Limit access to</title>
23
			<title>Limit access by IP address</title>
24
			<para>Sometimes you&apos;ll only want to restrict access to to
24
			<para>Sometimes you&apos;ll only want to restrict access to to
25
				only
25
				only
26
				specified host names or IP addresses. This way, only
26
				specified host names or IP addresses. This way, only
27
				clients at
27
				clients at
Line 54... Line 54...
54
				</para>
54
				</para>
55
			<para>The &lt;context&gt; element must be placed into the
55
			<para>The &lt;context&gt; element must be placed into the
56
				server.xml
56
				server.xml
57
				file (into &lt;engine&gt;&lt;host&gt;).</para>
57
				file (into &lt;engine&gt;&lt;host&gt;).</para>
58
		</section>
58
		</section>
59
	</section>
59
 
60
</section>
60
</section>
61
 
61