We are using EAR deployment on jboss 4.2 and cross context calls between web applications.
Is it possible to deploy EAR on tc Server ?
Does tc Server support cross context calls between several WARs ?
Printable View
We are using EAR deployment on jboss 4.2 and cross context calls between web applications.
Is it possible to deploy EAR on tc Server ?
Does tc Server support cross context calls between several WARs ?
tc Server is based on Apache Tomcat and as such is a Servlet and JSP container. It is not an EJB container. Therefore it supports deployment of Web Applications (in WAR or directory form) but not EARs.
Cross-context support in tc Server is exactly the same as that in Apache Tomcat. You'll need to enable it by setting crossContext="true" for the context(s) you want to be able to access other contexts.