<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VolkomenJuist.nl &#187; deployment</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/tag/deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:58:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Wicket Debug / Deployment mode</title>
		<link>http://www.volkomenjuist.nl/blog/2009/01/25/wicket-debug-deployment-mode/</link>
		<comments>http://www.volkomenjuist.nl/blog/2009/01/25/wicket-debug-deployment-mode/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 11:31:47 +0000</pubDate>
		<dc:creator>Stefanovich</dc:creator>
				<category><![CDATA[Wicket]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[deployment]]></category>

		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=121</guid>
		<description><![CDATA[By default, Wicket starts in development mode. When you want to deploy the application to your live system you will have to switch to deployment mode. This blog describes 3 ways to achieve this.   JVM Argument Servlet/filter initialization parameter Context initialization paramater. 1. JVM Argument Add the property -Dwicket.configuration=deployment to your JVM Arguments. This one is very usefull when you [...]]]></description>
			<content:encoded><![CDATA[<p>By default, Wicket starts in development mode. When you want to deploy the application to your live system you will have to switch to deployment mode. This blog describes 3 ways to achieve this.  </p>
<ol>
<li>JVM Argument</li>
<li>Servlet/filter initialization parameter</li>
<li>Context initialization paramater.</li>
</ol>
<p><span id="more-121"></span></p>
<h3>1. JVM Argument</h3>
<p>Add the property <code>-Dwicket.configuration=deployment</code> to your JVM Arguments. This one is very usefull when you want to switch on your local system to deployment mode (during development), because you don&#8217;t have to change files, only local settings. This property will be checked first so you can override the servlet/filter or context settings.</p>
<h3>2. Servlet/filter</h3>
<p>Example:</p>
<pre class="brush: xml;">&lt;filter&gt;
...
 &lt;init-param&gt;
  &lt;param-name&gt;configuration&lt;/param-name&gt;
  &lt;param-value&gt;deployment&lt;/param-value&gt;
 &lt;/init-param&gt;
...
&lt;/filter&gt;</pre>
<h3>3. Context</h3>
<p>Example:
<pre class="brush: xml;">&lt;context-param&gt;
 &lt;param-name&gt;configuration&lt;/param-name&gt;
 &lt;param-value&gt;deployment&lt;/param-value&gt;
&lt;/context-param&gt;</pre>
 <img src="http://www.volkomenjuist.nl/blog/wp-content/plugins/feed-statistics.php?view=1&post_id=121" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.volkomenjuist.nl/blog/2009/01/25/wicket-debug-deployment-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
