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 /servlets-samples.
sun-web.xml
It is now working.