문제

I'm using Elastic Beanstalk with Tomcat7 to host a Spring MVC application and need to have the container respect a context path rather than deploying as the ROOT project.

What is the accepted way to accomplish this using Beanstalk? We use the maven plugin below to automate the deploy process:

http://beanstalker.ingenieux.com.br/

도움이 되었습니까?

해결책

You can set it in the path attribute of the Context element in your context.xml.

See: http://tomcat.apache.org/tomcat-7.0-doc/config/context.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top