I need to deploy two applications as WAR files on Websphere. For both of them, only HTTPS access is required.
Is it possible to run these two web applications on separate ports on the same instance of Websphere?
For example, is it possible to access two applications as follows:
https:
and
https:
(one IP address, one protocol (https), different ports)
Teddy source
share