IntelliJ IDEA 2017.3 Help

Web Services

File | Settings | Tools | Web Services for Windows and Linux
IntelliJ IDEA | Preferences | Tools | Web Services for macOS
Ctrl+Alt+S
settings


Use this dialog box to specify the default server name and port for generating URL addresses of Web services, as well as the paths to installation directories of Web service engines that cannot be enabled directly via dedicated facets.

ItemDescription
External enginesIn this section, specify the paths to the installation directories of external Web service engines. Enter the path manually, or click the Browse button browseButton and select the path in the dialog that opens. The following external engines are supported:
Server nameIn this text box, specify the default name of the server to be used in URL addresses. IntelliJ IDEA suggests localhost.
Server portIn this text box, specify the default port number to be used in URL addresses. IntelliJ IDEA suggests 8080.
Prefix path for web services URLIn this text box, specify the default prefix to be used in URL addresses of Web services. IntelliJ IDEA suggests /services.
Maximum VM heap size when launching tools (Mb)In this text box, specify the default maximum heap size in Mbs that will be used when a Web service is launched.
Last modified: 6 March 2018

See Also