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/03 15:23:20 UTC

problems with Jasper in Tomcat-4.1.24

 Hello folks, i trying to compile some JSP pages from command line, but i
getting these messages from it:

D:\desenv\osctrl\build>java org.apache.jasper.JspC -d . -p org.apache
-uriroot /desenv -webapp ../osctrl
error:org.apache.jasper.JasperException: The -uriroot option must specify a
pre-
existing directory
        at org.apache.jasper.JspC.execute(JspC.java:769)
        at org.apache.jasper.JspC.main(JspC.java:823)


	I already replaced my uriroot for a real path in my filesystem and a
completely non-existing
directory, what must i do?

	Regards,
	Edson