Posted on October 24, 2009 by Chyne
Steps to reproduce the refactoring problem:-
Rename the project from VoterBean to VoterBeanProject
Redeploy the project in the Tomcat
http://localhost:8080/VoterBean still working fine (reason is conf/server.xml has defined the path as VoterBean)
http://localhost:8080/VoterBeanProject results HTTP Status 404
If you check in the Tomcat list for the deployed project under Server tab:
The project name is VoterBeanProject
The path for the project [...]
Filed under: Apache Tomcat, Eclipse | Tagged: myeclipse, refactor | Leave a Comment »
Posted on October 6, 2009 by Chyne
I just remembered that I had read an interesting site few months ago that uses Javascript to guess the user’s gender based on the browser URL history.
Although the idea sounds interesting but the thing that more attracts my interest is how to make it happens. The author has done a research for the most visited [...]
Filed under: Personal Collection of Interesting Websites | Tagged: javascript | 1 Comment »
Posted on October 1, 2009 by Chyne
In order to install Subversion on Ubuntu 8.10, you will need to perform this command:
sudo apt-get install subversion
The default version of the Subversion at the current moment that you will get installed is Subversion 1.5. You can check the version with this command:
svn –version
And it will display the following message:
svn, version 1.5.1 (r32289)
compiled Aug [...]
Filed under: Linux | Tagged: Linux, subversion | 1 Comment »