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