我在netbeans中使用了glassfish服务器,现在我改为tomcat,当我运行我在glassfish中创建的web应用程序时给出了错误:
Deployment error:
Access to Tomcat server has not been authorized. Set the correct
username and password with the "manager-script" role in the Tomcat
customizer in the Server Manager.
Run Code Online (Sandbox Code Playgroud)
我在conf/tomcat-user.xml中添加了一个名为"manager-script"的角色,但我的服务器管理器在哪里?我没找到它.请帮我.
谢谢...
我发现Tomcat无法提供Java EE的全部功能; 它只是一个servlet容器.因此,如果我想添加更多Java EE功能,我必须转移到Glassfish,还是有其他解决方案?
如果我将一些glassfish的.jar文件添加到Tomcat的/ lib文件夹中,那么我可以扩展Tomcat的功能吗?