Newbie question about war file deployment for Tomcat

2009-05-12 Thread bartomas

Hi,
I've generated a war file using GWT. I have placed it in the webapps
folder of the tomcat directory (which is installed locally).
How do I now start the application from a client browser?
I have tried http://localhost:8080/ApplicationName
but it doesnt work. I guess I'm missing something basic.
Thanks very much for any help.

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



Re: Newbie question about war file deployment for Tomcat

2009-05-12 Thread Jim

In your ApplicationName.gwt.xml, there is an attribute rename like
, so you just try
http://localhost:8080/showcase/ApplicationName.html.


Jim
http://www.gwtorm.com
http://code.google.com/p/dreamsource-orm/

On May 12, 7:48 am, bartomas  wrote:
> Hi,
> I've generated a war file using GWT. I have placed it in the webapps
> folder of the tomcat directory (which is installed locally).
> How do I now start the application from a client browser?
> I have triedhttp://localhost:8080/ApplicationName
> but it doesnt work. I guess I'm missing something basic.
> Thanks very much for any help.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---