Running GWT with -noserver and weblogic. Can anyone help?

2010-05-12 Thread arkady
Hey folks, I have a weblogic server running with my application, something I deploy and launch outside of eclipse. It is running on localhost:7001/myApp Inside Eclipse, I would like to launch the GWT component such that I can debug the client side code AND see immediate changes without the need

Re: Running GWT with -noserver and weblogic. Can anyone help?

2010-05-12 Thread Sripathi Krishnan
Your startup url should have the url parameter gwt.codesvr=127.0.0.1:9997. Thats the magic parameter that kicks in the GWT browser plugin which in turn evaluates java byte code. --Sri On 12 May 2010 01:43, arkady arkad...@gmail.com wrote: Hey folks, I have a weblogic server running with my