Sebastien Dionne

  • Increase font size
  • Default font size
  • Decrease font size

How to configure proxy on Glassfish v3

E-mail Print PDF

If you are behind a proxy maybe you will want to set the proxy in Glassfish. There are few different ways to do that. #1 - You could use the admin web page. You can add the proxy settings : host and port with the admin. Into the admin web page, go to the Application Server at your left. After that on your right select : JVM Settings / JVM Options. Just add theses settings : http.proxyHost=myproxy.mydomain http.proxyPort=myproxy.port Glassfish_proxy.png
Click here to enlarge
#2 - You could use the command line Go into your Glassfish installation /bin and enter theses commands : asadmin create-jvm-options "-Dhttp.proxyHost=myproxy.mydomain" asadmin create-jvm-options "-Dhttp.proxyPort=myproxy.port" #3 - The last option is to edit manually domain.xml You add the settings in the "<java-config>" element. <java-config ...> <jvm-options>-Dhttp.proxyHost=myproxy.mydomain</jvm-options> <jvm-options>-Dhttp.proxyPort=myproxy.port</jvm-options> ...

Reddit! Del.icio.us! JoomlaVote! Google! Live! Facebook! Technorati! StumbleUpon! Yahoo! Free social bookmarking plugins and extensions for Joomla! websites!
Comments
Add New Search
Write comment
Name:
Email:
 
Website:
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Please input the anti-spam code that you can read in the image.

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."