How can I configure Tomcat to run Google App Engine + GWT application on Mac OS X?

Does anyone know of a good tutorial on this? Which version of Tomcat should I use?

+1


source to share


1 answer


You cannot use Tomcat to run an App Engine application (unless it uses any of the App Engine APIs, in which case, configure it the same way you would for any other servlet application). You need to use the provided SDK or the Eclipse plugin registered here .



+2


source







All Articles