It can be blocked so that the test page does not come out
Sure, there is a parameter in your application.properties file for that:
# infoPageIsEnabled will show the initial start page of the j2ee application
# including testing and the environment settings
infoPageIsEnabled=true
Does that help?
Cheers
~Dietmar.