IntelliJ IDEA 2017.1 Help

Specifying the Servlet Name and the Target Package

This feature is supported in the Ultimate edition only.

To define the servlet name and the target package where the servlet will be created

  1. Open the New Servlet dialog box from the Project tool window.
  2. In the <servlet-name> text box, specify the root part of the new servlet name.
  3. In the Package text box, specify the name of the target package where the new servlet will be generated. If necessary, use the /help/img/idea/2017.1/ellypsis.png button. The Choose Servlet Package dialog box opens.
  4. Select the relevant package or create a new one by clicking /help/img/idea/2017.1/icon_newFolder.png. Click OK. You return to the New Servlet dialog box.
  5. In the Servlet Class text box, type the name of the class that implements the new servlet. If necessary, use the /help/img/idea/2017.1/ellypsis.png button. The Choose Servlet Class dialog box opens.
  6. Select the relevant class and click OK. You return to the New Servlet dialog box.
  7. Click OK.

See Also

Last modified: 18 July 2017