We're going to upgrade our H-Sphere. Will the upgrade effect the affiliate program?
Usually our Affiliate Program isn't affected by HSphere upgrades. The only case is when tomcat is upgraded, but tomcat upgrades occur rather rarely. We recommend to check Affiliate program functionality after every upgrade and in case if it stopped working you just need to re-add the following code to /hsphere/local/home/cpanel/jakarta/conf/server.xml
<Context path="/servlet" docBase="/hsphere/shared/h4h/affiliate" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? reloadable="false" debug="0" allowLinking="true"> ? ? ? ? ? ? ? ? ? ? ? <Resources allowLinking="true"/> ? ? ? ? ? ? ? ? ? ? ? <Logger className="org.apache.catalina.logger.FileLogger" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? prefix="h4h_log." suffix=".txt" timestamp="true"/> </Context>
And restart CP. ? ? |