You need to change the 127.0.0.1:9997 url to the url where Guvnor is running. StandaloneEditorServlet is a servlet running inside Guvnor webapp. So if you have Guvnor running on host 192.168.1.1 port 8080, you need to do your request to this URL:
- http://192.168.1.1:8080/org.drools.guvnor.Guvnor/standaloneEditorServlet(if you are using Guvnor 5.3 or <) - http://192.168.1.1:8080/org.drools.guvnor.GuvnorDrools/standaloneEditorServlet(if you are using Guvnor 5.4) Regarding the modifications in web.xml, there is no need to do that anymore. Best Regards, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com On Fri, Jan 6, 2012 at 5:14 AM, srinivasasanda <[email protected]>wrote: > Hi titanX, > > > i am also facing problem samples available at > > http://ilesteban.wordpress.com/2010/11/23/guvnor-embed-assets-editor-in-your-application/ > > i did the modifications in web.xml file. > but i didn't get any 404 error, but when i running that html page on > browser > it is asking gwt developers plugin is required, even when i downloaded the > plugin it is giving a messag-->gwt plugin unable to connect to port > 127.0.0.1:9997 .But when i running the same html page in eclipse(gwt > plugins > are imported into this eclipse) > it is asking org.drools.guvnor.Guvnor/Guvnor.gwt.xml class path is needed, > i > didnt find any Guvnor.gwt.xml file in the Guvnor war file. > > i am using jboss 5.0.1 & Guvnor 5.2.0 > > can u please help me ............ > Thanks in advance.. > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Questions-regarding-Guvnor-tp2085076p3637042.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
