Re: Difficulty to run simple GWT application on tomcat server.

2012-05-05 Thread mukarev
Hi Rahul Sharma,

I run a few tomcats with GWT applications.

To run them on the tomcat, I have a simple war-builder xml looking like 
this:


 

 








 




 


Than you can deploy the war like known from tomcat. As an alternative you 
can run your standard build.xml and upload the content of your war folder 
into a folder in webapps folder on the tomcat. Use ROOT folder if you want 
it to be the standard content.

Hope it helps.

Greetz,
mukarev

Am Freitag, 27. April 2012 09:10:45 UTC+2 schrieb Rahul Sharma:
>
> I am creating a gwt application as following steps: 
> First install gwt plugin in my eclipse(Helios). 
> Create GWT project 
> Add Dynamic web plugin 
> going to property page of the project 
> project Facets tab 
> Select Dynamic Web Module and java 
> ok to apply changes. 
> Write code 
> and i try to run on server tomcat7 then it shows resources not 
> available.But when i run as internal server of gwt as just right 
> clicking on project and selecting run as web application. 
> then it run successfully. so please help to run my application on 
> tomcat server. 
> Thanks 
> Rahul

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ehl7VootFGEJ.
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.



Difficulty to run simple GWT application on tomcat server.

2012-04-27 Thread Rahul Sharma
I am creating a gwt application as following steps:
First install gwt plugin in my eclipse(Helios).
Create GWT project
Add Dynamic web plugin
going to property page of the project
project Facets tab
Select Dynamic Web Module and java
ok to apply changes.
Write code
and i try to run on server tomcat7 then it shows resources not
available.But when i run as internal server of gwt as just right
clicking on project and selecting run as web application.
then it run successfully. so please help to run my application on
tomcat server.
Thanks
Rahul

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