Hi,
Can someone please help me by telling what is equivalent of shared/lib of Apache Tomcat in Apache Geronimo.
I have jar say A.jar which is shared by multiple web applications such that Web Application 1 creates object of Class1 which is part of A.jar and then dispatches request to Web Application2.war. Inside Web Application2.war
i want to read access Class1 object from request and act on it. In Apache Tomcat this can be achieved by copying A.jar in shared/lib what should i do in Apache Geronimo to achieve same result.
Thank you
Sunil
