I am attempting to build a Java web project on NetBeans 6.8, but I get get the following error:
The module has not been deployed.
I found out that the URL of the application conflicted with a module in the Sun GlassFish. So, in the file sun-web.xml I renamed the <context-root>/servlets-samples</context-root>.
sun-web.xml
It is now working.