IntelliJ IDEA 2018.2 Help

Specifying the Servlet Name and the Target Package

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 icons general ellipsis button. The Choose Servlet Package dialog box opens.

  4. Select the relevant package or create a new one by clicking icons actions newFolder svg. 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 icons general ellipsis 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.

Last modified: 20 November 2018

See Also