I have developed a GWT application which connects to a MySQL database
and returns some value. My application runs fine on a Apache Tomcat
server on my computer (with Windows XP Professional). However, I have
problems running it when I port it to a web hosting service with a
Apache server on Linux OS and a MySQL database. I recreate my table in
the database in the web hosting site and make appropriate changes to
my GWT files (for accessing the database) and then, transport them. I
can see only the main HTML page and I think the java source code is
not running at all because I cannot see the output of the Java client-
side code.

What can be going wrong?
Can some one give me the exact steps of porting a GWT application
accessing a MySQL database to a web hosting service?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to