Whats the difference between service tomcat start/stop and ./catalina.sh run/stop

catalina.sh run starts tomcat in the foreground, displaying the logs on the console that you started it. Hitting Ctrl-C will terminate tomcat. startup.sh will start tomcat in the background. You’ll have to tail -f logs/catalina.out to see the logs. Both will do the same things, apart from the foreground/background distinction. Actually, startup.sh is quite small. … Read more

What is the difference between Tomcat and TomEE, TomEE and TomEE Plus

This is functions comparison matrix between Tomcat, TomEE and TomEE+: (Source: http://tomee.apache.org/comparison.html) 1. Tomcat vs TomEE Tomcat is servlet container that supports servlet and JSP technology. TomEE is more extensive than Tomcat supporting many other Java EE technologies (specificed by JSR-xxx). 2. Compare TomEE vs TomEE+ TomEE contains: CDI – Apache OpenWebBeans EJB – Apache … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)