Re: Problems with SSL and hosted mode

2010-01-15 Thread Rob Tanner
I'm running hosted mode from within Eclipse and so I don't even know where to put the -startupURL parameter. And when I think about it, I need a certificate installed in the server to use SSL and so probably using the Tomcat I use for other development work is probably the better choice. However,

Re: Problems with SSL and hosted mode

2010-01-12 Thread Martin D'Aloia
I think that you have to change some settings... I have developed a GWT 1.5 app with the same declaration in web.xml and it worked perfect on development systems. I was using a external Tomcat 6.0.17, not the built-in tomcat do you have changed the -startupUrl to https:// ? On Mon, Jan 11, 2010

Problems with SSL and hosted mode

2010-01-11 Thread Rob Tanner
Hi, I moved a new application (my first using GWT) on to our production Tomcat server and then realized that I wasn't requiring SSL. The way I normally do that is in the web.xml file under the security- constraint: some-resource-name /*