(Quick Reference)

improx-start

Purpose

The improx-start command starts an interactive mode proxy server.

Examples

grails> improx-start
grails> -Dimprox.port=8888 improx-start

Description

You must execute this command on interactive mode.

It doesn't support not on interactive mode.

When you send a command from client to the server, a message is printed on the interactive mode.

grails> improx-start
interactive mode proxy server has started on 8096 port.
grails> 'doc' (Received from port 53004)
grails> 'help' (Received from port 53012)
grails> 'test-app unit: sample.SampleUnitTests' (Received from port 53013)

The interactive mode can be use for direct typing other commands.

Usage:

grails> [-Dimprox.port=PORT] improx-start

System Properties:

  • improx.port (optional) - The port number which is used for connection between client and server (default: 8096)