I'm using:

<web-app xmlns="http://java.sun.com/xml/ns/javaee";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd "
   version="2.5">

I don't read schemas well. Perhaps if you would be so kind as to explain why it's wrong? Is it because there is more than one <role- name> specified eg it needs to be:

<security-role>
   <role-name>guest1</role-name>
</security-role>
<security-role>
    <role-name>guest2</role-name>
</security-role>


This is what I see in the schema:

http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd

    <xsd:key name="web-app-role-name-key">
      <xsd:annotation>
        <xsd:documentation>
          A role-name-key is specified to allow the references
          from the security-role-refs.
        </xsd:documentation>
      </xsd:annotation>
      <xsd:selector xpath="javaee:security-role"/>
      <xsd:field    xpath="javaee:role-name"/>
    </xsd:key>


Lloyd


On May 4, 2008, at 5:58 AM, Christopher Schultz wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lloyd,

DIGLLOYD INC wrote:
|   <security-role>
|     <role-name>guest1</role-name>
|     <role-name>guest2</role-name>
|   </security-role>

Not sure if Tomcat actually cares, but this is an invalid configuration.
Look at the DTD or Schema (whichever one you are using) again.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgdsvkACgkQ9CaO5/Lv0PA11gCfY+qjBS8Ps/+Oo6euBrtH2XYX
WG8AmwQua1rRdHt8XZ9R59bUvYprX9MG
=zP74
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Lloyd Chambers
http://diglloyd.com

[Mac OS X 10.5.2 Intel, Tomcat 6.0.16]





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to