Dear members,

I built recently a website using gwt and rpc under eclipse in windows
environment.

The web services connect to a MS SQL Server 2008 database via
sqljdbc.jar from microsoft.

The database exists on a remote server in another country.

The ip address and the port for the database and database server is
reachable via ping command.

The website when placed in CATALINA_HOME/webapps/ works fine.

The website when hosted and uploaded to an online server to
CATALINA_HOME/webapps doesn't work: it throws http 404 error code on
every gwt RPC that connects to the database.

I tried to register and uploaded my website to more than dozens of web
hosting companies, some of them had tomcat with unix others even with
windows.

When i uploaded the HelloWorld which also uses gwt rpc but with no
database connection it works fine in both cases.

I can rebuild the whole database in mysql but that would take lot of
time especially that the website has to be online in few days.

I was wondering if there would be any suggestions on where the problem
is. is it in tomcat configuration or gwt war file ? (I repeat and say
that it works fine from my computer :

http://localhost:8081/myapp/            ------------ works fine with
me, i can connect to my remote database which exists in another
country (here the database is hosted locally and accessed offline)

http://www.mydomain.com/myapp/     ------------ throws http 404 error
code on every rpc service : resource not found. (here the application
is hosted and accessed online)

Thank you all for your suggestions and cooperations.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to