Accessing Tomcat Admin area: http://server-ip-address:8080/admin/ You may receive a message: This is because, by default admin section of tomcat is not enable. To enable Admin section, you can refer to following steps. “%TOMCAT_FOLDER%/conf/tomcat-users.xml” manually. If you have a cPanel server then you will find the file /usr/local/jakarta/tomcat/conf/tomcat-users.xml Before editing the file: <?xml version=’1.0′ encoding=’utf-8′?> <tomcat-users> <!– …
Category Archive: Cpanel/Whm
Nov 29
SMTP Error (435): Authentication failed
While sending an email from Roundcube webmail I was receiving following error To fix this issue edit file /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php and make following changes. i.e remove %u $rcmail_config['smtp_user'] = ‘%u’; to $rcmail_config['smtp_user'] = ‘ ‘; contact@webhostingsupport.info
Nov 23
The MySQL® server is currently offline
While going to cPanel >> Mysql database I was getting following error: On checking server side I found that mysql service is online and still cPanel was throwing the error. FIX: This issue is mainly caused when mysql root password is not set on the server. To fix the issue Login to WHM as root …
Nov 14
Restart Ruby On Rails service.
How To Restart Ruby On Rails for a specific Web Application ? 1) Go to the Document Root of the rails application and execute following commands. root@server[~] cd /home/username root@server[~] cd rails_apps root@server[~] cd demo (Application name) root@server[~] mongrel_rails mongrel::restart contact@webhostingsupport.info

Recent Comments