I am getting a Exception printed out to catalina.out.

org.xml.sax.SAXParseException

it is complaining about the format of my web.xml from what I can gather,
but I see nothing wrong.

So here it is

<web-app>
  <resource-ref>
    <description>postgreSQL Datasource example</description>
    <res-ref-name>jdbc/larco</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
  </resource-ref>
  <servlet>
    <servlet-name>itemaction</servlet-name>
    <servlet-class>itemaction</servlet-class>
  </servlet>
  <servlet-mapping>
    <servlet-name>itemaction</servlet-name>
    <url-pattern>/itemaction</url-pattern>
  </servlet-mapping>
</web-app>

Does anyone see anything wrong???



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to