we got the problem and solution.

we mistaken in the protocol name of system properties. actually we specified as 
http instead of https. that's the problem. while u r using https, u have to 
specify the system properties like "https.proxySet".
sample code:
      System.setProperty("https.proxySet", "true" );
      System.setProperty("https.proxyHost", "172.24.1.1" );
      System.setProperty("https.proxyPort", "80" );

if u r facing above problems, then make use of it. thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952598#3952598

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952598

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to