Hi,
Using a service, I am fetching some files and storing under the webapps/ROOT folder of my tomcat directory. I am using Liferay 6.0
after that I have a link on my portlet to show the file. On the click of the link I have a simple code as:
window.open(filePath+'/'+folder+'/'+filename);
file path is : "/Sample folder" which is under webapps/ROOT
This ode doesn't work in Liferay 6.0. When I click on Show File, I get the error as resource not found.
Could you pleas help me with this?
Thanks.
--Ketkee
Please sign in to flag this as inappropriate.