You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Edson Alves Pereira <ea...@panamericano.com.br> on 2003/12/22 14:22:57 UTC

alias and JspC

	Hello folks, i´d like to know how can i define a alias for my JSP
pages, for example usually we do:

	http://localhost/my-webapp/jsp/hello.jsp

	How can i make ant´s jspc tag build my JSP pages with /jsp as a
default alias instead of / ( this infact isn´t a alias just a name before
JSP page, but you got the idea )?

	Regards,
	Edson