Daniel, I already had looked at www.caucho.com and had observed that resin uses Servlet 2.2 deployment descriptors, but I thought that could have some way to configure resin to use Servlet 2.3. It seems that I was wrong. So, I fixed the problem using 'resource-ref' tag.
Thanks for help. Best regards, Marcelo -----Mensagem original----- De: Daniel H. F. e Silva [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 12 de fevereiro de 2003 08:11 Para: Struts Users Mailing List Assunto: Re: RES: [OT] Resin 2.1.6 doesn't like resource-env-ref Hi all, Take a look at this : http://www.caucho.com/resin/ref/app-config.xtp First paragraph says that "Resin HTTP configuration follows the Servlet 2.2 deployment descriptors". Best regards, Daniel. --- Marcelo Aita Riss <[EMAIL PROTECTED]> wrote: > Hi Sri, > > I'm having the same trouble here. Seems to me that it's a resin problem. I > have tried to search some help to fix this problem at www.caucho.com, but > have found nothing until now. You are right about web-app_2_3.dtd, but I > have a web-app_2_2.dtd copy that do not have any reference to a > 'resource-env-ref'. I think that resin 2.1.6 use 2_2 to validate web.xml. > The servlet 2.3 specification file (a pdf file) shows both versions (2.2 and > 2.3). If you look at version 2.2 there is no reference to 'resource-env-ref' > too. I have no solution to fix this yet. If you find a solution, let me to > know. > > I hope it helps, > > Marcelo > > > > -----Mensagem original----- > De: Sri Sankaran [mailto:[EMAIL PROTECTED]] > Enviada em: terca-feira, 11 de fevereiro de 2003 17:42 > Para: Struts-User > Assunto: [OT] Resin 2.1.6 doesn't like resource-env-ref > > > I am having trouble deploying to Resin 2.1.6. When I try to access the > application URL, I get the response: > > 500 Servlet Exception > C:\resin-2.1.6\webapps\qs\WEB-INF\web.xml:102: unknown element unknown > element `resource-env-ref' in web-app > > I checked the web-app_2_3.dtd and resource-env-ref *is* allowed. > > Any thoughts on resolving this matter? > > Sri > P.S. > Resin 2.1.6 is a servlet 2.3 and JSP 1.2 engine > P.P.S > Tomcat 4.1.18 doesn't have any such heartache with my web.xml > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

