Run gwt with https enabled?
问题 I'm currently running a GWT site with no security, but need to make the switch over to HTTPS. The working non-secure version runs with these arguments: -port 8888 -startupUrl ui/index.jsp com.example.EntryPoint I have read that simply adding -server :ssl will cause the site to be served with HTTPS enabled: -port 8888 -startupUrl ui/index.jsp -server :ssl com.example.EntryPoint However, with this I simply get [ERROR] Unable to load server class '' [ERROR] java.lang.ClassNotFoundException: