Note that there are some explanatory texts on larger screens.

plurals
  1. PORun GWT shell normal, use -noserver on compile?
    text
    copied!<p>I would like to run the GWT shell (the nice little Google pop-up browser window) when "testing" and upon clicking the actual "Compile/Browse" on the tool, compile the program into a different directory and use the -noserver mode to test it on my IIS server.</p> <p>Problem:</p> <p>I have not edited the normal shell script, so it fires off just fine. The edits I make are viewed upon refreshing. The compile/browse however, shoots me off to mini-Tomcat server instead of my directory. The compile DOES appear to be running (as I can browse to that directory directly and it is receiving updates), but the compile/browse does not shunt me there.</p> <p>Here is the compile script I've got right now:</p> <pre><code>@java -Xmx256M -noserver -port 80 -cp "%~dp0\src;%~dp0\bin;C:/dev/gwt-windows-1.5.3/gwt-user.jar;C:/dev/gwt-windows-1.5.3/gwt-dev-windows.jar" com.google.gwt.dev.GWTCompiler -out c:/dev/Practice /Practice/Practice.html </code></pre> <p>Clearly the area I would LIKE to go is "<a href="http://localhost/Practice/Practice.html" rel="nofollow noreferrer">http://localhost/Practice/Practice.html</a>" (the IIS server) but it is jumping to "<a href="http://localhost:8888/practice.Practice/Practice.html" rel="nofollow noreferrer">http://localhost:8888/practice.Practice/Practice.html</a>" (the Tomcat server).</p> <p>Ideas?</p> <p>(P.S. Running Eclipse for editor, the Run/Debug config arguments are:</p> <pre><code>practice.Practice/Practice.html </code></pre> <p>and that's it)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload