I have modified the static page of the Liferay Page by using portal-ext.properties inside D:\Liferay\Liferay Tomcat\liferay-portal-6.1.0-ce-b4\tomcat-7.0.22\webapps\ROOT\WEB-INF\classes
**portal-ext.properties
auth.login.community.url=/Test.jsp**
This Particular Test.jsp is kept under path D:\Liferay\Liferay Tomcat\liferay-portal-6.1.0-ce-b4\tomcat-7.0.22\webapps\ROOT
This is my Test.jsp page
<form method="POST" action="/MyActionclass">
Enter your name:</font><input type="text" name="username" size="20"></p>
Enter your password:</font><input type="text" name="password" size="20"></p>
</form>
This works fine, custom page is loaded.
Please tell me, where to configure this MyActionclass so that it will receive the data submitted from the JSP?
My requirement is that, once the username and password are validated inside the MyActionclass (Hardocded as per now), I will display my portlets developed.