Hi all,

during webservice deployment the WSDL file may specify a dummy port
location. When feeding back the deployed WSDL I would like to (must) tweak
the port location such that it reflects the actual URL the webservice is
available at.

For that purpose I'm looking for a generic way to figure out what host:port
the JBoss WebServer is running at.

I can access the tomcat4.x extra configuration and read out:

        Host XPath: /Server/Service/[EMAIL PROTECTED]'MainEngine'[EMAIL PROTECTED]
        Port XPath: /Server/Service/Connector[position()[EMAIL PROTECTED]

Obviously, this will only work for tomcat4.x and gets me the port of the
first Connector
- assuming this is the http connector (not ideal)!

Is there a better (generic) way?

Cheers
-thomas



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to