RE: Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
the errors so I kept using old classes instead of the new ones and thats why the cast exception appear. Thanks again for the help Claudio Veas ---Original Message--- From: GB Developer Date: 06/19/06 18:55:28 To: 'Tomcat Users List' Subject: RE: Interfaces and cast problems

Interfaces and cast problems in Tomcat

2006-06-19 Thread Claudio Veas
Hello my name is Claudio Veas Im very new in tomcat develop and I was trying to use an interface to implement a cache. I make all the objects that I wanted to keep in memory implement "cacheable" interface so I could insert them into a Vector and then minimize the timing when looking fo

Re: JSP with use beans calls do not work

2006-02-25 Thread Claudio Veas
lease post your jsp code?   umesh   On 2/24/06, Claudio Veas <[EMAIL PROTECTED]> wrote: > > Hello list, I m really new to tomcat ,I have the following problem > recently > I tried to resume my practices on JSP on my tomcat server but I seem to > have > a problem and I do not

JSP with use beans calls do not work

2006-02-24 Thread Claudio Veas
Foundation\Tomcat 5.5\common\classes Anyway when they used to work they were in the same place but maybe I have done something wrong that is making the server work wrong or al least not the way I want it to work. Any Ideas will be wellcome thanks for your attention Claudio Veas

Re: login

2006-01-07 Thread Claudio Veas
thanks for the help ill get to it as soon as possible Claudio Veas ---Original Message--- From: Frank W. Zammetti Date: 01/08/06 00:58:13 To: Tomcat Users List Subject: Re: login What you describe is referred to as container-managed security, or J2EE Security. Here is a link I think

login

2006-01-07 Thread Claudio Veas
information about it. Thanks a lot Claudio Veas

inserting data (A weird problem)

2005-12-13 Thread Claudio Veas
Hello, Im trying to insert data in my mysql server with a JSP and a Bean with an example I found in the internet, Im very new to all this but this error I get its really strange. I created a table contacto (contact) in the mysql server, create table contacto (numero int,    

I made it

2005-12-11 Thread Claudio Veas
administrator tells me that my mails are spam thats nota a tomcat question but its about the mailing list. Thanks to all who read my mail. Claudio Veas ---Original Message--- From: Martin Gainty Date: 12/11/05 23:36:59 To: [EMAIL PROTECTED] Cc: Tomcat Users List Subject: Re: I got other

I got other problem

2005-12-11 Thread Claudio Veas
advance Claudio Veas

Problems with my first JSP file

2005-12-11 Thread Claudio Veas
ose();}%>   and this is the output I get When I try to see it I have some experience using the JDBC with mysql and i tried to use the ex.getSQLState() function but I got an error. I really hope you can help me Thanks on advance. Claudio Veas  - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Server.xml

2005-10-17 Thread Claudio Veas
/>      type="javax.mail.Session"/>          mail.smtp.host    localhost          Ill send the updated file also Well I hope you can help me anyway Ill try to continue my practices wi

Re: My first Aproach

2005-10-16 Thread Claudio Veas
my only advantage is that Im doing my researches on Mysql so at least i know a little about that which will help me in learning TOMCAT and JSP for what ive heard. So thanks again and by the way PD is what people of Argentina use to say PS jeje Claudio Veas ---Original Message--- From

My first Aproach

2005-10-16 Thread Claudio Veas
Hello my name is Claudio Veas Im from Argentina and I have successfully installed Tomcat 5.0.28 if Im not mistaken. This is the first time with Tomcat so I wanted to ask you people which should be my first step into the world of web applications you know ( JSP, EJB) but ima total newbie in all