You can mount a web module created outside the IDE and operate on it as you do other web modules.
To be mounted in the IDE, a web module must conform to the structured directory format or the web archive format, called WAR, as described in the Java Servlet 2.3 specification.
The web module must be mounted at its root directory. If mounted correctly,
the WEB-INF directory will display the |
To load an existing web module directory:
Mount
Filesystem. You can now work with the loaded web module directory and operate on it using the IDE tools.
| See Also | |
|---|---|
| Executing Web Modules Unpacking and Mounting a WAR File | |