Forum Post: RE: 3.0.2 Private Cloud

  • Thread starter Thread starter Santosh Patel
  • Start date Start date
Status
Not open for further replies.
S

Santosh Patel

Guest
Hi bakar, This is occurring due to RSS server information in components.xml. Note that RSS Server is not supported by Rollbase anymore. Please delete or comment out as shown below the information in components.xml and restart Rollbase. Component name="REST" type="REST" DisplayName REST Server /DisplayName InternalRoot http://localhost:$HTTP_PORT$/rest/ /InternalRoot ExternalRoot http://{!#HOST_NAME}/rest/ /ExternalRoot /Component !-- Component name="RSS" type="RSS" -- !-- DisplayName RSS Server /DisplayName -- !-- InternalRoot http://localhost:$HTTP_PORT$/rss/ /InternalRoot -- !-- ExternalRoot http://{!#HOST_NAME}/rss/ /ExternalRoot -- !-- Props -- !-- MinRequestIntervalMins 60 /MinRequestIntervalMins -- !-- /Props -- !-- /Component -- Component name="ROUTER" type="ROUTER" DisplayName Router Server /DisplayName InternalRoot http://localhost:$HTTP_PORT$/router/ /InternalRoot ExternalRoot http://{!#HOST_NAME}/router/ /ExternalRoot Props StatusCheckInterval 10 /StatusCheckInterval CustWeight 3 /CustWeight CleckLoginURL true /CleckLoginURL /Props /Component Regards, Santosh

Continue reading...
 
Status
Not open for further replies.
Back
Top