Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
416 views

Jboss start - diable following ports 1090 1091 1098 1099 4446 by default

When we start Jboss, ports 1090 1091 1098 1099 4446 are opened by default. I am told that opening of these ports can be a security issue and we need to close these ports by default. Is there a way ...
SarfarazKhan's user avatar
0 votes
0 answers
93 views

Why don't I get a firewall warning when using minecraft for the first time?

When I installed Minecraft and started the program, I didn't get a firewall warning. Minecraft is totally written in java. When I wrote a simple java program by myself and I used sockets for ...
user2190492's user avatar
  • 1,214
4 votes
2 answers
125 views

How can I instruct windows to report the name of my java app instead of java.exe

Firewall problem: When I run a jar or a class in windows, windows reports it as java.exe. How can I instruct windows to report it with the name of the jar or class. Eg. java -jar myapp.jar The ...
Leon's user avatar
  • 198
0 votes
0 answers
135 views

SocketException in a Signed Java Applet

I have a Java applet which is using the Apache commons.net API for FTP. I initially ran the applet without signing it, and it threw a SocketException : Software caused connection abort I looked ...
Rajkiran's user avatar
4 votes
1 answer
5k views

Java EE Web App Firewall

I'm looking for a nice rules-based web app firewall (WAF) that I can use with my Java EE web app (WAR). So far I have scouted out Stinger from OWASP and ModSec (for Java). Stinger is newer but is not ...
IAmYourFaja's user avatar
  • 56.8k
1 vote
4 answers
2k views

UnknownHostException for server java

I am not able to connect to an remote known server through Java code; the exception while connecting is java.net.NoRouteToHostException: No route to host. But strangely, I am able to connect to same ...
nilesh's user avatar
  • 2,265