On Thursday, May 24, 2012 11:14:04 AM UTC+2, David Wery wrote:
>
> Ah, indeed I have the Bar.html in the resources folder
> (src/main/resources). This is not the right way to manage it ?
>
Put it in src/main/webapp and change your
Ah, indeed I have the Bar.html in the resources folder
(src/main/resources). This is not the right way to manage it ?
>
> On Thursday, May 24, 2012 11:05:15 AM UTC+2, David Wery wrote:
>>
>> Hi Thomas,
>>
>> Thanks for the answer !
>>
>> My application is already deployed in the root context o
On Thursday, May 24, 2012 11:05:15 AM UTC+2, David Wery wrote:
>
> Hi Thomas,
>
> Thanks for the answer !
>
> My application is already deployed in the root context of the application
> server (JBoss 7). The bar in the url seems to be coming for the GWT module
> name (rename-to section in the
Hi Thomas,
Thanks for the answer !
My application is already deployed in the root context of the application
server (JBoss 7). The bar in the url seems to be coming for the GWT module
name (rename-to section in the GWT.xml file). Is there a way to remove the
name of the GWT module ?
David
On Tuesday, May 22, 2012 2:18:08 PM UTC+2, David Wery wrote:
>
> Hi all,
>
> I'm currently building a GWT application but my customer does not want to
> see anything in the URL path except the domain. For example, I have
> actually the application deployed on the URL :
> http://www.foo.com/bar
Hi all,
I'm currently building a GWT application but my customer does not want to
see anything in the URL path except the domain. For example, I have
actually the application deployed on the URL :
http://www.foo.com/bar/Bar.html (where bar is the module name) and we
actually want only http://w