Re: GWT JettyLauncher.java How to enable SSL programaticly

2013-08-16 Thread Andrea Boscolo
Or, enable the SSL support of the embedded Jetty server. See http://stackoverflow.com/questions/6370919/how-to-enable-https-in-gwts-jetty and http://stackoverflow.com/questions/15791758/run-gwt-with-https-enabled/15793359#15793359 -- You received this message because you are subscribed to the

GWT JettyLauncher.java How to enable SSL programaticly

2013-08-15 Thread Alp Yilancioglu
Hello, i am trying to integrate Bank Virtual Pos to my GWT project for development i need to run my Project in GWT Dev Mode ( with SSL ) i googled a lot but i couldnt find a way to do it i duplicated com.google.gwt.dev.shell.jetty.JettyLauncher.java and modified it but didnt worked

Re: GWT JettyLauncher.java How to enable SSL programaticly

2013-08-15 Thread Barop, Johannes
As you found out there is not jetty.xml for GWT's internal Jetty. You have two choices: Configure your own external Jetty with the -noserver flag http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT%27s Extend GWT's