Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Apache doesn't recognize 1521

Re: Apache doesn't recognize 1521

From: Andrew Hardy <Andrew.Hardy_at_AdvanticaTech.com>
Date: Thu, 28 Nov 2002 09:16:25 -0000
Message-ID: <as4mtc$2h3$1@sun-cc204.lut.ac.uk>


Peter,

> The browser doesn't recognize: http://localhost:1521/ ("The page cannot be
> displayed").

Oracle uses port 1521 for SQL*Net connections, it has nothing to do with Apache and it is not an HTTP port.

>http://localhost shows "Oracle HTTP Server Components" as

This is just displaying the standard 'index' screen supplied with 9iAS.

> usual with my xdk directory/alias (still in httpd.conf), but when I select
> xdk it shows:
> "Not Found. The requested URL /xdk/ was not found on this server.
> Oracle HTTP Server Powered by Apache/1.3.12 Server at win2k Port
*80*",

Sounds like you've changed the xdk alias in httpd.conf to a directory that does not exist.

> However, the sqlj test program (from the browser, under localhost:80)
> worked:
>
>

http://win2k/demo/sql/sqlj/SQLJIterator.sqljsp?connStr=jdbc%oracle%thin%@loc
> alhost%1521%OEMREP
> and I can run a stand-alone test sqlj program on 1521 with another d/b.

This is running a SQL JSP page and telling it to connect to an Oracle database on port 1521 - again, nothing to do with HTTP ports.

Andy Received on Thu Nov 28 2002 - 03:16:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US