java - Deploying another war file in tomcat within eclipse -



java - Deploying another war file in tomcat within eclipse -

i have 2 java ee dynamic web projects within eclipse - a) calculator project , b) calculatoruser project. both have http endpoints. can run both independently.

i want utilize war file created project calculator & drop calculatoruser. aim both web applications run within same tomcat instance (on localhost) , calculatoruser can send http messages calculator.

this of import point: because of business reasons, calculatoruser cannot phone call methods in calculator, needs communicate webapp-to-webapp.

the whole thing sample users. cannot drop calculator.war in tomcat/webapps folder because users should able calculatoruser project & run whole thing.

how deploy calculator.war on tomcat server within eclipse in calculatoruser project? there configuration within tomcat can specify path of war file?

java eclipse tomcat6 .war

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -