[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem creating service jboss.security:name=XMLLoginCon
Monadear
do-not-reply at jboss.com
Tue Oct 21 03:52:50 EDT 2008
Thank you all.
Here is what my batch file is doing. This is apart of batch file.
rem JAVA 5 and jboss-4.2.1.GA USE
rem THESE FOLLOWING ESI JARS MUST BE SET THERE IN ORDER TO TAKE PRECEDENCE OVER JBOSS JMS JARS
rem ALL THE OTHER ESI JARS ARE AUTOMATICALLY COPIED INTO %JBOSS_HOME%/server/default/deploy/ena.sar after make_all_v5
set ESI_JAR=%ESI_HOME%\config
set ESI_JAR=%ESI_JAR%;%ESI_HOME%\ESI_DISTRIB_ClientAPI\lib\sonic_Client.jar
set ESI_JAR=%ESI_JAR%;%ESI_HOME%\ESI_DISTRIB_ClientAPI\lib\sonic_Crypto.jar
set ESI_JAR=%ESI_JAR%;%ESI_HOME%\ESI_DISTRIB_ClientAPI\lib\sonic_XA.jar
set ESI_JAR=%ESI_JAR%;%ESI_HOME%\ESI_DISTRIB_ClientAPI\lib\commons-logging-api-1.1.jar
set MAP_PATH=%MAP_HOME%\client\classes;%MAP_HOME%\util\lib\util.jar;%MAP_HOME%\aip\lib\aip.jar;%MAP_HOME%\arinc\lib\arinc.jar;%MAP_HOME%\client\lib\client.jar;
set JBOSS_CLASSPATH=%ENA_HOME%;%ESI_JAR%;%ENA_HOME%\conf;%MAP_PATH%
set JAVA_OPTS=-Xmx384M -DENA_SERVER=%ENA_SERVER% -Dlog4j.debug -Dlog4j.configuration=esi.log4j.properties -Dj2jcp=%MAP_HOME%\client\bin\classpath.txt -Dena.vpn.test.period=15
goto PRINT_INFO
Regards,
Monadear
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183403#4183403
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183403
More information about the jboss-user
mailing list