My Blog

All about my activities, Ideas and everything.

Category: Knowledge

How-to : Install tomcat6 Ubuntu

1. 1sudo apt-get install tomcat6 2. Insert this lines into /var/lib/tomcat6/conf/tomcat-users.xml 12345678910<tomcat-users>     <role rolename="admin"/>     <role rolename="manager"/>     <role rolename="tomcat"/>     <role rolename="role1"/>     <user username="admin" password="your_password" roles="manager,admin"/>     <user username="tomcat" password="tomcat" roles="tomcat"/>     <user username="role1" password="tomcat" roles="role1"/>     <user username="both" password="tomcat" roles="tomcat,role1"/> </tomcat-users> 3. Restart [...]

The alternative medicine cabinet

Cabbage: for food poisoning Well-cooked cabbage and the water it’s been boiled in are effective at clearing up minor diarrhoea and sickness caused by food poisoning. “White cabbage, in particular, is very high in sulphur, which helps destroy harmful bacteria in your stomach,” says Susie Perry from nutrition therapy clinic Smart Nutrition. Try to eat [...]

Michelin Star

On 13 January 2008, I’m going to the three-Michelin-star restaurant, The fat duck at Bray, the second best restaurant in the world. So, I started to curious what’s the Michelin star mean? It didn’t take long to know, just a couple words in the Google.com, you can search everything in the world. The Michelin star [...]