내 응용 프로그램 용 weblogic.xml에 컨텍스트 루트를 설정할 때 struts2의 패키지에 대한 기본 네임 스페이스는 무엇입니까? struts2 특정 컨텍스트 루트를 설정할 때 네임 스페이스 구성
전
: 나는<context-root>/home/app/exec</context-root>
를 설정하고 난 다음 URI를 내 응용 프로그램에 액세스 :
localhost:8081/home/app/exec/index.html
내가 Struts2 액션 네임 스페이스 맵의 구조를 폴더로 알고 다른 손에
localhost:8081/NameOfMyApp/index.html
의 insted. https://www.mkyong.com/struts2/struts-2-namespace-configuration-example-and-explanation/
경우의 상황에 대한 올바른 네임 스페이스 ServletContext
내 응용 프로그램의 이름이 아니라 컨텍스트 루트는 것이 무엇입니까 다음 링크를 예?
허용 된 대답을 upvote해야합니다. –