- 
        1. Re: How and where to add environment variables when i am running jboss AS 7.1 in standalone modesarfaraz-alam.md Sep 24, 2014 1:47 AM (in response to sarfaraz-alam.md)even i placed environment variable in standalone.conf.bat file like this: rem # Start Added by don for CXF SOAP Services set "JAVA_OPTS=%JAVA_OPTS -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl -Djavax.xml.soap.SOAPConnectionFactory=weblogic.wsee.saaj.SOAPConnectionFactoryImpl" rem #JAVA_OPTS=%JAVA_OPTS -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.parsers.SAXParser=org.apache.xerces.jaxp.SAXParserImpl" set "JAVA_OPTS=%JAVA_OPTS -DWORKING_DIRECTORY=C:\app\cte\localinstall -Dcentral.tax.engine.db=java:jboss/centralTaxEngine -Dcte.payload.dump.dir=C:\app\cte\localinstall\dump -Dcte.config.dir=C:\app\cte\localinstall\config" set "JAVA_OPTS=%JAVA_OPTS -Dcxf.response.encryption.key=cte-itg.austin.hp.com -Dweb.config.dir=C:\app\cte\localinstall\config-fe" set "JAVA_OPTS=%$JAVA_OPTS -Dsynchro.tax.engine.db=jdbc.eTaxDB" rem #POST_CLASSPATH=C:\app\cte\localinstall\config rem #PRE_CLASSPATH=C:\app\cte\eclipseWS\centralTaxEngine\EarContent\APP-INF\lib\xalan.jar;C:\app\cte\eclipseWS\centralTaxEngine\EarContent\APP-INF\lib\xercesImpl.jar rem # End Added by don for CXF SOAP Services But inside my program when i am doing like this: System.getProperties("central.tax.engine.db"); i am not getting the value. Can any body help me here?? 
- 
        2. Re: How and where to add environment variables when i am running jboss AS 7.1 in standalone modejaikiran Sep 24, 2014 2:47 AM (in response to sarfaraz-alam.md)How exactly are you starting the server? What is the command? 
- 
        3. Re: How and where to add environment variables when i am running jboss AS 7.1 in standalone modesarfaraz-alam.md Sep 24, 2014 3:08 AM (in response to jaikiran)Hi Jaikiran, I am starting jboss from eclipse and not from command line. 
- 
        4. Re: How and where to add environment variables when i am running jboss AS 7.1 in standalone modejaikiran Sep 24, 2014 7:18 AM (in response to sarfaraz-alam.md)Md Sarfaraz Alam wrote: Hi Jaikiran, I am starting jboss from eclipse and not from command line. I think that's your problem then. I don't know how Eclipse integrates with the server startup. Your changes probably aren't being picked up. I'm moving this to JBoss Tools forum which I think is a better fit for this question. 
 
    