Hi,

Responses inline:

On Sun, Jun 7, 2009 at 5:49 PM, bhomass <[email protected]> wrote:

>
> thanks. that clarifies quite a lot, but not everything.
>
> first I assume it would be ok for me to add any servlet context to the
> path and create the WEB-INF directory accordingly.
>
> for the static files, in hosted mode the url is
> http://localhost:9999/com.jcalc.webclient.Explorer/index.html
>
> do I keep the com.jcalc.webclient.Explorer directory for deployment?


Yes, you would. However, if you're using GWT 1.6, you can configure GWT to
dump the module into a different directory by using the "rename-to"
attribute on the module element. See the "Defining a Module" section of the
following article:

http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModuleXml

Actually, since you're deploying to Tomcat, and using GWT 1.5, take a look
at this article and the links within it - I think it would be helpful to
you:

http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=FAQ_PackageAppInWARFile


>
> also, port 8080 is the default port in my development machine, I just
> thought I keep it as is while I am testing out the deployment code. is
> that ok?


Yes, that's fine. You can use whatever port you'd like - it does not matter
to GWT.


>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to