• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to configure the listener port?

 
Ranch Hand
Posts: 379
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i'm finding myself get in trouble with the NSListener... When i start this service(which is supposed to work in order to get the connection pool from my application server) if i point the browser to the localhost:8080 an XDB window is shown to me prompting for user and password...It goes in conflict with Jboss which use Tomcat on the same port, so when i'm invoking the jmx-console actually i get some errors. DO you know how to bypass the problem or how to change the listener port? I wouldn't like the Tomcat port to be changed...
Regards,
Marco
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the easiest way to change listener configuration is using Oracle Net8 Assistant, or you could just manually edit the "easy-readable" configuration file named listener.ora located on ORACLE_HOME/network/ADMIN/ directory.
 
Reno Sopandi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
addition to my recent post
i'm running Oracle 8.1.7 for WindowsNT on W2K AdvancedServer. and as i know, the default listener's port is 1521.
 
alzamabar
Ranch Hand
Posts: 379
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Reno Sopandi:
the easiest way to change listener configuration is using Oracle Net8 Assistant, or you could just manually edit the "easy-readable" configuration file named listener.ora located on ORACLE_HOME/network/ADMIN/ directory.


Thank you, i solved the problem changing the port to Tomcat. In any case as per another suggestion i could change the xdbconfig.xml file and then 'to commit' it by means of ftp.
 
There are 29 Knuts in one Sickle, and 17 Sickles make up a Galleon. 42 tiny ads in a knut:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic