When I access jetspeed using internal server name i.e
http://qserver08/servlet/jetspeed, it works fine. I see that the URL link
for EDIT button is
http://qserver08/servlet/jetspeed/screen/portlet.PortletViewerScreen/portlet
/UserReportListCfg.
But when I access jetspeed using ip address i.e.
http://216.216.26.178/servlet/jetspeed, the URL link for EDIT button is
still
http://qserver08/servlet/jetspeed/screen/portlet.PortletViewerScreen/portlet
/UserReportListCfg, which will not work when you click the EDIT button.
Is this a bug in Jetspeed or is there something wrong with my server
setting? I'm using IIS, JRun. When I debugged into it, I see that in
PortletConfig.setURL(), EngineContext.getInstance().getServerName() is
qserver08 instead of 216.216.26.178 when accessing jetspeed using ip
address.
Any help is appreciated.
Angel
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]