Yes, I believe my configuration is correct, since most other tomcat operations do the right thing. For example, Tomcat is correctly returning the network name of the server instead of the local name in URLs. The webservice I'm talking about is the built-in 'Version' webservice... I haven't begun to write my own webservice if I can't get the 'Version' service to work yet. This is a recently downloaded, 'stock' out of the box JBoss.
The config is something like this: User hits port 80 with the domain 'jboss.mydomain.org' and Apache sees this, and rewrites the URL to '10.0.0.1:9090' which is where JBoss is actually running. Tomcat is configured to know about jboss.mydomain.org and port 80, so it doesn't accidentally return it's internal address of 10.0.0.1:9090 all the time. That seems to work. But AXIS seems confused about this and says there's no web services for the given URL, of course I'll have to dig further and see what URL it was actually passed. Maybe it's getting 10.0.0.1:9090/ URLs and not liking them. Thanks for the response. I'll keep looking into it too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871163#3871163 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871163 ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
