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, again I can't find any helpful examples, instructions, etc, for how to set it up from within Eclipse. Are you running from within Eclipse or do you know where I might find some examples setups?
Thanks. On Jan 12, 5:18 am, "Martin D'Aloia" <[email protected]> wrote: > 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 at 2:05 PM, Rob Tanner <[email protected]> wrote: > > 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: > > > <security-constraint> > > <web-resource-collection> > > <web-resource-name>some-resource-name</web-resource-name> > > <url-pattern>/*</url-pattern> > > </web-resource-collection> > > <user-data-constraint> > > <transport-guarantee>CONFIDENTIAL</transport-guarantee> > > </user-data-constraint> > > </security-constraint> > > > Naturally, I made the change on my development system since the war > > file that gets copied to the production server includes the web.xml > > file. The problem is that in hosted mode on my development system, > > instead of the app coming up I get a "403 Forbidden" error. All the > > apps I write require SSL and I don't want to have to remember to > > modify the web.xml file each time a move a GWT app into production. I > > can't imagine that there's not a solution to this, I just don't know > > what it is. Can anybody help? > > > Thanks, > > Rob > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
