Installs conf/openejb.xml and conf/logging.properties files. This method retrieves the openejb.xml and logging.properties files from openejb core jar file and installs them under the conf directory of tomcat. if there is already a conf/logging.properties file available then this method appends the contents of openejb logging.properties file to the exisiting properties file. NOTE:- If the existing conf/logging.properties file already has some openejb specific configuration, then this method will just leave the logging.properties file alone
Installs conf/tomee.xml and conf/logging.properties files. This method retrieves the tomee.xml and logging.properties files from openejb core jar file and installs them under the conf directory of tomcat. if there is already a conf/logging.properties file available then this method appends the contents of openejb logging.properties file to the exisiting properties file. Replace web.xml to set jasper in production mode instead of dev mode. NOTE:- If the existing conf/logging.properties file already has some openejb specific configuration, then this method will just leave the logging.properties file alone
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.