Operating System - HP-UX
1821800 Members
3018 Online
109637 Solutions
New Discussion

Architecture question: apache –>Tomcat—>Oracle DB

 
Hanry Zhou
Super Advisor

Architecture question: apache –>Tomcat—>Oracle DB

If I understand it correctly, Tomcat is the server engine, and is to create the connection to Oracle db at the back end. My question is, how tomcat is configured to piont to a Oracle db server? and then an Oracle instance running on the server? From SA perspective,
I want to know how the configuration is done.

Do I need to install JDBC on the server where tomcat resides on?
none
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Architecture question: apache –>Tomcat—>Oracle DB

Shalom,

tomcat is a java bases server engine that can point to a back end database. It is integrated out of the box as par of hpws to connect to mysql.

It needs to be configured to connect to the Oracle database. Some kind of oracle client is required to do this. JDBC is an option as is Oracle Client for HP-UX.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Hanry Zhou
Super Advisor

Re: Architecture question: apache –>Tomcat—>Oracle DB

I would like to know the detail configuration on how tomcan can point to the database server, and the instance?

Thanks!
none
Dinesh MIshra
Advisor

Re: Architecture question: apache –>Tomcat—>Oracle DB

hi

first check the following :

# swlist | grep Tomcat
# swlist | grep JDK

if both patches are installed then it will work.
start the webcachectl

see also wheather listner is running or not

regards
Dinesh