How to disable Oracle XE component which is listening on 8080?

来源:互联网 发布:用java编写字母的菱形 编辑:程序博客网 时间:2024/06/06 02:28

Question:

                After installing Oracle EX,something in Oracle is listening on port 8080.

                I'm not sure if they have an Apache HTTPD,a Tomcat,or something else. but how can disable it?

Answer:

                It's Oracle XML DB HTTP Server.

                To disable it:               

sqlplus "/as sysdba"exec dbms_xdb.sethttpport(0);


转自: http://stackoverflow.com/questions/165105/how-to-disable-oracle-xe-component-which-is-listening-on-8080

原创粉丝点击