Re: Problems GWT2.7 superdevmode + tomcat server

2015-10-01 Thread Thomas Broyer
Server-side is not GWT's deal. "Compile in load" is only about the client.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Problems GWT2.7 superdevmode + tomcat server

2015-10-01 Thread 'Thomas Lacroix' via GWT Users
I have one more question regarding this issue, I don't know if it is normal 
superdevmode behavior or I am doing something wrong :
When I make a change to my war/META-INF/context.xml file and hit F5 in the 
web browser, the changes are not taken into account (even if I force a 
recompile by hitting the button "Dev mode on). The way I found to force 
superdevmode to reload the context.xml is to do a compile of my project 
before I unzip the war file and deploy it into tomcat /webapps.
With regards to plain java files, I think it works fine for me : when I 
make a change to java code and then hit F5 in web browser, it trigger a 
recompile and I see my changes.
Thomas

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Problems GWT2.7 superdevmode + tomcat server

2015-09-30 Thread 'Thomas Lacroix' via GWT Users


Thanks Thomas, I found some time to work on this issue and it is working 
fine. To get the unpacked war directory I did unzip the war file. My 
CodeServer debug launcher has 3 args: -src, -launcherDir, and the GWT 
module.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Problems GWT2.7 superdevmode + tomcat server

2015-09-11 Thread Ben Dol
There is a way to get it working with the tomcat maven plugin with gwt 
maven plugin, however I haven't had any luck with that yet. In the mean 
time you can use a library I wrote up for SuperDevMode to help manipulate 
compilations. Somewhat a work around to many issues but I find it helps me 
out a lot in development https://github.com/BenDol/SuperDevModeUI

On Saturday, September 12, 2015 at 12:58:09 AM UTC+12, Thomas Lacroix wrote:
>
> Hi,
>
> I would like to use superdevmode with my tomcat8 server, it doesn’t work 
> and I don’t see what I am doing wrong. I followed this video:
>
> “Debugging GWT Super Dev Mode using Tomcat” (
> https://www.youtube.com/watch?v=w9270Yqt-5I)
>
> but I am getting an error HTTP 404 resource not available. When I look in 
> the launcherDir directory (Dwtp.deploy), I am not sure it is publishing the 
> app right, it seems it is missing files (.html, js files, etc...)
>
> I also tried to fiddle with a GWT Web Application launcher with –noserver 
> but can’t get it to not use jetty as it offers me to debug with the url:
>
> http://127.0.0.1:/localhost:8080/projectX.html
>
> It is probably a separate issue from the first one.
>
> I had no better luck following this other video that is using the SDBG 
> plugin (https://www.youtube.com/watch?v=d6xsX9x9WC4), the SDM code server 
> is not automatically created and launched and I see only the thread about 
> tomcat8 server. For this latter problem, I do not have the same google 
> plugin for eclipse as in the video (different logo) so that might be the 
> problem.
>
> I tried the same tests as above with a jar compiled from tip of the trunk 
> but it does not change anything.
>
> Does anyone have a clue about what I am missing here?
>
> Thanks
>
> Thomas
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.