Re: j_security_check

2008-08-06 Thread Carlos Morales
In my conf folder inside of my Tomcat directory in my server.xml I have this:       - Mensaje original De: Carlos Morales <[EMAIL PROTECTED]> Para: Tomcat Users List Enviado: miércoles, 6 de agosto, 2008 19:52:36 Asunto: Re: j_security_check I have my login and passw

Re: j_security_check

2008-08-06 Thread Carlos Morales
unto: Re: j_security_check -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carlos, Carlos Morales wrote: | I'm having problems with j_security_check because when I try to log | in my login.jsp it doesn't work and I don't know why. Care to elaborate? - -chris -BEGIN PGP SIGNATURE

j_security_check

2008-08-06 Thread Carlos Morales
Hello all, I'm having problems with j_security_check because when I try to log in my login.jsp it doesn't work and I don't know why. Here is my web.xml : < ?xml version="1.0" encoding="UTF-8"? > http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="

Re: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-27 Thread Carlos Morales
annot find bean usersList in scope request Ok ... your email client is weird in how it put's html in, but that's a different subject.  The stack trace indicates that logic:iterate can't find the collection you stored in "usersList".  You could wrap the whole table in logic:present

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-26 Thread Carlos Morales
I hope this time sources work and you can see them: The mistake is this one: org.apache.jasper.JasperException: Cannot find bean usersList in scope request org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510) org.apache.jasper.servlet.JspServl

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
The jsp file is this one: I write in a comment because if not you can't see it > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: javax.servlet.ServletException: Cannot find bean usersList in scope > request > Date: Fri, 25 Jul 2008 17:40:53 + > > > > Hello everyone, >

javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
Hello everyone, Could anyone help me, please? I have this mistake and I don't kow how to fix it: org.apache.jasper.JasperException: Exception in JSP: /web_adminContent.jsp:23 20: Users Name 21: Country 22: 23: 24: 25: "> 26: Stacktrace: org.apache.jasper.servlet.JspServletW

RE: javax.mail.AuthenticationFailedException

2008-07-22 Thread Carlos Morales Diego
To: > users@tomcat.apache.org> Subject: Re: > javax.mail.AuthenticationFailedException> > I don't use Yahoo! email so take > this with a grain of salt, but this > error looks pretty clear cut to me. > Yahoo's SMTP server wants username > and password, but yo

javax.mail.AuthenticationFailedException

2008-07-22 Thread Carlos Morales Diego
Hello all, Could anyone help me, please?, I've been trying to solve this mistake but it's impossible and I don't know what I can do. This is the mistake: org.apache.jasper.JasperException: Exception in JSP: /sendmail.jsp:25 22: 23: Store store=s.getStore("pop3"); 24: store.conne

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
orreo.yahoo.es"); > props.put("mail.smtp.port","25"); > props.put("mail.smtp.auth", "true"); > > > On Thu, Jul 17, 2008 at 12:41 PM, Carlos Morales Diego < > [EMAIL PROTECTED]> wrote: > >> >> >> Hello Jonas, &g

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
Hello Jonas, I still have the same mistake, so I don't know, this is my code Properties props=new Properties(); props.put("correo.smtp.host","smtp.correo.yahoo.es"); props.put("correo.smtp.port","25"); props.put("correo.smtp.auth", "true"); Session s=Session.get

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
This is the source Mail has been sent Compruebe bandeja de entrada Mail has been sent Pulse aquí para enviar otro -- > From: [EMAIL PROTECTED] > To: users@tomcat.apa

javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
Hey all, I'm having problems with Javamail and I don't know why, the trace of the mistake is this one: org.apache.jasper.JasperException: Exception in JSP: /sendmail.jsp:22 19: Store store=s.getStore("pop3"); 20: store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED]","bezos11"); 21

RE: org.apache.jasper.JasperException: Cannot find bean usersList in scope request

2008-07-12 Thread Carlos Morales Diego
web_adminContent.jsp is: Users Management page : Passport Users Name Country "> Thanks > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: org.apache.jasper.JasperException: Cannot find bean usersList in >

org.apache.jasper.JasperException: Cannot find bean usersList in scope request

2008-07-12 Thread Carlos Morales Diego
Hey all, Could anyone help me, please?. I have the next mistake and I'm trying to fix it but I don't achieve it. This is the mistake: excepción org.apache.jasper.JasperException: Cannot find bean usersList in scope request org.apache.jasper.servlet.JspServletWrapper.handleJspExcepti

org.apache.jasper.JasperException: Cannot find bean usersList in scope request

2008-07-12 Thread Carlos Morales Diego
Hello everyone, I have the next problem with my JSP files. I have the next mistake and I don't know how to fix it: excepción org.apache.jasper.JasperException: Cannot find bean usersList in scope request org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapp