Re: GWT 1.7.1 with tomcat 5.5

2009-10-08 Thread muhannad nasser
i have solved it... u need to add a new html page in the WEB-init to redirect to the hosted page. or make your URL to b go to hosted mode directly see this url for a project called GWTExtUx http://localhost:9090/GwtExtUx/war/com.gwtextux.sample.showcase2.Showcase2/? On Thu, Oct 8, 2009 at 3:34

Re: GWT 1.7.1 with tomcat 5.5

2009-10-07 Thread Chris Ramsdale
Muhannad (and Bobby), I am trying to better understand the potential issue here. You mention that you are attempting to run your application in hosted within Tomcat. Typically applications are run within the embedded Jetty server when running in hosted mode. Would you mind elaborating on the

Re: GWT 1.7.1 with tomcat 5.5

2009-10-07 Thread golfdude
Did you try http://server:port/webapp/GwtApp.html Thx ps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com To

Re: GWT 1.7.1 with tomcat 5.5

2009-10-06 Thread Bobby Berry
Have you found a solution to this issue? We are having a similar problem with GWT not showing in Firefox 3. Thanks Bobby Berry On Sep 30, 1:06 am, muhannad nasser muhannadna...@gmail.com wrote: hi i am trying to run the sample GWT project in hosted mode using tomcat my workspace for

GWT 1.7.1 with tomcat 5.5

2009-09-30 Thread muhannad nasser
hi i am trying to run the sample GWT project in hosted mode using tomcat my workspace for eclipse 3.5 is the webapp for the tomcat and by default the WEB-INF is inside the war folder the tree webapp | projectName | src | war