Re: GWT Hosted mode with SSL enabled

2012-03-29 Thread Peter Leong

Thanks, this was just what I needed although I added a property to the 
pom.xml...


*:ssl*


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/CKzYZp0TT5cJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Hosted mode with SSL enabled

2011-12-22 Thread Nemanja Vukosavljevic
The second proposition worked as a charm. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/mCaEgo0mBjoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT Hosted mode with SSL enabled

2011-12-21 Thread Thomas Broyer
Try :ssl or -Dgwt.server=:ssl
http://mojo.codehaus.org/gwt-maven-plugin/run-mojo.html#server

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/pL2lOcL4zqgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT Hosted mode with SSL enabled

2011-12-21 Thread Nemanja Vukosavljevic
Hi to all,

I'm fairly a beginner in GWT and Maven and I did try to find the answer to 
the this problem in the archive but didn't succeed.

So I have the following problem. I've developed a GWT (ver 2.4) application 
coupled with Spring Framework and Maven as a build tool and for the sake of 
user authentication with LinkedIn we need our server to be able to accept 
https requests. I was reading the documentation and found *README-SSL.txt*in 
com/google/gwt/dev/shell gwt-dev-2.4.0.jar where it reads:
"You can use a default localhost-only self-signed certificate by just 
using  -server :ssl " which is exactly what I need for testing purposes. 
Normally I run the application with mvn gwt:run but I don't know how to add 
-server :ssl for it to work.

Thanks in advance! Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/DJzp029GzSkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.