[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3908) when a portlet project is deployed to AS, the target url is not correct
Prabhat Jha (JIRA)
jira-events at lists.jboss.org
Tue Mar 3 10:21:22 EST 2009
when a portlet project is deployed to AS, the target url is not correct
------------------------------------------------------------------------
Key: JBIDE-3908
URL: https://jira.jboss.org/jira/browse/JBIDE-3908
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Portal
Reporter: Prabhat Jha
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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list