سؤال

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