java - One application is being run twice in tomcat7 -
i have deployed 1 war tomcat7 webapps directory.
but when tomcat starting runs application twice.
what cause problem?
i have met case, when mapping domain webapp, know configuration standart, , there 2 instances running.
this can happen if have symbolic link somewhere in webapp directory, points war file or exploded war directory. tomcat follows links , starts application finds.
also check configuration in conf/server.xml
, create sure haven't set other directories appbase
.
java tomcat7
No comments:
Post a Comment