Well if your <package>.<module>.server code references any
<package>.<module>.client code then you ll need to include tht also in the
WEB-INF/classes. An example may be java bean classes shared by both server
and client.

- Litty Preeth

On Thu, Jan 15, 2009 at 6:58 PM, Rafael <boraf...@gmail.com> wrote:

>
> ¡Hello People!
>
>   I was following the instructions to deploy a GWT app on a Tomcat
> server (http://code.google.com/intl/es-ES/docreader/#p=google-web-
> toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment<http://code.google.com/intl/es-ES/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment>
> )
> and it ocurred to me that the only .class files that should be copied
> onto the WEB-INF/classes folder are the ones located in the package
> <package>.<module>.server, considering that the remaining classes (the
> ones located in the public and client packages) are compiled via the
> GWT compiler into html, css, etc.
>
> ¿Is this correct?
>
> I should warn you that i have little to none experience with GWT so i
> am perfectly capable of not making any sense
>
> ¡Thanks in advance!
>
> Rafael
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to