Hi all, I have a web application which is hot deploy in the Geronimo tomcat little-G. There is a feature where the information of my application jar version and build date is display to the user. I have tried to read the jar information from manifest file which is inside the application jar file. The jar file is inside the web-inf/lib folder of my web application. The file was access in tomcat by using below JAR_PATH = "tomcat/webapps/bhm/WEB-INF/lib"; PRODUCTION_JAR = "production.jar"; WEB_ROOT + JAR_PATH + "/" + PRODUCTION_JAR
How can I access the jar or How can I get the folder path in Geronimo? Thanks, Ranjan -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/accessing-jar-information-tp3058494p3058494.html Sent from the Development mailing list archive at Nabble.com.
