Tagged Questions

1
vote
2answers
51 views

How do I get process name of an open port in C#?

How do I get process name of an open port in C#?
0
votes
0answers
50 views

Cannot log in to server after SSH port change [closed]

I followed step one of this guide to change the SSH port of my server: http://www.linux.com/archive/articles/61061 Now, when I try to log in to it again by typing ssh -p 123 …
0
votes
2answers
47 views

Porting code from Linux to Windows

Hi all, I'm using Visual Studio .NET 2003, and I'm trying to port code I've written and compiled/run successfully in Linux GCC to Windows. I'm a newbie when using VS. I've create …
0
votes
0answers
20 views

How to patch J2SE so Java Datagram.getAddress() reports sender’s port

Sun's j2se implementation of the j2me Datagram appears to be a bit broken: javax.microedition.io.DatagramConnection dc = createDatagramConnection(); javax.microedition.io.Datagra …
0
votes
7answers
456 views

Port 80 is being used by SYSTEM (PID 4), what is that?

I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 When I look up the process in task manager, it …
0
votes
2answers
13 views

C# Discover the LocalEndPoint AddressFamily port number

When I establish a tcp connection to a server using the TcpClient class, is there any way to find out the source port of this connection? I am trying to implement the exec protocol …
1
vote
0answers
7 views

How to use PortMode.OptimizedSingleReissueReceiver in an Interleave? (Microsoft CCR)

Hi, I have read a post on the Microsoft CCR forum on reducing the overhead of calls to Port.Post() [ref.: PortElement Instantiation in the CCR] and I was wondering if there is a s …
1
vote
2answers
68 views

Can’t access locally hosted project via the internet?

I'm currently developing a Java Servlet Project in Eclipse. The project is compiled via Tomcat 5.5 and hosted in localhost:8080(alternatively 127.0.0.1:8080 AND 192.168.1.10:8080 …
0
votes
0answers
16 views

ADO local ports

We have an application that connects to a couple of hundred databases using ADO. Now I know that this may not be the best way of doing things (our customer base has expanded since …
0
votes
3answers
75 views

Listen to a port that is in use [closed]

Possible Duplicate: Get connecting IP from specified ports that using by other program. If a port is used by a program, is there any way I can listen that port and get the …
0
votes
1answer
36 views

listenin a port from appplication server

Hi all; First I have a JSF application that make some sort of searches from database, but on the other hand I have been listening port for this purpose also, I start a thread that …
0
votes
2answers
162 views

Workaround for PHP SOAP request failure when wsdl defines service port binding as https and port 80?

I am consuming a SOAP web service using php5's soap extension. The service' wsdl was generated using Axis java2wsdl, and whatever options are used during generation result in the …
1
vote
4answers
50 views

Java Problem “UnsatisfiedLinkError”

I made a simple java program that sends bytes to the parallel port, which uses a .dll along with two other classes (pPort.java and ioPort.java) to accomplish it, and it works perfe …
0
votes
1answer
67 views

Example code of libssh2 being used for port forwarding

I'm looking for an example of how to use libssh2 to setup ssh port forwarding. I've looked at the API, but there is very little in the way of documentation in the area of port for …
3
votes
3answers
2k views

Moving from NuSOAP to PHP5 SOAP

Hi, I have been working on a script with PHP4 that relies on NuSOAP. Now, I'm trying to move this to PHP5, and use the buildin support for SOAP there. $wsdlPath = ""; // I hav …

1 2 3 4 5 8 next
15 30 50 per page