Re: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-11-02 Thread luxor

Darpan Mhatre!

I also want to add:
 Often used in conjunction Appache web server and Tomcat.
- Move your Main Page (eg App.html) to folder httpdocs in Appache
webserver
- Rename it to index.html (optional)
- Do not forget to specify the path to * nocache.js and *. css on the
relatively Appache root dir
- Please read the documentation on configuring mod_jk from your
hosting provider
Maybe you need to configure servlet mapping with mod_jk

--~--~-~--~~~---~--~~
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: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-27 Thread Yozons Support on Gmail
Just remember to do the Google-GWT Compile step to create all of the files
in the war/module_name folder that's auto-rebuilt for each compile.   Those
are the ones that are needed when not in hosted/dev mode.

And if you're not creating a new war file each time, you may want to
consider removing the war/module_name folder in Tomcat before you copy over
the latest build so that obsolete code (all files have hashes for names, so
you won't ever overlay a file that has changed since the last compile)
doesn't build up over time.

--~--~-~--~~~---~--~~
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: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-27 Thread sathya

This is very easy process to deploy GWT project on tomcat.Please
follow below steps.

1. Install tomcat cat server with tomcat manager.
2. create zip file with all contents inside war file.(imp note:: do
not zip war file, instead zip all contents of war file. When you open
zip file, you should be able to see all contents of war file and not
war folder).
3. Now rename the zip file with extension .war
4. Using tomcat manager, just upload this .war file.
Now you will be able to access your application.


On Oct 27, 8:54 pm, Yozons Support on Gmail yoz...@gmail.com wrote:
 Just remember to do the Google-GWT Compile step to create all of the files
 in the war/module_name folder that's auto-rebuilt for each compile.   Those
 are the ones that are needed when not in hosted/dev mode.

 And if you're not creating a new war file each time, you may want to
 consider removing the war/module_name folder in Tomcat before you copy over
 the latest build so that obsolete code (all files have hashes for names, so
 you won't ever overlay a file that has changed since the last compile)
 doesn't build up over time.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Darpan Mhatre

Hi Folks,
Can anyone here let me know how to deploy GWT application
(gwt 1.7) in tomcat or resin or any external web application server.
The snapshots will be helpful.

--~--~-~--~~~---~--~~
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: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Yozons Support on Gmail
If you used the Eclipse plug-in, just copy all of the files in the 'war' to
the webapps folder for Tomcat, then deploy it as normal.

David

On Mon, Oct 26, 2009 at 1:48 PM, Darpan Mhatre darpan27...@gmail.comwrote:


 Hi Folks,
Can anyone here let me know how to deploy GWT application
 (gwt 1.7) in tomcat or resin or any external web application server.
 The snapshots will be helpful.





--~--~-~--~~~---~--~~
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: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Proxy

What if I (locally) was able to run the server without using tomcat??
(at least seemingly)

On Oct 26, 2:50 pm, Yozons Support on Gmail yoz...@gmail.com wrote:
 If you used the Eclipse plug-in, just copy all of the files in the 'war' to
 the webapps folder for Tomcat, then deploy it as normal.

 David

 On Mon, Oct 26, 2009 at 1:48 PM, Darpan Mhatre darpan27...@gmail.comwrote:



  Hi Folks,
             Can anyone here let me know how to deploy GWT application
  (gwt 1.7) in tomcat or resin or any external web application server.
  The snapshots will be helpful.
--~--~-~--~~~---~--~~
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: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread rjcarr

There are many ways to do this, but what you'll probably want to do is
create a WAR file of the contents in your war directory (using the jar
command) and then copy that into the webapps folder of tomcat, or
the deploy folder of jboss, etc.

On Oct 26, 1:48 pm, Darpan Mhatre darpan27...@gmail.com wrote:
 Hi Folks,
             Can anyone here let me know how to deploy GWT application
 (gwt 1.7) in tomcat or resin or any external web application server.
 The snapshots will be helpful.
--~--~-~--~~~---~--~~
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: Can anyone here let me know how to deploy GWT application (gwt 1.7) in tomcat or resin or any external server

2009-10-26 Thread Sanjeev Kulkarni

Yes just upload the war file to web and it should work well...

On Oct 27, 9:40 am, rjcarr rjc...@gmail.com wrote:
 There are many ways to do this, but what you'll probably want to do is
 create a WAR file of the contents in your war directory (using the jar
 command) and then copy that into the webapps folder of tomcat, or
 the deploy folder of jboss, etc.

 On Oct 26, 1:48 pm, Darpan Mhatre darpan27...@gmail.com wrote:

  Hi Folks,
              Can anyone here let me know how to deploy GWT application
  (gwt 1.7) in tomcat or resin or any external web application server.
  The snapshots will be helpful.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---