I configured OpenBD with Apache22 and Tomcat6 using ProxyPass per the excellent tutorial on the website. Everything seems to work fine, except I created a simple web service which has a problem:
http://www.daylocker.com/ws/daylocker.cfc?wsdl The WSDL shows <wsdlsoap:address location="http:// local.daylocker.com:8080/ws/daylocker.cfc" /> which apparently is being used when Visual Studio tries to connect to the web service--it says it can't connect. (Visual Studio adds the web reference fine, but a runtime exception is thrown) So how do I get my web service to not show port 8080 to the outside world? I'm new to OpenBD so I apologize if this question has already been answered. Thanks -Moss -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
