0
votes
4answers
51 views
Find the port of the server the application is running in java
Hi I have an application running in tomcat,as well as Weblogic and Websphere
I need to determine which port the application is running and display on the UI
Is there any JAVA api to find that
0
votes
0answers
24 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.Datagram datagram = …
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 and stderr port …
1
vote
0answers
11 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 similar way to bind a …
0
votes
0answers
17 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 the application was …
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 connected IP on …
1
vote
2answers
70 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 which also happens …
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 listens that port in …
1
vote
4answers
53 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 perfectly fine.
However, …
1
vote
2answers
55 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#?
-1
votes
4answers
149 views
Is porting to the mac worth it? [closed]
Hello,
We're considering having Codeweavers "wrap" our windows applications so that they run on the mac and linux. Obviously we'd need to balance the cost outlay with increased revenue, to make the …
1
vote
1answer
21 views
Cloud computing usage pattern. Can I have some port open within an app running in a cloud?
Hi!
I'm developing a small web service which will partially rely on SMTP and FTP servers. I'm interested is it possible for me to create an app that will run within a cloud and still have some port …
0
votes
0answers
20 views
Fms port problem
Hi,
I have flash video player that is using fms server.
when firewall is blocking port 1935(the default port) it takes about 30 second
to the video to be played. i try to force port 80 by rtmp …
1
vote
0answers
31 views
fire wall fms rtmpt problem
Hi,
I have flash video player that is using fms server.
when firewall is blocking port 1935(the default port) it takes about 30 second
to the video to be played. i try to force port 80 by rtmp …
1
vote
1answer
82 views
C++ Serial Port Only Responding Once Using Write()
All the code below works. My device responds, C,7 is a reset. When I run this the second time it doesn't respond. If I manually turn my device off and on, then run this script again it works. But not …
