- This topic has 7 replies, 2 voices, and was last updated 9 years, 6 months ago by Udo Held.
-
AuthorPosts
-
Udo HeldParticipantI’m using MyEclipse 2015 CI 10.
I added a WebSphere Portal 8.5 server to my workspace.I’m unable to deploy anything to it. Neither my existing portlet application nor a new simple web application can be deployed.
For testing I created a new Project:
New -> Web Project -> Choose Java EE6 or 5 and Java 6 o 7. Choose the Portal as target runtime. -> finish
Select the new project -> Run As -> The Portal won’t show upRight-Click the Portal Server -> Add / Remove Deployments -> No project show up.
I didn’t even enable portlet support.
Any I idea what could be wrong?
Kind regards
clavis_uhe
support-swapnaModeratorclavis,
Sorry that you are seeing this issue. It might be a problem with the server runtime setup.
Can you please send us the screenshot of the ‘Targeted Runtimes’ for the project to help us investigate further?
Right click on the project > Properties > MyEclipse > Targeted Runtimes. Please check the ‘Show all runtimes’ option. Select the WPS runtime in the Targeted Runtimes list and check the runtime composition for WPS.
support-swapnaModeratorHi,
Thank you for the screenshot.MyEclipse currently supports deployment of Web project with JSR Portlet facet to Websphere Portal Server. Standalone web projects without the JSR Portlet facet cannot be deployed to WPS currently.
We already have a bug filed for this issue and the dev team is looking into it.
Here is a tutorial about Portlet support in MyEclipse : https://www.genuitec.com/products/myeclipse/learning-center/websphere/developing-portlets-websphere-portal/Sorry for inconvenience caused. Let us know if you have any questions.
Udo HeldParticipantHi Swapna
it is a portlet project and it has he JSR Portlet Facet. The screenshot shows the application “wstest”. If you look closer you will see the blue “P” like Portlet symbol on the project. This “P” is only shown when the portlet facet is enabled.
I’m adding a screenshot showing the facets in detail.
Kind regards
clavis_uheAttachments:
You must be logged in to view attached files.
support-swapnaModeratorHi,
The web project needs to be added to an EAR project to be able to deploy to WPS. Please add the project to an EAR project and deploy the EAR project. Currently standalone web projects with or without the JSR Portlet facet are not supported for deployment to WPS.
Apologies for missing the point in my previous reply. The dev team has marked this issue critical. I will keep you posted when the fix is out.
Sorry for inconvenience caused.
support-swapnaModeratorclavis_uhe,
Deployment of standalone web projects to WPS is now supported with our latest CI release, MyEclipse 2015 CI 13.
Please go to Help > Check for Updates and upgrade to CI 13.Let us know if you see any issues.
–Swapna
MyEclipse Support
Udo HeldParticipantHi Swapna
Thanks for your update. I will give it a shot when working on the next portal project.
Kind regards
clavis_uhe -
AuthorPosts