Skip to content

seb0uil/crossContextService

Repository files navigation

crossContext

This repository show how to use cross context in a servlet container.

For this, there is 3 projects :

  • crossContextService : This project make a war you may place in service classloader (in Tomcat, this is $CATALINA_HOME/lib by default)
  • crossContextImpl : This is the webapp where we implement the TestService
  • crossContextClient : This is the webapp where we call the TestService implementation

So in order this to work, you may have to generate all this stuff : mvn clean package

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages