java - Migration of my application from Glassfish 2.1. to JBoss 7.1.3 -Related to user shared lib -
good day!
my application running fine in glass fish 2.1. .ear file. using more configuration file xsl,xsd,apache log4j xml , property files application. have created shared library in disk c:/sharedlib , put configuration files in location. in glassfish give location in application server-->jvm settings-->path settings --> classpath prefix --- c:/sharedlib
i use property files,jar files , xsl,xsd location(c:/sharedlib. application (.ear ) contains ejb , war file.
my question how can use same configuration in jboss 7.1.3? there way without changing code in application .ear?
Comments
Post a Comment