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?
The listener is listening for database connections through HTTP on port 8080. Oracle Database XE is properly registered with the listener and is ready to accept connections.
Look for the file httpd. conf. Change the port number and either restart the web server or just reboot the machine.
It is Oracle XML DB HTTP Server; disable it as follows:
sqlplus '/ as sysdba' EXEC DBMS_XDB.SETHTTPPORT(0); commit;
You might have to restart Oracle XE (not just the listener).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With