IntelliJ IDEA 2019.1 Help

Web Server Debug Validation Dialog

Run | Web Server Debug Validation

Use this dialog box to initiate validation of the debugger setup in a local or remote environment. In the context of IntelliJ IDEA, the term remote denotes any environment outside the project root. This can be a server on physically remote host, or a Vagrant box, or a server on the same machine but in a folder outside your project root.

Item

Description

Local Web Server or Shared Folder

Choose this option to check a debugger associated with a local Web server.
  • Path to Create Validation Script: In this field, specify the absolute path to the folder under the server document root where the validation script will be created. For Web servers of the type Inplace, the folder is under the project root.

    The folder must be accessible through http.

  • URL to Validation Script: In this field, type the URL address of the folder where the validation script will be created. If the project root is mapped to a folder accessible through http, you can specify the project root or any other folder under it.

Remote Web Server

Choose this option to check a debugger associated with a remote server.
  • Path to Create Validation Script: In this field, specify the absolute path to the folder under the server document root where the validation script will be created. The folder must be accessible through http.

  • Deployment Server: In this field, specify the server access configuration of the type Local Server or Remote Server to access the target environment. For details, seeConfiguring Synchronization with a Web Server.

    Choose a configuration from the list or click Browse the Browse button in the Deployment dialog.

Validate

Click this button to have IntelliJ IDEA create a validation script, deploy it to the target remote environment, and run it there.

Last modified: 20 June 2019

See Also