Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Hi,

I have a liferay 5.2.3 (http://localhost:8080/web/) instance with 80 portlets in it. In which the more requests are only for one particular portlet (portletA). So it is slowing down the other portlets requests processing. So I just created another liferay 5.2.3(http://localhost:8181/web/portletA) instance and deployed that portlet.

Now when I login through http://localhost:8080/web/ and type http://localhost:8080/web/portletA, that should redirect to http://localhost:8181/web/portletA.

I have tried the URL redirecting and the rule is ,

<rule>
        <from>http://localhost:8080/web/portletA</from>
       <to type="redirect">http://localhost:8181/web/portletA</to>
 </rule>

But still it is not redirecting. Instead it is on http://localhost:8080/web/portletA and says the portlet is not deployed.

Any help is appreciated.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900