Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
133 views

What do bitshift operations in Intel 8085 assembly do?

I am trying to explain to myself the following 8085 assembly code I have this code that asks for two numbers (from a virtual keyboard within the IDE) and displays them on LEDs 7 and 8: .ORG 0000 ...
4
votes
1answer
2k views

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?
3
votes
5answers
3k views

oracle on port 8080

how do I change oracle from port 8080? my eclipse is using 8080?
2
votes
3answers
361 views

Terms used for addressing modes. [intel 8085]

In the documentation of a processor I am working on it says : Operand addressing modes available are implied, register, immediate, direct and register indirect (using the BC, DE and HL ...
2
votes
4answers
797 views

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 ...
1
vote
1answer
500 views

How to check port 8080 in Windows Vista command prompt?

I am very new to programming and setting up Java Servers. Actually its my first time to try it but not successful. I am about to test my first web app in Java but whenever I click the "Start server ...
1
vote
4answers
718 views

Can anyone solve this 8080 assembly code 'puzzle'?

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 ...
1
vote
4answers
628 views

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 ...
0
votes
0answers
16 views

apache tomcat error

I installed tomcat 6.0.20 on my friends laptop 3days back and when he rebooted the system,a pop up box came like, Access is denied Unable to open the service "Tomcat6", whats wrong? I uninstalled n ...
0
votes
0answers
112 views

How do I get browsers to execute my html /javascript page rather than displaying it as code?

I'm using NetBeans IDE 6.9.1 to develop and test a web app that uses javascript and jquery. I'm running on a Mac OS X Server (10.6.7) using Apache2 and Glassfish. Everything is working really nicely ...
0
votes
1answer
721 views

Tomcat6 fails to start linux mint virtualbox guest

hey, im trying to get tomcat6 up and running in an ubuntu guest i used the following command to install tomcat6 sudo apt-get install tomcat* at the end i receive: * Starting Tomcat servlet engine ...
0
votes
1answer
80 views

Serving static content from port 8080?

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?
-1
votes
1answer
70 views

URL uses 8080, same as proxy server [closed]

We have a proxy server so that I set my browser server port to localhost:8080 I want to download a file but in the URL is http://dl1.filegetty.com:8080/23/.../file.avi Problem is it doesn't ...