<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 10pt; color: #000000'>The idea is to use Guvnor as a REST-accessible BRMS.&nbsp;<div><br></div><div>We'll design, edit, test rules in guvnor, then execute them from the PHP web app in the background (with cURL or something ) or maybe we'll use proper webservices, as long as we can keep thing simple.&nbsp;</div><div><br></div><div>Since we are already using tomcat 5 as our reporting endpoint, we'd like to just add the guvnor as a web app, as long as guvnor can execute the rules we setup in the nice web interface and respond with a json package to a REST json request.</div><div><br></div><div>Guvnor _does_ execute rules, right? :-)</div><div><br></div><div>I'll try removing the jars you mention and then report back.</div><div><br></div><div>Thx,</div><div>Rubén<br><hr><b>De: </b>"Esteban Aliverti" &lt;esteban.aliverti@gmail.com&gt;<br><b>Para: </b>"Rules Users List" &lt;rules-users@lists.jboss.org&gt;<br><b>Enviados: </b>Viernes, 14 de Mayo 2010 6:49:53<br><b>Asunto: </b>Re: [rules-users] Drools5 in tomcat 5<br><br>I didn't test Guvnor in Tomcat 5, but I did it in Tomcat 6. The only thing you need to do is to remove el-ri-xxx.jar and el-api-xxx.jar from Guvnors libraries (open the war file, browse to WEB-INF/lib and remove the files). This is because Tomcat already provides this libraries. That is the only thing I have to do when I want to use Guvnor deployed in a Tomcat.<div>

And remember that Drools is just a framework (a bunch of jars if you want), so you can use it everywhere: console app, desktop app, web app. Guvnor is a BRMS that you can use to create your rules, manage their life cycle and set as main repository (You can do more things too). It is important to make this&nbsp;distinction, maybe you just want to use drools expert/flow/fusion and not Guvnor.</div>

<div><br></div><div>Best, &nbsp;<br><br><div class="gmail_quote">2010/5/14 Rubén Marrero <span dir="ltr">&lt;<a href="mailto:ruben@lingo.mx" target="_blank">ruben@lingo.mx</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div style="font-family:Times New Roman;font-size:10pt;color:#000000">Hi all:<div><br></div><div>I want to add drools to a php application. Currently we are using Tomcat 5 to execute BIRT reports and works great.</div>

<div><br></div><div>We want to keep using Tomcat (this version in particular) and just drop the Drools WAR so to disturb as little as possible our current setup.</div><div><br></div><div>Is Tomcat 5 a supported platform to run Drools 5? any pointers to current docs?</div>

<div><br></div><div>Thanks in advance,</div><div>Rubén</div></div></div><br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>
</div>
<br>_______________________________________________<br>rules-users mailing list<br>rules-users@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/rules-users<br></div></div></body></html>