Hello
I want to put generated files from the gwt (.cache.html , .gwt.rpc
and all staff ) in a folder .
To be more precise i want my .war to respect the next structure :
/WEB-INF
/gwtui/generatedFilesFromGWT
When i make that the application cannot find the service end point (My
service end point is mapped in web.inf with name "/serviceName" )
if i harcode ((ServiceDefTarget)
instance).setServiceEntryPoint(host+context+mappedService ) is
working , but i want to not harcoded the host and the context and
mappedService ;
Have gwt some specific methods to obtain the host and the context of
application ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"gwt-log" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-log?hl=en
-~----------~----~----~----~------~----~------~--~---