Multiple IP addresses
335323Oct 30 2002 — edited Oct 18 2006Hi 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