Can you render a file without a .jsp extension as a JSP?

Is it possible to tell a standard Java EE servlet container to interpret and render a file as a JSP even if it doesn't have a .jsp extension? Say I have a file called foo.xyz in the root directory...