I am confused by the extra "/portal" in portal 2.2.  In the example, the 
following link works.

http://localhost:8080/portal/portal/HelloPortal 

But it is different from the document which has the format
/portal/default/pageName,  ( not /portal/portal/default/pageName ).

My project started with in portal 2.0.  So it follows the 
/portal/default/pageName format.  In which the /portal is the root context and 
can be removed by changing
a) local.properties then re-compile (as in user guide 3.2)   or
b) <context-root> in portal-server.war\WEB-INF\jboss-web

Now after migration to portal 2.2, I can still remove the first /portal by the 
above methods.  But I cannot remove the second /portal.  Furthermore, I have to 
change the url-pattern in the security-constraint of web.xml in order to have 
the same JAAS result.  I wonder why the extra /portal is added to the web 
context.

Also now there should be new way to make the portal site have a clean url, i.e. 
http://domain/myportal ( not http://domain/portal/myportal ), because the old 
way only removes the root context "/portal".

Want to know if it is possible to configure the portal 2.2 to remove the extra 
/portal ?

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946918#3946918

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946918


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to