port

how detect caller id from phone line?

Is it possible to read bytes directly from modem or phone line without losing any info? If use SerialPort after ringing nothing happened on ReceiveData event! I want to read caller id info directly from line. My modem doesn't support Caller Id! ...

Stop listening to a port

I have a application that accepts SSL connections on a particular port. When I stop the application from the Websphere Administrative Console and then start it again, I get an exception that complains that the port is still in use. I need to shutdown and restart Websphere entirely to get the application working again. What is the correc...

Apache Tomcat not accessible from outside...

Hi, We have Tomcat 6 installed and running on an external facing server. It is set to listen to port 8082. I was able to see the default welcome page through localhost:8082. In addition, our network guy has already granted access for 8082 communications. However, this server is still not accessible from outside(with http://ip:8082). C...

Are there any tools to convert an Iphone localized string file to a string resources file that can be used in Android?

I have the localized strings file that is used in the Iphone app that I work on to port to Android. Are there any tools that go through the file taken from the xcode project and build the xml needed to use the strings in android? As the apple file is a simple key value file is there a tool that converts string in this format "key"=...

Cannot access XAMPP (1.7.3) from my local network

Hi I am running XAMPP 1.7.3 on windows 7. My problem is that when I try to access my server (localhost) from another computer, the server does not respond. For example, [on my computer] when I type in 'http://localhost', my pages come up. However, when I try accessing 'http://192.168.0.102' from my computer, nothing happens. When I type...

Rack port to Java?

Hi there, Do you know if Rack was ported to Java? To be more specific, I am aware of jruby-rack but I am looking for a native Java (re)implementation of Rack, if any?! Thank you in advance, - florin ...

windows xp process change listening port

Hi, I have a legacy client/server application where the listening and sending ports are taking dynamically. Is their any way in windows xp to change the listening port of a running application?? Thanks, Mahesh ...

BPF filtering on more than 3 ports?

Hi there, I have a piece of software which uses BPF filtering on the command line. The packets that I am interested in always have either a source or destination UDP port from the following list: o 1645 o 1646 o 1812 o 1813 Unfortunately, my BPF syntax can only filter a maximum of three ports: udp port (1645 or 1646 or 181...

Refactoring multiple instances of ecommerce software into single code base

Disclaimer, I am technical support and sysadmin for my company, not a developer. I'm not after the specifics, simply an idea if what I'd like to acheive is possible or not. We host hundreds of instances of our in-house classic ASP legacy ecommerce software application and due to countless customisations by clients and ourselves, version...

Unix sockets programming: port is not getting unbound after server shutdown

Hi. I'm studying Unix sockets programming. I made a time server that sends raw time data and a client for it that receives that data and converts it to local time. When I run the server, connect a client to it (which causes both of them to do their job and shutdown) and then rerun the server, I get errno = 98 on bind() call. I have to c...

C# Pinging particular ports and proxy credentials

Heya guys I have 2 questions for you. Im creating an Application for Chat that relies on Jabber, witch is my server is port 5222 for the server side of things. Port Ping How can I ping a server via Port 5222 and check to see if its open and responding. Something like Ping.Once(Settings.Defualt.ChatServerDomain,Settings.Defualt.Chat...

Querying URLs on ports other than 80 with urlfetch() on app engine

Is querying for URLs present on ports other than 80 allowed with urlfetch() I would like to get data from a server on a non-standard port - http://example.com:8000/WebService?input=a Ideal example would be web services hosted on non-standard ports. Can i do this somehow with appengine? ...

Looking for COM Port Sniffer to my Application

I am looking for something to test my app. The app is a weight logger, built in .net 3.5 - it is connected by rs232 to an electronic weight, but the problem is that I don't have it at home. I wanted to emulate the traffic and data with my app, but I have a problem: I can't get 2 apps on 1 port. Please help. ...

SMTP host and port value for yahoomail

Hi, I am working on to send email from my various accounts using java. And I sent mail from my gmail account successfully. Now I tried to send email from my yahoomail by changing the smtp host as "smtp.mail.yahoo.com" and port value as 25. But I am getting "SMTPSendFailedException". Can I know what changes I need to do to make it worki...

UDP recvfrom call returns wrong port number. Why?

Im playing with 'recvfrom' and 'sendto' calls using UDP. I have a client that just broadcast UDP packets on port 6000. I have a server that binds a socket on port 6000, and do a single recvfrom. The problem is that sin_port member of struct sockaddr returned from recvfrom is always incorrect. Why? I would post some source code but some...

Is there a processing python implementation ?

There are javascript and actionscript ports of Processing. Is there a python port ? ...

How to open port in Android?

How can I open a specific port in android? I have a server socket but the connection is rejected because the port is closed. try { ServerSocket server = new ServerSocket(2021); Socket client = server.accept(); } catch (Exception e) { // TODO Auto-generated catch block a = false; e.printStackTrace(); } ...

adb forward remote port to local machine

Hi, This is a query regarding the usage of adb on android. Is there a way to forward the remote port i.e. port on the android device/emulator to the local machine to which the device is connected? $ adb forward tcp:port1 tcp:port2 # forwards the local port port1 on the machine to port2 on the device. Thanks in advance! ...

Problem With My WinForms CheckBox Code

I have a requirement where if i click on Checkboxes, then that corresponding port should be updated and these updated ports will be used in another file for sending outputs to these particular ports. So when i click on clickbox 1 4 and 7, then those corresponding ports should be enabled. In the place where the output has to happen(ie., ...

jboss 5 changing default port

Hi everyone I am trying to change the default port on my jboss server to port 80. i have had a look around the web and i have had suggestions of editing this file jboss5\server\default\deploy\jbossweb.sar\server.xml which is fine. changing this file alone still does not fix the issue. There have also been suggestion to also change thi...