[rules-users] installing oryx designer with guvnor 5.2 (on win2003, as4.2.3)

Tihomir Surdilovic tsurdilo at redhat.com
Fri Aug 5 09:40:03 EDT 2011


On 8/5/11 5:22 AM, itchupe wrote:
> hello
>
> unfortunately i have to use a windows 2003 server...
> (as on jboss as 6 i could not get drools 5.2 to work)
> i used drools-5.1-standalone and
> deployed drools 5.2 (of guvnor-5.2.0.Final-jboss-as-5.1.war) and
> oryx designer on jboss as 4.2.3 which both are working
> except the integration of oryx designer is incorrect.
>
> when i try to open a bpmn-file, on tab edit it displays the error:
> -------------------
> HTTP Status 404 - /designer/editor/
>
> type Status report
>
> message /designer/editor/
>
> description The requested resource (/designer/editor/) is not available.
> JBossWeb/2.0.1.GA
> -------------------
>
> where can i change the configuration?
> http://localhost:8080/guvnor-5.2.0.Final-jboss-as-5.1/org.drools.guvnor.Guvnor/Guvnor.html
> http://localhost:8080/designer/editor
You should probably first rename your 
guvnor-5.2.0.Final-jboss-as-5.1.war to drools-guvnor.war before 
deploying it in $jbossas/server/default/deploy directory. Not sure where 
you
got the designer war from (it is hosted on sourceforge: 
http://sourceforge.net/projects/jbpm/files/designer/ ). Make sure you 
get the *-jboss.war and rename it to designer.war before deploying 
alongside the guvnor war.

Guvnor currently expects the designer to live on the same host and port 
right now. Designer is configurable as to where it looks up the guvnor 
location. In order to change this information you have to deploy 
designer as an exploded war and edit 
$jbossas/server/default/deploy/designer.war/profiles/jbpm.xml. The 
bottom of this file contains section
<externalloadurl protocol="http" host="localhost:8080" 
subdomain="drools-guvnor/org.drools.guvnor.Guvnor/oryxeditor" 
usr="admin" pwd="admin"/>
..you should leave the subdomain as-is and change other attributes as 
necessary.

Just as a note, with jbpm5 installer 
(http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.1.0.Final/) 
puts it all together for you and really is the easiest way to get started
with using guvnor/designer/jbpm-console, and saves you the headache with 
issues like these.

Thanks.
>
>
> cheers.
> itchupe
>
> --
> View this message in context: http://drools.46999.n3.nabble.com/installing-oryx-designer-with-guvnor-5-2-on-win2003-as4-2-3-tp3228131p3228131.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>




More information about the rules-users mailing list