<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires sur : Les plans de déploiement Weblogic</title>
	<atom:link href="http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/</link>
	<description>J2EE, Agilité et SOA</description>
	<lastBuildDate>Tue, 09 Mar 2010 11:53:56 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Benoit Moussaud</title>
		<link>http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/comment-page-1/#comment-20298</link>
		<dc:creator>Benoit Moussaud</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/#comment-20298</guid>
		<description>Hi Jim, Thanks to take time read it (in French) and post a comment.
&gt;&gt;Can we use a deployment plan to set an application use a work manager with constraints attached to it??
I think With a Deployment plan you can only make assign existing item ( such as wl-dispatch-policy, max/min thread constrains or request class) not create them in the server. Keep in mind that the deployement plan only allows you to modifiy DD.
&gt;&gt;Now i want the application to use it. how do i set the dispatch policy in the plan?
This is an exemple, assign a new context root and a dispatch policy to a servlet.


[xml]
&lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&gt;
&lt;deployment-plan xmlns=&quot;http://www.bea.com/ns/weblogic/deployment-plan&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://www.bea.com/ns/weblogic/deployment-plan http://www.bea.com/ns/weblogic/deployment-plan/1.0/deployment-plan.xsd&quot; global-variables=&quot;false&quot;&gt;
  &lt;application-name&gt;Application2&lt;/application-name&gt;
  &lt;variable-definition&gt;
    &lt;variable&gt;
      &lt;name&gt;WeblogicWebApp_ContextRoots&lt;/name&gt;
      &lt;value&gt;&quot;application2&quot;&lt;/value&gt;
    &lt;/variable&gt;
    &lt;variable&gt;
      &lt;name&gt;Application_WorkManager&lt;/name&gt;
      &lt;value&gt;&quot;waiting.room.2.dispatch.policy&quot;&lt;/value&gt;
    &lt;/variable&gt;
    &lt;variable&gt;
      &lt;name&gt;WorkManager_waiting.room.2.dispatch.policy_Name_12247535261400&lt;/name&gt;
      &lt;value&gt;waiting.room.2.dispatch.policy&lt;/value&gt;
    &lt;/variable&gt;
    &lt;variable&gt;
      &lt;name&gt;WorkManager_waiting.room.2.dispatch.policy_RequestClassName_12247536926870&lt;/name&gt;
      &lt;value&gt;&lt;/value&gt;
    &lt;/variable&gt;
    &lt;variable&gt;
      &lt;name&gt;WorkManager_waiting.room.2.dispatch.policy_MaxThreadsConstraintName_12247536926871&lt;/name&gt;
      &lt;value&gt;MaxThreadsConstraint-App2&lt;/value&gt;
    &lt;/variable&gt;
  &lt;/variable-definition&gt;
  &lt;module-override&gt;
    &lt;module-name&gt;WaitingRoomService.war&lt;/module-name&gt;
    &lt;module-type&gt;war&lt;/module-type&gt;
    &lt;module-descriptor external=&quot;false&quot;&gt;
      &lt;root-element&gt;weblogic-web-app&lt;/root-element&gt;
      &lt;uri&gt;WEB-INF/weblogic.xml&lt;/uri&gt;
      &lt;variable-assignment&gt;
        &lt;name&gt;WeblogicWebApp_ContextRoots&lt;/name&gt;
        &lt;xpath&gt;/weblogic-web-app/context-root&lt;/xpath&gt;
        &lt;operation&gt;replace&lt;/operation&gt;
      &lt;/variable-assignment&gt;
      &lt;variable-assignment&gt;
        &lt;name&gt;Application_WorkManager&lt;/name&gt;
        &lt;xpath&gt;/weblogic-web-app/wl-dispatch-policy&lt;/xpath&gt;
        &lt;operation&gt;replace&lt;/operation&gt;
      &lt;/variable-assignment&gt;
      &lt;variable-assignment&gt;
        &lt;name&gt;WorkManager_waiting.room.2.dispatch.policy_Name_12247535261400&lt;/name&gt;
        &lt;xpath&gt;/weblogic-web-app/work-manager/[name=&quot;waiting.room.2.dispatch.policy&quot;]/name&lt;/xpath&gt;
      &lt;/variable-assignment&gt;
      &lt;variable-assignment&gt;
        &lt;name&gt;WorkManager_waiting.room.2.dispatch.policy_RequestClassName_12247536926870&lt;/name&gt;
        &lt;xpath&gt;/weblogic-web-app/work-manager/[name=&quot;waiting.room.2.dispatch.policy&quot;]/request-class-name&lt;/xpath&gt;
      &lt;/variable-assignment&gt;
      &lt;variable-assignment&gt;
        &lt;name&gt;WorkManager_waiting.room.2.dispatch.policy_MaxThreadsConstraintName_12247536926871&lt;/name&gt;
        &lt;xpath&gt;/weblogic-web-app/work-manager/[name=&quot;waiting.room.2.dispatch.policy&quot;]/max-threads-constraint-name&lt;/xpath&gt;
      &lt;/variable-assignment&gt;
    &lt;/module-descriptor&gt;
    &lt;module-descriptor external=&quot;false&quot;&gt;
      &lt;root-element&gt;web-app&lt;/root-element&gt;
      &lt;uri&gt;WEB-INF/web.xml&lt;/uri&gt;
    &lt;/module-descriptor&gt;
    &lt;module-descriptor external=&quot;true&quot;&gt;
      &lt;root-element&gt;wldf-resource&lt;/root-element&gt;
      &lt;uri&gt;META-INF/weblogic-diagnostics.xml&lt;/uri&gt;
    &lt;/module-descriptor&gt;
  &lt;/module-override&gt;
  &lt;config-root&gt;D:\Projets\MyProjects\waiting-room\plans&lt;/config-root&gt;
&lt;/deployment-plan&gt;

[/xml]</description>
		<content:encoded><![CDATA[<p>Hi Jim, Thanks to take time read it (in French) and post a comment.<br />
&gt;&gt;Can we use a deployment plan to set an application use a work manager with constraints attached to it??<br />
I think With a Deployment plan you can only make assign existing item ( such as wl-dispatch-policy, max/min thread constrains or request class) not create them in the server. Keep in mind that the deployement plan only allows you to modifiy DD.<br />
&gt;&gt;Now i want the application to use it. how do i set the dispatch policy in the plan?<br />
This is an exemple, assign a new context root and a dispatch policy to a servlet.</p>
<div class="syntax_hilite">
<div id="xml-1">
<div class="xml"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;</span>?xml <span style="color: #000066;">version</span>=<span style="color: #ff0000;">'1.0'</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">'UTF-8'</span>?<span style="font-weight: bold; color: black;">&gt;</span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;deployment</span>-plan <span style="color: #000066;">xmlns</span>=<span style="color: #ff0000;">"http://www.bea.com/ns/weblogic/deployment-plan"</span> xmlns:<span style="color: #000066;">xsi</span>=<span style="color: #ff0000;">"http://www.w3.org/2001/XMLSchema-instance"</span> xsi:<span style="color: #000066;">schemaLocation</span>=<span style="color: #ff0000;">"http://www.bea.com/ns/weblogic/deployment-plan <a href="http://www.bea.com/ns/weblogic/deployment-plan/1.0/deployment-plan.xsd" rel="nofollow">http://www.bea.com/ns/weblogic/deployment-plan/1.0/deployment-plan.xsd</a>"</span> <span style="color: #000066;">global-variables</span>=<span style="color: #ff0000;">"false"</span><span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;application</span>-name<span style="font-weight: bold; color: black;">&gt;</span></span>Application2<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/application</span>-name<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable</span>-definition<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WeblogicWebApp_ContextRoots<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;value<span style="font-weight: bold; color: black;">&gt;</span></span></span>&quot;application2&quot;<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/value<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>Application_WorkManager<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;value<span style="font-weight: bold; color: black;">&gt;</span></span></span>&quot;waiting.room.2.dispatch.policy&quot;<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/value<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WorkManager_waiting.room.2.dispatch.policy_Name_12247535261400<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;value<span style="font-weight: bold; color: black;">&gt;</span></span></span>waiting.room.2.dispatch.policy<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/value<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WorkManager_waiting.room.2.dispatch.policy_RequestClassName_12247536926870<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;value<span style="font-weight: bold; color: black;">&gt;</span></span></span><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/value<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WorkManager_waiting.room.2.dispatch.policy_MaxThreadsConstraintName_12247536926871<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;value<span style="font-weight: bold; color: black;">&gt;</span></span></span>MaxThreadsConstraint-App2<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/value<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable</span>-definition<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;module</span>-override<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;module</span>-name<span style="font-weight: bold; color: black;">&gt;</span></span>WaitingRoomService.war<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/module</span>-name<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;module</span>-type<span style="font-weight: bold; color: black;">&gt;</span></span>war<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/module</span>-type<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;module</span>-descriptor <span style="color: #000066;">external</span>=<span style="color: #ff0000;">"false"</span><span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;root</span>-element<span style="font-weight: bold; color: black;">&gt;</span></span>weblogic-web-app<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/root</span>-element<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;uri<span style="font-weight: bold; color: black;">&gt;</span></span></span>WEB-INF/weblogic.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/uri<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WeblogicWebApp_ContextRoots<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span>/weblogic-web-app/context-root<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;operation<span style="font-weight: bold; color: black;">&gt;</span></span></span>replace<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/operation<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>Application_WorkManager<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span>/weblogic-web-app/wl-dispatch-policy<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;operation<span style="font-weight: bold; color: black;">&gt;</span></span></span>replace<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/operation<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WorkManager_waiting.room.2.dispatch.policy_Name_12247535261400<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span>/weblogic-web-app/work-manager/[name=&quot;waiting.room.2.dispatch.policy&quot;]/name<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WorkManager_waiting.room.2.dispatch.policy_RequestClassName_12247536926870<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span>/weblogic-web-app/work-manager/[name=&quot;waiting.room.2.dispatch.policy&quot;]/request-class-name<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;name<span style="font-weight: bold; color: black;">&gt;</span></span></span>WorkManager_waiting.room.2.dispatch.policy_MaxThreadsConstraintName_12247536926871<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/name<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span>/weblogic-web-app/work-manager/[name=&quot;waiting.room.2.dispatch.policy&quot;]/max-threads-constraint-name<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/xpath<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/variable</span>-assignment<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/module</span>-descriptor<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;module</span>-descriptor <span style="color: #000066;">external</span>=<span style="color: #ff0000;">"false"</span><span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;root</span>-element<span style="font-weight: bold; color: black;">&gt;</span></span>web-app<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/root</span>-element<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;uri<span style="font-weight: bold; color: black;">&gt;</span></span></span>WEB-INF/web.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/uri<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/module</span>-descriptor<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;module</span>-descriptor <span style="color: #000066;">external</span>=<span style="color: #ff0000;">"true"</span><span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;root</span>-element<span style="font-weight: bold; color: black;">&gt;</span></span>wldf-resource<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/root</span>-element<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;uri<span style="font-weight: bold; color: black;">&gt;</span></span></span>META-INF/weblogic-diagnostics.xml<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/uri<span style="font-weight: bold; color: black;">&gt;</span></span></span><br />
&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/module</span>-descriptor<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/module</span>-override<span style="font-weight: bold; color: black;">&gt;</span></span><br />
&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;config</span>-root<span style="font-weight: bold; color: black;">&gt;</span></span>D:\Projets\MyProjects\waiting-room\plans<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/config</span>-root<span style="font-weight: bold; color: black;">&gt;</span></span><br />
<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/deployment</span>-plan<span style="font-weight: bold; color: black;">&gt;</span></span></div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Jim</title>
		<link>http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/comment-page-1/#comment-20259</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/#comment-20259</guid>
		<description>Hi Benoit,

This is a great article!! I&#039;ve tried several things after going thru your blog but failed.

Can we use a deployment plan to set an application use a work manager with constraints attached to it??

I&#039;ve already created the work manager &amp; constraints thru the admin console (Global Work Manager). 

Now i want the application to use it. how do i set the dispatch policy in the plan?</description>
		<content:encoded><![CDATA[<p>Hi Benoit,</p>
<p>This is a great article!! I've tried several things after going thru your blog but failed.</p>
<p>Can we use a deployment plan to set an application use a work manager with constraints attached to it??</p>
<p>I've already created the work manager &amp; constraints thru the admin console (Global Work Manager). </p>
<p>Now i want the application to use it. how do i set the dispatch policy in the plan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Benoit Moussaud</title>
		<link>http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/comment-page-1/#comment-13011</link>
		<dc:creator>Benoit Moussaud</dc:creator>
		<pubDate>Sat, 23 May 2009 07:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/#comment-13011</guid>
		<description>@Nicolas les paramètres modifiables concernent ceux que l&#039;on a dans les descripteurs de déploiement génériques J2EE  &amp; spécifiques Weblogic au niveau web, ejb et application( nœud uri) . A quels autres fichiers pensez-vous ?</description>
		<content:encoded><![CDATA[<p>@Nicolas les paramètres modifiables concernent ceux que l'on a dans les descripteurs de déploiement génériques J2EE  &amp; spécifiques Weblogic au niveau web, ejb et application( nœud uri) . A quels autres fichiers pensez-vous ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Nicolas</title>
		<link>http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/comment-page-1/#comment-13007</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Fri, 22 May 2009 14:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/#comment-13007</guid>
		<description>Bonjour,

L&#039;article est très clair, cependant j&#039;ai une question, est-il possible de modifié d&#039;autres paramètres que ceux repris dans les descripteurs de déploiement?

En fait j&#039;ai d&#039;autre fichier qui aurait besoin d&#039;être édités.

Merci d&#039;avance</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>L'article est très clair, cependant j'ai une question, est-il possible de modifié d'autres paramètres que ceux repris dans les descripteurs de déploiement?</p>
<p>En fait j'ai d'autre fichier qui aurait besoin d'être édités.</p>
<p>Merci d'avance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Aurélien Pelletier</title>
		<link>http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/comment-page-1/#comment-5340</link>
		<dc:creator>Aurélien Pelletier</dc:creator>
		<pubDate>Thu, 17 Apr 2008 10:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.fr/2008/04/17/les-plans-de-deploiement-weblogic/#comment-5340</guid>
		<description>Je projet jndi-resources devrait t&#039;intéresser
http://code.google.com/p/jndi-resources/

Il aborde la même problématique mais cross serveur d&#039;app. Pour l&#039;instant il ne supporte que tomcat et jboss. Mais c&#039;est conçu pour facilement ajouter le support d&#039;autres serveurs (pourvu que l&#039;on connaisse son mode fonctionnement spécifique). Tu es le bienvenu pour ajouter le support de weblogic !</description>
		<content:encoded><![CDATA[<p>Je projet jndi-resources devrait t'intéresser<br />
<a href="http://code.google.com/p/jndi-resources/" rel="nofollow">http://code.google.com/p/jndi-resources/</a></p>
<p>Il aborde la même problématique mais cross serveur d'app. Pour l'instant il ne supporte que tomcat et jboss. Mais c'est conçu pour facilement ajouter le support d'autres serveurs (pourvu que l'on connaisse son mode fonctionnement spécifique). Tu es le bienvenu pour ajouter le support de weblogic !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
