OpenDeploy 6.1
Solaris 9
I am trying to do some work on deploying via the web services interface of OpenDeploy. I enabled web services in odbase.xml, enabled the http transport and it looks like everything came up successful according to the log files. However, if I try to access the urls that should return me the WSDLs, I am getting a 404 error.
odbase.xml:
[html]
host="FQDN of my base server">
[/html]
OpenDeployNG/log/_websvc_events.log
<2007-01-18 14:45:16,255> - com.idoox.wasp.security.server.SecurityModule - SecurityModule starts.
<2007-01-18 14:45:16,899> - com.systinet.wasp.ServiceManagerImpl - Loading services marked to be loaded on startup
<2007-01-18 14:45:17,625> - Server devintrwvn started.
<2007-01-18 14:45:17,625> - com.systinet.wasp.WaspImpl - WASP is started
<2007-01-18 14:45:17,697> - com.idoox.transport.http.server - Starting 'http://(FQDN):9273/' server
the _websvc_errors.log file is empty
Doing a netstat -a shows that it is listening on this port:
[15:10:56]$ netstat -a | grep 9273
hostname.9273 *.* 0 0 49152 0 LISTEN
if I enter this into a browser I get a 404:
http://FQDN:9273/iw/services/cd/1.1/opendeployserviceOddly, I tried doing this with the access service provided by the CSF and that also returns a 404, but the log says it is started as well.
I assume I am doing something dumb here, anyone have any ideas?