Product Information > JADE Web Application Guide > Chapter 3 - Configuring Web Applications > Configuration 7 - Apache Configuration File

Configuration 7 - Apache Configuration File

<Location /MyWebService>
  # Apache directives
  SetHandler jadehttp-handler
  Order allow,deny
  Allow from all
  # Jade directives
  Application MyWebService
  ApplicationType WebServices
  TcpConnection1 JadeServer-S1 21001 1 200
  TcpConnection2 JadeServer-S1 21002 1 200
</Location>