umeshk

Registered
Nov 19, 2013
1
0
1
cPanel Access Level
Root Administrator
Hi,

Today I ran easyapache and upgraded Tomcat 5.5 to Tomcat 7.0 and PHP 5.3 to PHP5.4. After that most of my websites stopped working. I see there is no revert back to Tomcat 5.5, but can I restore back to my previous Apache. I see following 2 folders exists in my server:-

apache.backup/
apache.backup_archive/

How can I revert back to apache.backup/ ?
Will it restore all configuration to previous (like Tomat 5.5 and PHP 5.3)?

Thanks
Umesh
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

If you upgrade to Tomcat 7, you cannot downgrade back to Tomcat 5.5 through EasyApache. As a manual workaround that is not supported or guaranteed to function, you could try using the following command so that Tomcat 5.5 is utilized:

Code:
mkdir -p /usr/local/jakarta
touch /usr/local/jakarta/tomcat
Thank you.