After a quick look at Oracle's product description I found that Oracle9i JDeveloper supports JSP 1.1 and Servlet 2.2. You need a container that supports JSP 1.2 in order to have the JSTL examples work properly.
The latest version of SunOne Studio (formerly Forte) has JSTL already supported and integrated in the tool: http://wwws.sun.com/software/sundev/index.html You can also checkout Netbeans, an open source IDE with JSP 1.2 support: http://www.netbeans.org Justy Robert Kuhar wrote: >I'm trying to get the Examples project working in my JDeveloper9i IDE >and am having difficulty. The IDE somehow takes exception to the >web.xml file. > >Error(1): oracle.xml.parser.v2.XMLParseException: Invalid element >'listener' in content of 'web-app', expected elements '[distributable, >context-param, servlet, servlet-mapping, blah...blah...blah' > >Has anyone got the standard-examples.war file to run under >JDevelolper9i and, if so, how? > >Bob > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>