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: tnslistener and port 8080

Re: tnslistener and port 8080

From: santosh sharma <no-one_at_yahoo.com>
Date: Mon, 15 Jul 2002 17:26:09 -0700
Message-ID: <agvp6s$o5r0a$1@ID-84096.news.dfncis.de>


8080 is admin port used by Oracle Servlet Engine. This is installed by default with the database. To change ports, connect as sys in sqlplus and run command
call dbms_namespace.shell('@jis/install/serverendp.ssh admin 8089 9099 -register');

hth
santosh sharma

"Ralf Allar" <Ralf.Allar_at_netcologne.de> wrote in message news:3d3301a0$1_at_news.piro.net...
> Hi Newsgroup,
>
> I've just migrated from 8i to 9i and I wonder, how I
> prevent the tnslistener from providing me a webserver
> on port 8080.
>
> I can't find a config-file or else, where I can tell the
> listener which port he has to listen.
>
> Usually in version 8i the listener only used port 1521.
> Now, it uses 1081, 1521, 2100 and 8080...
>
> But I need 8080 for other purposes!
>
> I would be very glad, if someone tells me how to stop
> this beast... ; )
>
> Thanx
>
>
Received on Mon Jul 15 2002 - 19:26:09 CDT

Original text of this message

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