customConfiguration in container.Configuration := true
ssl in container.Configuration := Some("127.0.0.1", 8443, "localhost.jks", "password", "password")
configurationFiles in container.Configuration := Seq(file("path\\to\\jetty.xml"))
I created a jetty xml as advised here.
<Configure id="Server" class="org.eclipse.jetty.server.Server">
</Call>
</Configure>
This is a little odd though; because this way I am configuring ssl in my sbt file and also jetty.xml which seems redundant.
Anyway, when I do a container:start, it starts the server but always returns a 404 for every request.
If I comment out the three lines in the sbt file, the app seems to work fine.
I saw these two posts regarding configuring ssl locally, but they did not help with this problem.
Any help is highly appreciated. Thanks.
--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
---
You received this message because you are subscribed to the Google Groups "Lift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to liftweb+unsubscribe@googlegroups.com.