Port problem [message #66927] |
Mon, 17 March 2003 05:51 |
Vishal
Messages: 86 Registered: August 2000
|
Member |
|
|
I want to host a small application on the web. My web server (apache), servlet engine (tomcat) and even the database (oracle 8i) are on the same m/c. I want to block all ports except 80 from the external world. But, when i do it using the advanced tab of network properties in Win 2000 advanced server, the application is unable to contact the database. Any help is most welcome.
vishal
|
|
|
Re: Port problem [message #66931 is a reply to message #66927] |
Tue, 18 March 2003 07:42 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
Check your listener.ora file to see what protocol and port number SQL*Net is using. Try to either leave that port open or change your listener from TCP to IPC.
Best regards.
Frank
|
|
|