Before you can start using the application server, you need to configure and enable access to the application server. You can make the application server accessible through secure HTTP (HTTPS) or HTTP.
Before you configure access to the application server through HTTPS, obtain a digital security certificate on the system.
To make the application server accessible through HTTPS:
- user@host# edit slot 0 application-server
web https
- [edit slot 0 application-server web https]
- user@host# set port port
- [edit slot 0 application-server web https]
- user@host# set interface interface
On a C-series Controller, use eth1 for built-in Web applications; you can use eth0 for demonstration applications.
- [edit slot 0 application-server web https]
- user@host# set local-certificate local-certificate
To make the application server accessible through HTTP:
- user@host# edit slot 0 application-server
web http
- [edit slot 0 application-server web http]
- user@host# set port port
- [edit slot 0 application-server web http]
- user@host# set interface interface
On a C-series Controller, use eth1 for built-in Web applications; you can use eth0 for demonstration applications.