facebook

JBoss DTD loading exception behind proxy [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #215746 Reply

    slicer
    Member

    Ryiad,

    Sorry, what I just said is not right, I had 2 changes at the same time, one was the validation for this XML off but I also added the -Dhttp.proxyHost … to the JVM setting. So when I removed the later, it still does not work.

    #215751 Reply

    Riyad Kalla
    Member

    Were you able to open the DTD with your browser?

    #215763 Reply

    slicer
    Member

    Riyad,
    Yes it works through my browser but of course, I am using the proxy settings of my browser when accessing this URL.

    #215765 Reply

    Riyad Kalla
    Member

    slicer,
    I think you were on the right track with the -Dhttp.proxyHost param, you will need to check the JBoss documentation or forums to see how other users get around this, surely it is not uncommon.

    #215767 Reply

    slicer
    Member

    Thanks again,
    You are right, I tried to find something like noProxy but could not find it. The right JVM parameters to send are:
    -Dhttp.proxyHost=proxyHost
    -Dhttp.proxyPort=8proxyPort
    -Dhttp.nonProxyHosts=”*.myCompany.ca|localhost”

    I did not find anything in JBoss documentation but more in the JDK docs.

    Everything works with those settings !
    Thanks for you time and your help, you guided me to the right solution.

    #215771 Reply

    Riyad Kalla
    Member

    slicer we appreciate you posting your walkthough, it will be very handy for other users!

Viewing 6 posts - 16 through 21 (of 21 total)
Reply To: JBoss DTD loading exception behind proxy [Closed]

You must be logged in to post in the forum log in