8080

oracle on port 8080

how do I change oracle from port 8080? my eclipse is using 8080? ...

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

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? ...

Apache Port 8080 Windows XP

I've installed Apache 2.2. Accepted defaults. I've created a simple php file calling it index.php. If I enter this in Firefox: http://localhost:8080/ I get the splash screen: If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directo...

Serving static content from port 8080?

Hi, Is it a bad practice to serve JS (static content basically - css, js and images) on port 8080 instead of HTTP (80)? If so, why? If not, are there any advantages at all? ...

Can anyone solve this 8080 assembly code 'puzzle'?

Hi, A friend of mine was given 8080 assembly code as part of a puzzle he's trying to solve. This is the code: 3E 02 4F C6 04 47 11 41 01 21 69 00 19 76 He needs the values of B, DE, C and HL Can anyone solve this or point me in the right direction on how to run this? Thx! Update Spoiler: The solution seems to be: C = 02, B = 06, D...

How do interrupts work on the Intel 8080?

How do interrupts work on the Intel 8080? I have searched Google and in Intel's official documentation (197X), and I've found only a little description about this. I need a detailed explanation about it, to emulate this CPU. ...