Re: Hosting issue

2012-01-30 Thread Alan Chaney
When I go and look at the URL you provided, I find an Apache server with the project deployed in it. Why did you say that you were using tomcat? I found: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 DAV/2 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1

Re: Hosting issue

2012-01-29 Thread Sudhakar Fernando
Hi Nitheesh, my assumptions of the problem is as below. 1. you have created a GWT project with RPC and connect database from MySQL. 2. if you deploy the GWT War files in Tomcat which is installed in your local machine,it is working properly. 3. if you deploy in tomcat which is

Re: Hosting issue

2012-01-29 Thread Nitheesh Chandran
Yes..You are right On Jan 27, 2:07 pm, Sudhakar Fernando sudhakar.ferna...@gmail.com wrote: Hi Nitheesh, my assumptions of the problem is as below.    1. you have created a GWT project with RPC and connect database from    MySQL.    2. if you deploy the GWT War files in Tomcat which is

Re: Hosting issue

2012-01-28 Thread Nitheesh Chandran
Hello Alen. It seems like you have got what the issue is . Yes you are right . I tried changing the remote service servlet path. But it did not help me. For getting a detailed view i will give some more data Here is the web.xml file ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app    

Re: Hosting issue

2012-01-27 Thread Alan Chaney
The problem is nothing to do with GWT, or really, Tomcat for that matter. Somewhere in your code you are making a URL request which has the path: /home/spectrum/public_html/prism/rpctesting/greet which looks an extremely unlikely URL to me. The things to check are:

Hosting issue

2012-01-26 Thread Nitheesh Chandran
Hello , Please reply on the following issue , fed up with this one I just tried to deploy a starter project in the remote server. I am getting the following error in the server log [Tue Jan 24 04:26:47 2012] [error] [client 14.140.69.18] File does not exist:

Re: GWT HOSTING ISSUE

2012-01-26 Thread Thomas Broyer
I don't know what you mean by GWT default WAR, but if you mean the folder your pass as -war to the GWT compiler and containing the WEB-INF/web.xml, then no you don't have to pack it as a war, you can simply copy it to your Tomcat's webapps folder. I'd suggest asking Tomcat-related questions to

Re: Hosting issue

2012-01-26 Thread Alan Chaney
On 1/26/2012 1:23 AM, Nitheesh Chandran wrote: Hello , Please reply on the following issue , fed up with this one You don't actually give very much information: - version of GWT - server OS - are you running Jetty or Tomcat? - development platform? How are you deploying? Copying files to

Re: Hosting issue

2012-01-26 Thread Nitheesh Chandran
Ok , Its just a web application starter project. I ran the project in the development mode and in the local apache tomcat server . Its working there. The same thing i have deployed to a remote server and i am facing the issue. Our version of GWT is : GWT 2.3.0 server OS : cent os 5.0 The

GWT HOSTING ISSUE

2012-01-25 Thread Nitheesh Chandran
I tried to host a sample default GWT application which uses RPC . I did not do any changes in the program because GWT default program uses RPC service for getting a reply from the server. This program runs correctly in the local Apache server. When i put the same program in the external server ,it

Re: GWT HOSTING ISSUE

2012-01-25 Thread Thomas Broyer
These logs are from Apache HTTPD, not Apache Tomcat. So either you're not using the appropriate port (Tomcat generally listens on 8080), or you forgot to configure (or misconfigured) mod_proxy to relay requests from HTTPD to Tomcat. -- You received this message because you are subscribed to

Re: GWT HOSTING ISSUE

2012-01-25 Thread Nitheesh Chandran
So this has to be configured on the server right ? No need to configure anything on the client side On Jan 25, 4:18 pm, Thomas Broyer t.bro...@gmail.com wrote: These logs are from Apache HTTPD, not Apache Tomcat. So either you're not using the appropriate port (Tomcat generally listens on

Re: GWT HOSTING ISSUE

2012-01-25 Thread Thomas Broyer
That's right, nothing to do with GWT, only with the deployment of HTTPD / Tomcat, and then your WAR within Tomcat. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT HOSTING ISSUE

2012-01-25 Thread Nitheesh Chandran
is it necessary to convert GWT default WAR to .war file for deploying in the tomcat server ?? On Jan 25, 6:49 pm, Thomas Broyer t.bro...@gmail.com wrote: That's right, nothing to do with GWT, only with the deployment of HTTPD / Tomcat, and then your WAR within Tomcat. -- You received this

[gwt-contrib] GWT HOSTING ISSUE

2012-01-24 Thread Nitheesh Chandran
We need a help. Has anyone hosted GWT application to an external web server ? Remote procedure call is not working on the server. The same working fine with local Apache server. Just for checking i put sample GWT default application on the server. Its not working there --

Hosting issue

2010-10-13 Thread Deepak Singh
Hi, I developed one application using gwt 2.1m3. When i deploy the war file to my local tomcat 5.5, it works fine. But i went for the hosting services for the same war file to hosting server tomcat 5.5, it is not working. The issue i found is the rpc call not getting invoked on hosting server.

Re: Hosting issue

2010-10-13 Thread gopal bhalala
Hi i will try my best to solved this problem after UI issue... Best Regards Thanking you, Gopal Dhanjibhai Bhalala On Thu, Oct 14, 2010 at 10:25 AM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, I developed one application using gwt 2.1m3. When i deploy the war file to my local tomcat