You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "DonS, Choi" <ds...@dreami.co.kr> on 2000/03/20 09:21:08 UTC

http://www.a.com execute servlet(jsp)

I was just install Apache1.3.12 + tomcat
It works fine.

But I want to http://www.a.com  execute a *.jsp file(example index.jsp).
Is it possible?
I don't want redirect URL like  http://www.a.com/index.html -> http://www.a.com/examples/index.jsp

Thanks advance.