The exception "java.lang.NoClassDefFoundError: org/apache/naming/resources/Resource" indicates that tomcat cannot find the above class anywhere in the classpath.
In tomcat5.5 this class is in the file 'naming-resources.jar'. See if this file is present at the location \common\lib
I think due to some reason tomcat might not have installed properly. Try installing it again.