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

Home -> Community -> Usenet -> c.d.o.server -> Re: DB instance grabs port 8009?

Re: DB instance grabs port 8009?

From: Christian Antognini <christian.antognini_at_trivadis.com>
Date: Sat, 10 Jul 2004 00:05:38 +0200
Message-ID: <40ef16b2@post.usenet.com>

Hi Scott

> I'm trying to use oracle 9 with JBoss on the same machine (windows
> xp). JBoss uses JServ for webserver/jsp-servlet communcation, which
> uses port 8009. When I try to start up JBoss with an oracle DB
> service up and running it complains the 8009 is already bound. If I
> stop the DB instance service it loads up fine. I'm not sure why a DB
> Instance is grabbing that port. I found a JServ directory in the
> oracle install, and found a jserv.properties file that had a "port="
> setting, but that didn't seem to do anything.

In Oracle9i release 2, if all XDB features are installed, two ports are bound. You can check which are these ports with the following statement (8080 and 2100 are the default values).

SQL> select extractvalue(dbms_xdb.cfg_get(),'//http-port') http_port,   2 extractvalue(dbms_xdb.cfg_get(),'//ftp-port') ftp_port   3 from dual;

HTTP_PORT FTP_PORT
---------- ----------
8080 2100

Chris

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Received on Fri Jul 09 2004 - 17:05:38 CDT

Original text of this message

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