You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by giribabu venugopal <gi...@gmail.com> on 2005/12/05 15:45:26 UTC

i want to pass contextPath in the Web service Method is it possible?i need to edit axis servlet?

Hi


        i just want use context path in axis web app. in my service
method. i am  reading constant value from properties file.

String path = System.getProperty(user.dir);
i used above java api.but not reading properly.


my property file is path is

 axis-web app

      /web-inf
         classes
              /myservice-read property file path.
     /config


am deploying WAS5.1

tool/WSADIE5.1

//user.dir
takes default WASDIE path in WAS.