Tomcat cannot run or co-exist multiple projects

Source: Internet
Author: User

I deployed two projects under Tomcat, but one can run, the other can't, the first feeling is memory problems, and it allocates more memory to Tomcat. But it doesn't work.

The reason is that this parameter is less webapprootkey and needs to be added under the respective web. XML <context-param> <param-name>webAppRootKey</param-name> <param-value>socialmedia</param-value> </context-param> But I can only run one after I add it, and the other two can't run. The reason is that the value of this webapprootkey cannot be the same, there will be conflicts. Set it to a different, solution.


Tomcat cannot run or co-exist multiple projects

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.