当我在 weblogic.xml 中为我的应用程序设置上下文根时,struts2 中包的默认命名空间是什么?
例如:我设置<context-root>/home/app/exec</context-root>
并使用以下 uri 访问我的应用程序:localhost:8081/home/app/exec/index.html
insted oflocalhost:8081/NameOfMyApp/index.html
另一方面,我知道在 Struts2 操作名称空间映射到文件夹结构。以下链接的示例:https ://www.mkyong.com/struts2/struts-2-namespace-configuration-example-and-explanation/
ServletContext
如果不是我的应用程序的名称而是上下文根,那么正确的命名空间是什么?