I'm developing a GWT application inside of Eclipse.  I would like to
deploy my application to a remote server online.  Could anyone explain
to me or point me in the direction of online instructions as to how to
do this?

What I've done so far is to copy the directory called "war" that is
generated in my project folder to another directory, create a war file
from this directory via the standard jar command - jar -cf
myWarFile.war - and then copy this war file into the webapps directory
of my local Tomcat installation.  When I do this I can see the proper
page, but the stylesheet instructions are ignored.  It's as if the
stylesheet isn't being applied.  But I can access the stylesheet via
URL.

When I attempt to copy the war file to my online hosting account via
FTP and access the page that way I get a 404 error.

Thanks for any help.  I appreciate it.

-- 
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