First of all sorry for my english.
I wonder if it's possible setup the SSL in the built-in server of GWT;
or if the only solution is use the -noserver option.
If I'm correct GWT uses jetty, so I presume I have to save the
jetty.xml with the SSL connectors as explained here:
<http://docs.codehaus.org/display/JETTY/Ssl+Connector+Guide>
But I don't understand where is the right location for this file in
GWT environment.
Thanks in advance!