Re: how in the world do you get the org.apache.geronimo.system.sharedlib.SharedLib to work?

2010-05-06 Thread Ivan
As you said, all those files are in the application itself, why not put them together in the lib folder of the ear package ? 2010/5/7 chi runhua > Complete the deployment plan with reference to ServerInfo as followed, then > try again. > > > *classesDirs attribute is used for shared files while

Re: how in the world do you get the org.apache.geronimo.system.sharedlib.SharedLib to work?

2010-05-06 Thread chi runhua
Complete the deployment plan with reference to ServerInfo as followed, then try again. *classesDirs attribute is used for shared files while * * var/shared/lib * * shall be used if you are using shared libraries(jar files).* Hope this helps. Jeff > > > > http://geronimo.apache.or

how in the world do you get the org.apache.geronimo.system.sharedlib.SharedLib to work?

2010-05-06 Thread Dan Flynn
I cannot figure out how to configure my application classpath in Geronimo v2.2. I have an EAR project with a single Web Module. I will add other modules after I get this simple configuration to work. My app needs to access files in several directories and I cannot get them onto the classpath. A