Hi, I found the solution..... which s very simple.
I looked at the jonas.sh script and I saw that the folder $JONAS_BASE/conf was sistematically added in the classpath.
So I add my property file...
Type: Posts; User: G. Lundy; Keyword(s):
Hi, I found the solution..... which s very simple.
I looked at the jonas.sh script and I saw that the folder $JONAS_BASE/conf was sistematically added in the classpath.
So I add my property file...
Refering to
jonas.objectweb.org/JOnAS_4_7/doc/PG_J2eeApps.html,
Application servers classloaders hierarchies are complex and several levels are identified
Example for jonas/tomcat but it is...
I thought about this but I think putting config files in the classpath of a Application server is not a good practice.
With EARs, remaining Class path folders are lib.ext folders. IMO, lib.ext...
Hi all,
I'm bulding a web app packaged in an ear archive.
This ear is targeted to be deployed on several platforms (jetty, tomcat, jonas & weblogic).
My web.xml refers to an...