C.11.1 Environment Variables Setting Table C-3 lists all major environment variables used to support the sample programs and Case Study in this book. The directory locations may vary, and they denote the J2SE ( JAVA_HOME and CLASSPATH ), and JWSDP ( JWSDP_HOME and CATALINA_OPTS ). The following settings are examples of Windows platform settings for reference only. For the Unix platform, there are minor variations in the file location naming convention (for example, D:\J2SE on Windows corresponds to /opt/j2se on Unix). Table C-3. Summary of Environment Variables Used in This Book | Variable | Settings | | PATH | D:\Dev\WSDP\bin;D:\J2EE\bin; %SystemRoot%\system32;%SystemRoot%; %SystemRoot%\System32\Wbem;d:\j2se\bin;d:\dev\perl\bin; | | JAVA_HOME | D:\J2SE | | JWSDP_HOME | D:\Dev\WSDP | | CATALINA_OPTS | [View full width] -Dhttp.proxyHost=myproxy. nextfrontiers.com -Dhttp.proxyPort=80-Dhttp .nonProxyHosts="localhost" -Djava.awt.headless=true | | CLASSPATH | [View full width] .;D:\dev\wsdp\common\lib\xerces.jar; D:\dev\wsdp\common\lib\jce.jar;D:\dev\wsdp\common \lib\tsik.jar;D:\dev\wsdp\common\lib\xml_pilot_key .jar;D:\dev\wsdp\common\lib\xml_prod_key.jar;D:\Dev \wsdp\common\lib\JSAML.jar;D:\Dev\wsdp\common\lib \soap.jar;D:\dev\wsdp\common\lib\xalan.jar;D:\dev \wsdp\common\lib\junit.jar;D:\dev\wsdp\common\lib \xmlsec.jar;D:\dev\wsdp\common\lib\xss4j.jar; D: \dev\wsdp\common\lib\servlet.jar;D:\Dev\wsdp\common \lib\axis.jar;D:\dev\wsdp\common\lib\axis-ant.jar;D :\dev\wsdp\common\lib\commons-discovery.jar;D:\Dev \wsdp\common\lib\commons-logging.jar;D:\Dev\wsdp \common\lib\jaxrpc-api.jar;D:\Dev\wsdp\common\lib \log4j-1.2.4.jar;D:\Dev\wsdp\common\lib\saaj-api .jar;D:\Dev\wsdp\common\lib\wsdl4j.jar; | |