I am using Liferay 6. I have developed a simple Liferay Struts2 Portlet. This portlet got deployed into:
D:\Liferay\Liferay Tomcat\liferay-portal-6.1.0-ce-b4\tomcat-7.0.22\webapps
With the name GreetingPortlet-portlet. This portlet consists of a JSP page called as View.jsp inside the GreetingPortlet-portlet.
Please tell me how can we access this manually, by typing the URL in the browser
In other words, can we access it by typing the following?
http:localhost:8086/GreetingPortlet/view.jsp ??
I am not using any Friendly URL concept.