Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple IP addresses

335323Oct 30 2002 — edited Oct 18 2006
Hi there,
I installed Oracle 9iAS on a Win2KServer with one IP address on a single Ethernet card.
It is also a DNS server, correctly configured.
It worked OK.
After that, I had to add another Ethernet card with a public IP address and so I
configured 'httpd.conf' of Apache in this way:

(before) ServerName <host name>
(after) ServerName <public IP address>

Now, Apache and OC4J behave in erratic way.
In fact, sometimes I can browse to the Enterprise Manager Console with
http://<host>:1810/
and sometimes with
http://<public IP>:1810/

Moreover, I succeded in deploying 2 webapps (after the addition of the public IP)
and I could browse them.
But, after a restart, either I couldn't browse them, or the DB connection was not estabilished,
giving me the message 'ocijdbc9 not found in the path' (or so).
I can't understand where it goes wrong.

Can anyone help me?
Thanks and

Greetings
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2006
Added on Oct 30 2002
1 comment
648 views