matheshar / simple-build-tool

Automatically exported from code.google.com/p/simple-build-tool
Other
0 stars 0 forks source link

jetty-run does not support https #164

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem (please be specific)?
Adding a security-constraint section to a webapps web.xml and doing a jetty-run 
will look like it's started jetty, but all URLs are "forbidden"

What is the expected behavior? What do you see instead?
I'd like the ability to start https with the embedded jetty, so I can reach my 
apps when testing and doing RAD with jetty-run

What versions of the following are you using?

Java: 1.6.0_24
Scala: 2.8.1
sbt: 0.7.5.RC0
Operating system: Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by michaelnash01 on 1 May 2011 at 12:04