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

2008-07-27 Thread Carlos Morales
trlogic:iterate/logic:present I write them here without < > because it's the unic way to see them - Mensaje original De: David Smith <[EMAIL PROTECTED]> Para: Tomcat Users List Enviado: sábado, 26 de julio, 2008 20:38:22 Asunto: Re: javax.servlet.ServletException: C

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

2008-07-26 Thread David Smith
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 tag and then have some error message in a logic:notPrese

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 David Smith
You may want to post plain text or post from another email client. A *lot* of your jsp source is missing from this email. --David Carlos Morales Diego wrote: Hello everyone, Could anyone help me, please? I have this mistake and I don't kow how to fix it: org.apache.jasper.JasperExcepti

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, >

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

2008-07-17 Thread Carlos Morales Diego
va:802) > Date: Thu, 17 Jul 2008 12:47:40 +0300 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: javax.servlet.ServletException: Could not connect to SMTP host: > localhost, port: 25 > > try this .. > props.put("mail.smtp.host","smtp.c

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

2008-07-17 Thread Youssef Mohammed
); > > Store store=s.getStore("pop3"); > store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED] > ","bezos11"); > Transport.send(message); > >store.close(); > > And I don't know. Any advice? > &g

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

2008-07-17 Thread Carlos Morales Diego
"); store.connect("pop.correo.yahoo.es","[EMAIL PROTECTED]","bezos11"); Transport.send(message); store.close(); And I don't know. Any advice? Thanks so much > Subject: RE: javax.servlet.ServletException: Could not connect to SMTP host:

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

2008-07-14 Thread Jonas Wagner
Hello, It looks to me as if you didn't configure any SMTP server. You need to do something like: Properties smtpProperties = new Properties(); smtpProperties.put("mail.smtp.host", "smtp.example.com"); smtpProperties.put("mail.smtp.auth", "true"); // create the mime message Session session =

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

RE: javax.servlet.ServletException

2007-12-30 Thread rameau rameau1982
cause tomcat, using apache, access the index.html file by default. Thank's!> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException> Date: Wed, 26 Dec 2007 09:40:44 -0500> > If you could demonstrate for us> how does the very first

Re: javax.servlet.ServletException

2007-12-26 Thread Martin Gainty
Command.java: request.getSession().setAttribute("message_srv", mms); The view language can be compared to .jsp Thanl's for any help > Date: Mon, 24 Dec 2007 10:10:17 -0500> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException>

RE: javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
age_srv", mms); The view language can be compared to .jsp Thanl's for any help > Date: Mon, 24 Dec 2007 10:10:17 -0500> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException> > I'm > looking at your origi

RE: javax.servlet.ServletException

2007-12-26 Thread rameau rameau1982
rameau1982 To: users@tomcat.apache.org ; Martin Gainty Sent: Monday, December 24, 2007 8:47 AM Subject: RE: javax.servlet.ServletException I've done this and the problem is still there ... I don't know what to do... To: [EMAIL PROTECTED]: Re: javax.servlet.ServletExceptionDate: S

Re: javax.servlet.ServletException

2007-12-24 Thread David Smith
ecture as you have no input mechamismyour web.xml should contain at least 1 welcome display file such as this input declaration in web.xml Login.html Good LuckM-- - Original Message - From: rameau rameau1982 To: [EMAIL PROTECTED] Se

RE: javax.servlet.ServletException

2007-12-24 Thread rameau rameau1982
mechamismyour web.xml should contain at least 1 welcome display file such as this input declaration in web.xml Login.html Good LuckM-- - Original Message - From: rameau rameau1982 To: [EMAIL PROTECTED] Sent: Sunday, December 23, 2007 6:00

RE: javax.servlet.ServletException

2007-12-23 Thread rameau rameau1982
> Date: Sun, 23 Dec 2007 14:22:22 -0800> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException> > Hi> > > The error is showing as:> > .EvalException: Undefined property 'name' on > target> You have

Re: javax.servlet.ServletException

2007-12-23 Thread Alan Chaney
Hi The error is showing as: .EvalException: Undefined property 'name' on target You have a loop with: ${user.name}' I don't understand something - I would have expected srv.userListToSend which would have mapped to a method something like: List getUserListToSend() { List users .

RE: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
you'll also need the controller.xml and the web.xml> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException: Cannot execute view page '/mail.view'> Date: Sun, 23 Dec 2007 10:41:18 -0500> > please display all relevan

RE: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread rameau rameau1982
ok, here it goes the java sources if you need other java sources tell me> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: javax.servlet.ServletException: Cannot execute view page '/mail.view'> Date: Sun, 23 Dec 2007 10:41:18 -0500> > please disp

Re: javax.servlet.ServletException: Cannot execute view page '/mail.view'

2007-12-23 Thread Martin Gainty
please display all relevant java source files Bon Chance/ M-- - Original Message - From: "rameau rameau1982" <[EMAIL PROTECTED]> To: Sent: Sunday, December 23, 2007 6:28 AM Subject: javax.servlet.ServletException: Cannot execute view page '/mail.view' Hi! I'm studying at the university

Re: javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld (repost I don't resolve the problem with your reply)

2007-08-02 Thread Hassan Schroeder
On 8/2/07, Fabbris Pierluigi <[EMAIL PROTECTED]> wrote: > javax.servlet.ServletException: Cannot allocate servlet instance for path > /servlet/HelloWorld > *My first servlet in directory classes is:* Uh, well -- this *isn't* a servlet. I'm guessing that's the problem :-) javax.servlet.Servlet i

RE: javax.servlet.ServletException: Cannot allocate servlet instancefor path /servlet/HelloWorld

2007-08-02 Thread Caldarale, Charles R
> From: Fabbris Pierluigi [mailto:[EMAIL PROTECTED] > Subject: javax.servlet.ServletException: Cannot allocate > servlet instancefor path /servlet/HelloWorld > > java.lang.IllegalAccessException: Class > org.apache.catalina.core.StandardWrapper can not access a > member of class HelloWorld wit

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Martin Gainty
king a copy. Thank you. - Original Message - From: "Aurélien Allienne" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 19, 2007 1:09 PM Subject: Re: javax.servlet.ServletException: Java heap space Tha

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Aurélien Allienne <[EMAIL PROTECTED]> wrote: Thank, but tomcat use 64Mb by default. I can do change this parameter? Example: JAVA_OPTS="-server -Xms128m -Xmx384m" catalina.sh (Unix/Linux) or catalina.bat (MS Windows) Additional documents: http://www.google.com/search?sitesear

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Aurélien Allienne
Thank, but tomcat use 64Mb by default. I can do change this parameter?

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Rashmi Rubdi
On 5/18/07, Aurélien Allienne <[EMAIL PROTECTED]> wrote: Hi, I have this error : javax.servlet.ServletException: Java heap space But I can find how I can change this in catalina.sh. Can you have the solution? Here are some memory configuration information: http://tomcat.apache.org/faq/memory