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 Dorner Thomas <th...@edmb.debis.com> on 2004/06/30 08:35:25 UTC

realpath

Hi,

I looking for a solution to get realPath in my WS-Implementation
like I can do it with a servlet:
 
ServletContext context = getServletContext();
String realPath = context.getRealPath("");

Do someone have any Idea how I can solve this problem?

Thanks Tomi

Re: realpath

Posted by Ju...@mro.com.
Refer to the following wiki on how to get access to the ServletContext
object in your WS Implementation:

http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/ServletContext

- Junaid



                                                                           
             Dorner Thomas                                                 
             <thomas.dorner@ed                                             
             mb.debis.com>                                              To 
                                       "'axis-user@ws.apache.org'"         
             06/30/2004 02:35          <ax...@ws.apache.org>           
             AM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         realpath                            
             axis-user@ws.apac                                             
                  he.org                                                   
                                                                           
                                                                           
                                                                           
                                                                           




Hi,

I looking for a solution to get realPath in my WS-Implementation
like I can do it with a servlet:

ServletContext context = getServletContext();
String realPath = context.getRealPath("");

Do someone have any Idea how I can solve this problem?

Thanks Tomi