Can i run a asp file in the tomcat 5.0

Hi ,This is naresh and i have a query that is there any possibility to run an ASP file in the application server like Tomcat 5
[140 byte] By [nattia] at [2007-11-27 7:53:11]
# 1
And I have another query, was that really a Java question ?!
Arash.Shahkara at 2007-7-12 19:34:27 > top of Java-index,Java Essentials,Java Programming...
# 2
hi Shahkar,I know that is not the java question.If there is any possibility then i can place my asp pages of my project into the tomcat and i need to run.okbye
nattia at 2007-7-12 19:34:27 > top of Java-index,Java Essentials,Java Programming...
# 3

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.

Jamwaa at 2007-7-12 19:34:27 > top of Java-index,Java Essentials,Java Programming...
# 4
I think that tomcat can only run servlets and jsp.
mattias_westerberga at 2007-7-12 19:34:27 > top of Java-index,Java Essentials,Java Programming...
# 5
> I think that tomcat can only run servlets and jsp.Even pure HTML applications
Jamwaa at 2007-7-12 19:34:27 > top of Java-index,Java Essentials,Java Programming...