hello to all,
i'm using an xml editor to edit
geronimo-application.xml
and web.xml
the web.xml has an 'autocomplete' feature, because the xsd is specified
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
i know that there is a geronimo-application-1.1.xsd
but how do i use it like
i'm using the web-app schema location
i tried
http://geronimo.apache.org/xml/ns/j2ee/geronimo-application-1.1.xsd
but the file does not exist.
the question is
xsi:schemaLocation="http://geronimo.apache.org/xml/ns/j2ee/application-1.1
xxxxxx"
what should i put instead of xxxxxx?
|