添加外部文件夹路径到服务器以访问glassfish中的图像

时间:2015-11-06 17:47:03

标签: web-services glassfish web.xml mapping-resources

我正在尝试从Restful webservices访问外部文件夹。我想从HTTP get中获取外部文件夹的图像。我尝试过配置web.xml,但它不适用于玻璃鱼。

有人可以帮我将文件夹C:/ documents / images的路径添加到xml,以便我可以从http://localhost/api/pictures

访问它们

我有一个servlet正在运行,我可以获取数据库数据,但我发现很难在web.xml中映射外部文件夹。

1 个答案:

答案 0 :(得分:-1)

添加"替代文档根"配置到glassfish-web.xml到外部文件夹:

property description="Uploads" name="alternatedocroot_1" value="from=/img/* dir=c:\Temp"

将图片放到c:\ Temp \ img文件夹,网址应为:http://localhost/project/img