Thanks..... I was FINALLY able to get this to work after moving my
classes and libs directories under the WEB-INF.



On Feb 16, 10:43 pm, Allahbaksh <[email protected]> wrote:
> HI,
> Please copy com.blah.blah.blah folder to webapps/projectName
>
> See below the structure of the same
> webapps/
>       projectName
>          WEB-INF
>               web.xml (mapping of your serlets)
>               classes (All server side code of bin directory and all
> classes which are referred by the server side code. Serilalizable
> classes
>               lib(all libraries and gwt-servlet.jar)
>          com.blah.blah.blah
>
> Now access 
> thehttp://hostname:port/projectName/com.blah.blah.blah/YourWebModuleHTML...
>
> Regards,
> Allahbaksh Mohammedali Asadullah
>
> On Feb 16, 9:28 am, "[email protected]" <[email protected]>
> wrote:
>
>
>
> > Hi
> > I can't find this anywhere, but have found numerous vague references.
> > Can someone tell me What files to copy where to deploy a GWT project?
> > My project/app compiles great, runs great.
> > It runs great when I do the compile/browse.
> > I see several files under projects/projectname/www/
> > com.blah.blah.blah.blah including a number of .cache.html, a
> > nocache.js file, etc.  But no xml file.
> > I have tomcat running fine, and have a webapps directory, from which
> > I'm able to browse to jsp-examples and see everything running and etc.
> > SO, WHAT do I copy WHERE to make this work?
> > What other files if any do I move or tweak too?
> > Thanks.
--~--~---------~--~----~------------~-------~--~----~
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