Hi,

I use Axis 1.4.

In the axis web app I have a directory 'update'.
In my service implementation I want to read the files in the directory.
String directory = ...;
File file = new File(directory);

The first problem is how I can get the string directory dynamically from the
xxxServiceBindingImplementation. I have no servlet context there.
I need the directory in the form like d://tomcat/webapps/update.

Another problem:
Can I get the url from the xxxServiceBindingImplementation for instance:
http://localhost:8080/myapp?

Can anybody help me?

Thanks!

Regards,
Ralph

Reply via email to