When startup tomcat this message appears
Starting service Tomcat-Standalone
Apache Tomcat/4.0.3
ERROR reading java.io.ByteArrayInputStream@5bdc50
At Line 21 /web-app/security-constraint/
Starting service Tomcat-Apache
Apache Tomcat/4.0.3
I've been trying to protect a directory with memory
realms, here is mi web.xml, thanks for any help`
web.xml
<web-app>
<display-name>Libreria PDF</display-name>
<description>Developed by Fred Lankovich
</description>
<session-config>
<session-timeout>30</session-timeout>
</session-config>
<security-constraint>
<web-resource-collection>
<web-resource-name>Libreria
PDF</web-resource-name>
<url-pattern>admin/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>pdfuser</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>BASIC</auth-method>
<real-name>Libreria PDF</realm-name>
</login-config>
</web-app>
_________________________________________________________
Do You Yahoo!?
Informaci�n de Estados Unidos y Am�rica Latina, en Yahoo! Noticias.
Vis�tanos en http://noticias.espanol.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>