Wednesday, August 13, 2008

Oracle server set up on my hp laptop

Ubuntu web development environment set up

LAMP:
Apache: sudo /etc/init.d/apache2 [start/stop/restart]
www folder:/var/www/

oracle XE
database listener port:1521
HTTP port used for Oracle Xpress: 8080
password for SYS/SYSTEM account: oracle

If you need to change the configuration settings, then you can do so by running the following command:
$ /etc/init.d/oracle-xe configure

To start/stop db:
$ /etc/init.d/oracle-xe start

Oracle_home: /usr/lib/oracle/xe/app/oracle/
Oracle driver lib path: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/jdbc

07/23/08: install quantumDB on Ubuntu Eclipse
to path: /home/quan/.eclipse/org.eclipse.platform_3.3.0-147..../configuration/eclipse
default: Windows Oracle driver path: C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jar

ubuntu oracle driver: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/jlib

new tomcat 6.0 installation folder: /usr/local/tomcat
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun

No comments: