Use the following configuration statements to configure the operating properties for the Web application server at the [edit] hierarchy level.
- slot number application-server {
- java-garbage-collection-options java-garbage-collection-options;
- java-heap-size java-heap-size;
- }
- slot number application-server web http {
- port port;
- interface interface;
- }
- slot number application-server web https {
- local-certificate local-certificate;
- port port;
- interface interface;
- }
- slot number application-server web virtual-host host-name {
- alias alias;
- allow-address allow-address;
- allow-host allow-host;
- deny-address deny-address;
- deny-host deny-host;
- }
- shared application-server user name
- shared application-server user name authentication {
- encrypted-password encrypted-password;
- plain-text-password;
- }