[
https://jira.jboss.org/jira/browse/JBIDE-3908?page=com.atlassian.jira.plu...
]
Prabhat Jha commented on JBIDE-3908:
------------------------------------
The safest URL will be
http://localhost:8080/portal and I think this should happen only
when project has portlet facet. I think general use case is that you deploy war containing
portlet/servlet and usually portlet uses jsp/servlet in portal context.
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
Fix For: 3.1.0
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