Sun GlassFish Enterprise Server v3 Administration Guide

ProcedureTo Create a Transport

Use the create-transport subcommand in remote mode to create a transport for a network listener,

  1. Ensure that the server is running.

    Remote subcommands require a running server.

  2. Create a transport by using the create-transport(1) subcommand.

    Information about options and properties for the subcommand are included in this help page.


Example 16–6 Creating a Transport

This example creates a transport named http1-trans that uses a non-default number of acceptor threads.


asadmin> create-transport --acceptorthreads 100 http1-trans
Command create-transport executed successfully.

See Also

You can also view the full syntax and options of the subcommand by typing asadmin help create-transport at the command line.