Stefan,

I'm using ajp13 too.
I've used uriworkermap.properties and workers.properties, seems they're fine
because the webservice works fine using localhost:80.
The weird thing is that using [mydomain]:80,
'http://[mydomain]:80/TestWS/endpoint' returns what it should, even
indicates the wsdl doc is available (due to adding line
'wsdl.location=/WEB-INF/TestWS.wsdl' to the .._config.properties file in
WEB-INF),
but when I try 'http://[mydomain]:80/TestWS/endpoint?WS', I get 404.
At first I jumped to the conclusion that my .wsdl in /WEB-INF wasn't being
found, but if this were the case the servlet would still run OK and return a
message that a WSDL file is not available. Instead, the jwsdp is returning
that no resource could be run at that url.

Thanks & rgds

Gerry



So you are not able to access your service at all ?
I have only used ajp13 to redirect the incoming requests.
Are you using any "uriworkermap.properties" ?

Rgds,
stefan




-----Ursprungligt meddelande-----
Fr�n: Gerry Smith [mailto:[EMAIL PROTECTED]]
Skickat: den 27 november 2002 09:16
Till: JDJList
�mne: [jdjlist] jwsdp-1_0_01, WSDL -> 404


Anyone know why I would see this behaviour, using jwsdp and using jk to
connect IIS to tomcat (with the intention of using IIS to handle SSL)?:

my webservice works fine when:

a). connecting via port 8080 straight to tomcat and using an actual domain
name
OR
b). using port 80 (via IIS) and 'localhost' instead of the domain

The WSDL doc can be viewed at domain:port/TestWS/endpoint?WS in both cases.

however, when using port 80 and the domain name instead of localhost,
domain:80/TestWS/endpoint returns....


A Web Service is installed at this URL.

It supports the following ports: "WS"
(http://www.domain.com:80/TestWS/endpoint/WS)

A WSDL description of these ports is available here.


- showing that the WSDL doc seems to be available at
domain:80/TestWS/endpoint?WSDL, but this url returns a 404 instead of the
WSDL doc.


Any ideas would be greatly appreciated.

Thanks

Gerry Smith


____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm

Be respectful! Clean up your posts before replying
____________________________________________________

____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm

Be respectful! Clean up your posts before replying
____________________________________________________


____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm

Be respectful! Clean up your posts before replying
____________________________________________________

Reply via email to