Dear all,
 
I am trying to learn how to use custom deployment. I did that as follows, but I failed.
 
The following necessary files are stored in my working directory, for example, $HOME/temp.
 
GreetingService.java
AxisClient.java
deploy.wsdd
 
Then I run the following script,
 
java org.apache.axis.client.AdminClient deploy.wsdd
 
Should I copy some files to $TOMCAT_HOME/webapps/axis before that? If the parameter needed by GreetingService.java is an Object, I need to add <beanMapping> into the deploy.wsdd. Should I copy the Object to $TOMCAT_HOME/webapps/axis?
 
I don't know how to do that.
 
Thanks so much!
Li Bing
                        _.--"""--._
                      .'       '-. `.
                   __/__    (-.   `\ \
                  /o `o \      \    \ \
                 _\__.__/ ))    |    | ;
            .--;"               |    |  \
           (    `)              |    |   \
          _|`---' .'      _,   _|    |    `\
        '`_\  \     '_,.-';_.-`\|     \     \_
        .'  '--'---;`  / /     |\     |_..--' \
                   \'-'.'     .--'.__/    __.-;
                    `"`      (___...---''`     \
                             _/_                \
                            /ASU\ [EMAIL PROTECTED]
                            \___/ 480-965-9038(L), 602-743-9767(C)
                            http://www.public.asu.edu/~libing

Reply via email to