Is there any way of configuring Eclipse (or GWT?) to run on Tomcat and not on Built-in Jetty server.
I have been playing around with GWT for last few days and have completed the Start-up projects. Now i want to move to more exciting ones involving database, authentication and multiple modules.
So, the question is How do i configure (or integrate?) Eclipse with GWT, MySQL and Tomcat Server so I can run apps on Tomcat in development mode.
I have come across a few articles but unfortunately they aren't clear enough for me.
Additional Info:
- Win 7 32 bit
- Eclipse Helios
- JDK 1.6 JRE 6
- Tomcat 6
- GWT 2.4 (With google plugin for eclipse)
- MySQL 5.5.20 (Installed as a part of WampServer with PHP and Apache)
- New-comer to Java, Eclipse, Tomcat and GWT :)
Please guide me how to setup my development environment. Also if you could guide me to some basic tutorial that demonstrate Database communication in GWT, that would be great.