summaryrefslogtreecommitdiff
path: root/src/site/xdoc/devel-install.xml
blob: 277c21bd229ec86e546656667af7152d8a25a708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
	<properties>
		<title>Installation Guide</title>
		<author>Yves Fischer</author>
		<date>24.02.2011</date>
	</properties>

	<body>
		<section name="Installation Guide">
			<subsection name="Mit Embedded Servlet Container">
				<source>mvn jetty:run</source>
				<p>Standardmäßig lauscht jetty nun auf Port 8080</p>
			</subsection>
			<subsection name="Mit .war File">
				<p>
					Ein Web-Archive (.war) kann mit dem Maven Kommando
					<tt>mvn package</tt>
					erzeugt werden.
				</p>
			</subsection>
		</section>
	</body>
</document>