Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jakarta not working on the secondary machine

Status
Not open for further replies.

maxpower1

Programmer
Jul 29, 2001
488
US
we have two unix servers(primary and backup). the application usually runs tomcat 4.1.24 that is sitting on the primary box. We use name for the web server. hence, when you connect, you type in:-

if you fail over, then MYSERVER will be hosted by the tomcat running on the secondary server.

Somehow on the secondary server, the application fails to connect to the Oracle db through the Oracle JDBC driver! WHen we run it using jdeveloper(on the second machine), it runs ok (meaning it connects to the database and everything). but the deployed version somehow failed to connect to the database on the secondary machine. The page shows up and everything but we just cannot log on.

any thoughts what is causing this event? thx

~za~
You can't bring back a dead thread!
 
Sounds maybe like the user you are starting Tomcat with cannot see the db server - logged in as this user can you rsh or ping the db server ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top