vote up 2 vote down star
1

After installing Oracle XE, something in Oracle is listening on port 8080. I am not sure if they have an Apache HTTPD, a Tomcat, or something else. But how can I disable it?

flag

77% accept rate

1 Answer

vote up 3 vote down check

It is Oracle XML DB HTTP Server

To disable it:`

sqlplus '/ as sysdba'
EXEC DBMS_XDB.SETHTTPPORT(0);
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.