With a bit more investigation, it appears that the problem is in ConsoleConfig.java -<br><br>  String base = GWT.getHostPageBaseURL(); <br><br>this is returning <a href="http://localhost:8080/">http://localhost:8080/</a> instead of <a href="http://1.2.3.4:8080/">http://1.2.3.4:8080/</a> - is there a way to fix this? I&#39;ve never used GWT before..<br>
<br><div class="gmail_quote">On Tue, Feb 16, 2010 at 2:21 PM, robert.e.t.wilson <span dir="ltr">&lt;<a href="mailto:robert.e.t.wilson@googlemail.com">robert.e.t.wilson@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi,<br>
<br>
I have gwt-console and gwt-console-server 5.1.0.M1 deployed to jboss at<br>
<a href="http://1.2.3.4:8080/" target="_blank">http://1.2.3.4:8080/</a>. It works fine until it tries to generate a link to<br>
gwt-server-console (i.e.<br>
<a href="http://1.2.3.4:8080/gwt-console-server/path/to/task/form" target="_blank">http://1.2.3.4:8080/gwt-console-server/path/to/task/form</a>), but instead links<br>
to localhost (<a href="http://localhost:8080/gwt-console-server/path/to/task/form" target="_blank">http://localhost:8080/gwt-console-server/path/to/task/form</a>).<br>
I&#39;ve tried searching for ways to configure this, but most information seems<br>
out of date.<br>
<br>
It seems that editing the console.config.js and adding a consoleServerUrl<br>
variable does not change this behavious. Please can someone let me know how<br>
I configure this, or point me towards some more up to date documentation.<br>
<br>
Cheers, Rob.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n3.nabble.com/Configure-Drools-GWT-Console-for-non-localhost-server-tp211011p211011.html" target="_blank">http://n3.nabble.com/Configure-Drools-GWT-Console-for-non-localhost-server-tp211011p211011.html</a><br>

Sent from the Drools - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">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>
</font></blockquote></div><br>