Title: Message
Assuming that you use tomcat on localhost on port 8080, if you go at
http://localhost:8080/axis/index.html
and then press the
View the list ot deploye Web services ,http://localhost:8080/axis/index.html
you will be able to see the deployed services and the equivalent WSDL of them!
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 6:21 PM
To: [EMAIL PROTECTED]
Subject: Determining if a service is deployed (wrapped in my own webapp)


Hello,
 I am trying to determine if my webservice is being 'deployed'. I have wrapped Axis into my own webapp by:
 - copying the jars into WEB-INF/lib
 - copying the contents of Axis Webapp's web.xml into my web.xml
 Then I wrote a service (now just one java class) which gets compiled, jared, and put in WEB-INF/lib.
 To the WEB-INF folder I added 'server-config.wsdd' with the following contents:

 <?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
    <service name="GMP" provider="java:RPC">
        <parameter name="className" value="com.kodak.sis.gmp.webapp.services.GMPService" />
        <parameter name="allowedMethods" value="*" />
    </service>
</deployment>

How do I know if my service has been deployed?

Ryan Cuprak
[EMAIL PROTECTED]
Office: (203)-786-5682
Cell: (203)-376-8789

Reply via email to