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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -