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: TNS Listener (9i) Uses Port 8080

Re: TNS Listener (9i) Uses Port 8080

From: Tim Rogers <trogersREMOVETHIS_at_servigistics.com>
Date: Fri, 26 Sep 2003 09:47:24 -0400
Message-ID: <bl1ftp$u8g$1@sun-news.laserlink.net>

I should've included this with my last reply, but here is the listener section of my listener.ora file:

//begin listing

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =

      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = SEATTLE)(PORT = 1521))
      )

    )
  )

//end listing

It looks like 1521 is the port it should use. But, for some reason port 8080 is being used as well. I'm using the utility TCPView to see what ports TNSLSNR.exe is using.

Thanks,

Tim Rogers

"Tim Rogers" <trogersREMOVETHIS_at_servigistics.com> wrote in message news:bl1fia$tuk$1_at_sun-news.laserlink.net...

> I should qualify this by saying that this happened just running the
> 'default' installation from the CDs.  It appears that the TNS listener is
> using ports 1521, 2100, and 8080 by default.
>
> I know nothing about Oracle.  I just have to install it for my development
> work to test.  So, any extra info would be most helpful.
>
> Thanks,
>
> Tim Rogers
>
>
> "Volker Hetzer" <volker.hetzer_at_ieee.org> wrote in message
> news:bl1fkm$i4u$1_at_news.fujitsu-siemens.com...
> >
> > "Tim Rogers" <trogersREMOVETHIS_at_servigistics.com> schrieb im Newsbeitrag
 news:bl1epo$tgq$1_at_sun-news.laserlink.net... > > > How can I prevent the TNS listener from using port 8080? The problem  is
 it
> > > is conflicting with my Tomcat web server which also uses port 8080. I  don't
> > > want to change Tomcat's port.  Any help would be much appreciated.
> > * change the port in the listener control file
> > * change the port in the tnsnames file or whatever your clients use to
 connect
> > * restart the listener
> > * kill the guy who set the listener port to 8080.
> > Btw, the default port is 1521.
> >
> > Lots of Greetings!
> > Volker
>
>
Received on Fri Sep 26 2003 - 08:47:24 CDT

Original text of this message

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