wouterhardeman / play2-maven-plugin

Automatically exported from code.google.com/p/play2-maven-plugin
0 stars 0 forks source link

start play2 app by using https instead of http #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start play2 app by using mvn play2:run -Dplay2.httpsPort=9443
2.
3.

What is the expected output? What do you see instead?
 Expect to start play2 app by using https. The app still only support http.

What version of the product are you using? On what operating system?
 windows os.

Please provide any additional information below.
 Please let me know how to start play2 app in https protocol by using your plugin.

Original issue reported on code.google.com by dong...@gmail.com on 6 Jan 2015 at 3:27

GoogleCodeExporter commented 8 years ago
This should work (I've just tried it on 
https://play2-maven-plugin.googlecode.com/svn/tags/test-projects-1.0.0-alpha9/pl
ay23/java/helloworld). You should see:

[INFO] Launching Play! server
     [play] Play server process ID is xxxx
     [play] [info] play - Application started (Prod)
     [play] [info] play - Listening for HTTP on /0.0.0.0:9000
     [play] [info] play - Listening for HTTPS on port /0.0.0.0:9443

1. Check, if my test projects work for you (for example 
https://play2-maven-plugin.googlecode.com/svn/tags/test-projects-1.0.0-alpha9/pl
ay23/java/helloworld).
2. Attach (or send me directly if you cannot publish it)log file from execution 
of "mvn clean process-classes play2:run -Dplay2.httpsPort=9443 -X" on your 
project).

Original comment by gslowiko...@gmail.com on 7 Jan 2015 at 8:41

GoogleCodeExporter commented 8 years ago
What about this issue, can we close it?

Original comment by gslowiko...@gmail.com on 29 Jan 2015 at 9:34

GoogleCodeExporter commented 8 years ago

Original comment by gslowiko...@gmail.com on 12 Feb 2015 at 9:40

GoogleCodeExporter commented 8 years ago
Yes. The issue is solved. Thanks.

Original comment by dong...@gmail.com on 12 Feb 2015 at 6:48