What is created during import

When importing an EAServer JAR, the Deploy wizard creates a Web application that is identical to the original.

When importing a WAR, the Deploy wizard creates a Web application named “webapp-” followed by the WAR name; for example, if you deploy an WAR called “samplewebapp.war,” the Web application name is “webapp-samplewebapp.” For each servlet defined in the WAR, the Deploy wizard creates a Web component with the same name as the servlet-name element in the Web application deployment descriptor.

Before running servlets or JSPs in the Web application, you may need to configure the following Web application settings: