This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: HTTP Proxy Configurationscharlau Dec 10, 2004 11:12 AM (in response to raghuvis)You need to add something like this to the startup script of jboss: 
 rem Setup JBoss sepecific properties
 set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME%
 set JAVA_OPTS=-Daxis.enableListQuery=true -Dhttp.proxyHost="server.mydomain.ac.uk" -Dhttp.proxyPort="8080" -Dhttp.proxyUser="username" -Dhttp.proxyPassword="password" %JAVA_OPTS%
 set JBOSS_HOME=%DIRNAME%\..
- 
        2. Re: HTTP Proxy Configurationraghuvis Dec 14, 2004 12:25 PM (in response to raghuvis)This worked for me.. Thanks 
 
    