is it possible a java web application can call another java web application in same localhost of tomcat server
问题 i am trying to deploy two web applications say appA and appB in same local host tomcat server and when the both the applications are up in running is it possible to call appB to appA using ajax call or redirect 回答1: What you are looking for toa chieve can be done using the following tomcat parameter: (from docs) crossContext Set to true if you want calls within this application to ServletContext.getContext() to successfully return a request dispatcher for other web applications running on