一、 <Engine name="Catalina" defaultHost="localhost">web
改为 app
<Engine name="Catalina" defaultHost="lg.aidush.com">
二、
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
改为
<Host name="lg.aidush.com" appBase="webapps"
unpackWARs="true" autoDeploy="true">webapp
三、 <Connector port="80" 这个端口必须是80端口