Tomcat is a web server. Just like any other web server, it will open HTML and javascript pages without special addons. However, it is designed to display JSP and Java encoded pages. This means the scripts that it will respect are Java based. Thus ASP, which is a 'special' separate program just like PHP, cannot be respected by it. besides, ASP is a Microsoft technology which is not cross-platform.
Regards.