could not find the main class:
org.apache.catalina.startup.bootstrap. program will exit
一般情况下,在Javaweb中,src下的Java源码不带main函数。
它的作用可以视为是被jsp页面调用的。
至于需要mian的时候,我没有用过。