如何在 Liferay 中查看我们的 portlet
我在 Eclipse 中创建了一个项目并生成了该项目的 .war 文件。我已使用“上传文件”选项卡使用管理员凭据在 Liferay5.2.3 中上传了 .war 文件。现在我想在 Liferay 中以 portlet 的形式查看 .war 文件的内容。我应该怎么办..?
I created a project in Eclipse and generated .war file of the same. I have uploaded the .war file in Liferay5.2.3 with Admin credentials using Upload File tab. Now i want to view the content of my .war file as a portlet in Liferay. What should i do..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一旦创建(开发)了一个新的 portlet 并在 xml 文件中进行了描述,它将自动显示在 liferay 右上角的下拉列表中(一旦您使用管理员凭据登录 liferay)。
选择添加/未定义/“您的 portlet 名称”/添加。
Once a new portlet is created (developed) and described in the xml file, it will automatically be seen in the drop down list which you have on the top right side of the liferay(once you login to liferay with admin credentials).
Select Add/undefined/'your portlet name'/add.