I just started learning about Bluemix and am slightly confused.
I am currently building a form-based login authentication with JSF which will be used in a web application that works on Bluemix.
How will I change security related settings in Bluemix? Locally, I can change in an admin console of my application server but I have no idea how to in Bluemix.
The trick is to upload your server.xml with your app to bluemix.
If you use eclipse, on your local server, right mouse click --> utilities --> package server.
Next push the resulting zip to bluemix using the cf command line.
This video shows each step