What does 'URI has an authority component' mean?

后端 未结 7 1456
既然无缘
既然无缘 2020-11-30 04:22

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.

<
7条回答
  •  执笔经年
    2020-11-30 05:14

    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.

    It is now working.

提交回复
热议问题