gwt-eclipse-plugin
gwt-eclipse-plugin copied to clipboard
Have the code server use WTP Publishing
Push the code server compiled bits to the web server via WTP publishing so any kind of remote server could be used.
Use a web server to proxy the requests to the code server. This web server can run on port 80 and 443 with ssl.
<extension point="org.eclipse.wst.server.core.publishTasks">
<publishTask
id="com.gwtplugins.gwt.eclipse.wtp.publishTask"
typeIds="*"
class="com.gwtplugins.gwt.eclipse.wtp.PublishTask"/>
</extension>