HTTP and HTTPS are network protocols.
You application is (or should be) agnostic to these.
The server on which your application will run will have to be configured to use HTTPS.
Do a bit of reading on SSL configuration on
Tomcat or IIS for that matter and
you should have a better idea.