Install Elvyx 1.23.1 and before
- Download Elvyx from http://www.elvyx.com
- Unzip elvyx-1.0.XX.zip inside the folder you want to install it.
- Copy lib/elvyx-1.0.XX.jar and put it in your common/lib.
- Copy elvyx.properties into your application server home directoy.
- Be sure elvyx.properties looks like this:
- driver=oracle.jdbc.driver.OracleDriver
- url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
- address=localhost
- port=4448
- Change you datasource and set the elvyx driver.
- Driver = com.elvyx.Driver
- Url = jdbc:elvyx:none
- Execute the client running elvyx.bat from the folder you install it.
OC4J case
- Download Elvyx from http://www.elvyx.com
- Unzip elvyx-1.0.XX.zip inside the folder you want to install it.
- Copy lib/elvyx-1.0.XX.jar and put it in oc4j\j2ee\home\applib
- Copy elvyx.properties into oc4j\j2ee\home.
- Be sure elvyx.properties looks like this:
- driver=oracle.jdbc.driver.OracleDriver
- url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
- address=localhost
- port=4448
- Change you datasource and set the elvyx driver.
- Driver = com.elvyx.Driver
- Url = jdbc:elvyx:none
- Execute the client running elvyx.bat from the folder you install it.
Tested using: OC4J 10.1.2
Tomcat case
- Download Elvyx from http://www.elvyx.com
- Unzip elvyx-1.0.XX.zip inside the folder you want to install it.
- Copy lib/elvyx-1.0.XX.jar and put it in common\lib
- Copy elvyx.properties into Apache Software Foundation\Tomcat 5\bin.
- Be sure elvyx.properties looks like this:
- driver=oracle.jdbc.driver.OracleDriver
- url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
- address=localhost
- port=4448
- Change you datasource and set the elvyx driver.
- Driver = com.elvyx.Driver
- Url = jdbc:elvyx:none
- Execute the client running elvyx.bat from the folder you install it.
Tested using: Tomcat 5.5
JBoss case
- Download Elvyx from http://www.elvyx.com
- Unzip elvyx-1.0.XX.zip inside the folder you want to install it.
- Copy lib/elvyx-1.0.XX.jar and put it in jboss-4.0.5.GA\server\default\lib
- Copy elvyx.properties into jboss-4.0.5.GA\bin.
- Be sure elvyx.properties looks like this:
- driver=oracle.jdbc.driver.OracleDriver
- url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
- address=localhost
- port=4448
- Change you datasource and set the elvyx driver.
- Driver = com.elvyx.Driver
- Url = jdbc:elvyx:none
- Execute the client running elvyx.bat from the folder you install it.
Tested using: jboss-4.0.5.GA
Weblogic Case
- Download Elvyx from http://www.elvyx.com
- Unzip elvyx-1.0.XX.zip inside the folder you want to install it.
- Create a lib folder in your domain and elvyx-1.0.XX.jar and database driver.
- Set in CLASSPATH files elvyx-1.0.XX.jar and database driver.
- Copy elvyx.properties into domain directory
- Be sure elvyx.properties looks like this[*]:
- driver=oracle.jdbc.driver.OracleDriver
- url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
- address=localhost
- port=4448
- Change you datasource and set the elvyx driver.
- Driver = com.elvyx.Driver
- Url = jdbc:elvyx:none
- Execute the client running elvyx.bat from the folder you install it.
Tested using: Weblogic 8.1.6
Linux Case
- Download Elvyx from http://www.elvyx.com
- Unzip elvyx-1.0.XX.gz inside the folder you want to install it.
gzip -dv elvyx-1.0.XX.gz
- Untar the file
tar -xvf elvyx-1.0.XX.tar
- Copy lib/elvyx-1.0.XX.jar and put it in domain\lib
- Copy elvyx.properties into domain\bin.
- Be sure elvyx.properties looks like this:
- driver=oracle.jdbc.driver.OracleDriver
- url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
- address=localhost
- port=4448
- Change you datasource and set the elvyx driver.
- Driver = com.elvyx.Driver
- Url = jdbc:elvyx:none
- Execute the client running elvyx.sh from the folder you install it or execute
java -jar lib/elvyx-1.0.XX.jar
Tested using: Fedora 2.4.22-1.2115