I am trying to get an existing application to show up as a portlet in Liferay. I have confirmed that the WAR file will deploy in Tomcat/Jetty. Apparently, I should be able to simply copy the WAR file to Liferay's deploy folder and Liferay will take care of the rest.
The portlet does show up in the 'Add' menu, but I get a 404 error once I have added it. The path seems to be wrong.
The path Liferay seems to try to go to is: http://localhost:8080/web/guest/home/-/waiapp/jms-gui/
However, the application is running at: http://localhost:8080/jms-gui/secure/jmsPortlet
I'm not sure what to change or how to configure this to get it to work. Any help would be appreciated.
Thanks, Michael Kolakowski