<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>I created a server under WLP called guvnor:&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>sudo /usr/share/was/wlp/bin/server create guvnor</div></div><div><br></div><div>One specific issue that I came across was that Guvnor attempted to create files inside the war when it started up. Therefore, I wasn't able to get it to work using the zipped up war. Similarly, hot deploy into the "dropins" directory didn't work.&nbsp;So as per my script (<a href="https://gist.github.com/gratiartis/5205287">https://gist.github.com/gratiartis/5205287</a>), I just unzipped the war and copied it into the was apps directory.</div><div><br></div><div>Putting it in the apps directory means that you need to define it in the server's server.xml file. In my build, that's found in:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>/usr/share/was/wlp/usr/servers/guvnor</div><div><br></div><div>The server.xml provided in the Gist linked above is the entirety of mine. Nothing was cut out of it.</div><div><br></div><div>With that done, I only needed to start Guvnor and I was away.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>sudo /usr/share/was/wlp/bin/server start guvnor</div><div><br></div><div><br></div><div>fyi - This is running on: Ubuntu 12.10, Quantal Quetzal</div><div><br></div><div>Steve</div><div><br></div><br><div><div>On 17 May 2013, at 20:30, drdaveg &lt;<a href="mailto:drdaveg@gmail.com">drdaveg@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I've been using DROOLS and Guvnor for years, but am trying to get Guvnor to<br>run under WebSphere 8.5 &nbsp;- even under the Liberty profile as mentioned. <br>Guvnor fails using the tomcat war (contrary to post) and avoiding "seam"<br>(per another post) gets you to run-time complaints about<br><br>- needing the weld-servlet (whose JAR is in the war) and<br>- CDI not being supported.<br><br>Does anyone have a good configuration of WebSphere where they could share<br>the web.xml, etc? &nbsp;Thanks! &nbsp;I am running within RAD - since out of RAD it<br>completely fails.<br><br><br><br>--<br>View this message in context: <a href="http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4023879.html">http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4023879.html</a><br>Sent from the Drools: User forum mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users<br></blockquote></div><br></body></html>