Hi, I tried to develop socket program for asterisk connection.I able to run successfully from remote host in windows.But i didn't able run that same socket program in Linux machine.. This is My Socket code import java.io.BufferedReader; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.math.BigInteger; import java.net.*; import java.sql.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.servlet.ServletConfig; ...