[
https://jira.jboss.org/browse/JBIDE-3908?page=com.atlassian.jira.plugin.s...
]
Snjezana Peco resolved JBIDE-3908.
----------------------------------
Fix Version/s: 3.2.0.M2
(was: 3.2.x)
Resolution: Done
If the project contains some JBoss portlet facet and runs on Gatein/JBoss Portal/EPP, the
Run As action will open the url http://<host>:<port>/portal
(
http://localhost:8080/portal, for instance). If the project runs on JBoss/GateIn Portlet
Container, the Run As action will open http://<host>:<port>/simple-portal
(
http://localhost:8080/simple-portal).
when a portlet project is deployed to AS, the target url is not
correct
------------------------------------------------------------------------
Key: JBIDE-3908
URL:
https://jira.jboss.org/browse/JBIDE-3908
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Portal/GateIn
Reporter: Prabhat Jha
Assignee: Snjezana Peco
Priority: Minor
Fix For: 3.2.0.M2
Using bits from
http://reports.qa.atl.jboss.com/binaries/RHDS/nightly/2.0.0.GA/200903020901/
When I deployed a new dynamic project (firstJBDSPortlet) and tried to deploy it to
server, the URL that it tries to access is
http://localhost:8080/firstJBDSPortlet/
when it should have been
http://localhost:8080/portal or
http://localhost:8080/portal/portal/default/default. I would prefer the latter because it
implies that it's default page of default portal. This also relates better to the
values in deployment descriptor (default-object.xml) that's created by JBTools.
Ideally, the generated URL should update based on what user provides during configuration
for default-object.xml but
http://localhost:8080/portal/portal/default/default will be a
good default value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira