Where is Jakarta's common email jar file

2005-04-22 Thread Lorenzo Jiménez
Hi, Do anyone knows where to download latest Jakarta's commons email jar. I tried in Jakarta commons website, but I cannot find it. Thanks, Lorenzo - Si usted no es el destinatario indicado en este mensaje o responsable como

RE: Where is Jakarta's common email jar file

2005-04-22 Thread Lorenzo Jiménez
really want JavaMail from Sun? http://java.sun.com/products/javamail/index.jsp You'll also need Java Activation Framework. --David Lorenzo Jiménez wrote: Hi, Do anyone knows where to download latest Jakarta's commons email jar. I tried in Jakarta commons website, but I cannot find it. Thanks

RE: Problems with DataSourceRealm Tomcat 5.5

2005-04-19 Thread Lorenzo Jiménez
On the web.xml you have also to write down after ther welcome files: resource-ref res-ref-namejdbc/myDB/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth -- optional.if you like -- res-sharing-scopeShareable/res-sharing-scope

RE: [SPAM2] - RE: Problems with DataSourceRealm Tomcat 5.5 - Found word(s) list error in the Text body

2005-04-19 Thread Lorenzo Jiménez
doesn't work. Throws me the same error. Name jdbc not bound in this context Thanks Upendra -Original Message- From: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 1:20 PM To: Tomcat Users List Subject: RE: Problems with DataSourceRealm Tomcat 5.5 Importance

RE: Virtual domain problem

2005-04-18 Thread Lorenzo Jiménez
prefix=revistaperfil_log. timestamp=true/ Context path= docBase=Perfil debug=0/ /Host /Engine Try this and let me know Regards Guru -Original Message- From: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] Sent: 16

How to change a running Tomcat with root user to other user.

2005-04-15 Thread Lorenzo Jiménez
Hi, Today we saw that our Tomcat 5.0.28 had been installed and it is running with the root user. Because is a security hazard, how can I change it to other less dangerous user?, and what privileges needs to have in order to work? Our system is a RedHat 9.0, 2.4.21-20.ELsmp Thanks, Regards,

Virtual domain problem

2005-04-15 Thread Lorenzo Jiménez
Hi, I have one domain www.nacion.com http://www.nacion.com/ and another domain www.revistaperfil.com http://www.revistaperfil.com/ . Both domains land on the same ip. We want to have the apps of nacion.com in webapps directory, and the apps from revistaperfil.com in webapps2. In

RE: Redirect to https://

2005-04-14 Thread Lorenzo Jiménez
I have done that yesterday and it is pretty simple. Just look this web.xml: ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

RE: How can I access a web app only from 443 in Tomcat 5

2005-04-13 Thread Lorenzo Jiménez
Thank you very much! Regards, Lorenzo -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Martes, 12 de Abril de 2005 06:04 p.m. To: Tomcat Users List Subject: Re: How can I access a web app only from 443 in Tomcat 5 On 4/12/05, Lorenzo Jiménez [EMAIL PROTECTED

How can I create a digest password

2005-04-13 Thread Lorenzo Jiménez
Hi, I need help to generate encrypted passwords. Using the Tomcat 5's documentation: C:\java org.apache.catalina.realm.RealmBase -a MD5 mypassd And this is the error message: Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/realm/RealmBase I also checked the

RE: How can I create a digest password - another error

2005-04-13 Thread Lorenzo Jiménez
area. Frankly, I think it's much cleaner to just copy the code to create pw's into one of your own classes. It's only a few lines of code. Just find the realmbase class in the Tomcat source and clone the method. Jerry -Original Message- From: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] Sent

RE: Re[2]: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Lorenzo Jiménez
I followed Tomcat directions and did not worked. I do find this and it worked, just go to http://galatea.com/flashguides/tomcat-ssl-5-unix Lorenzo -Original Message- From: Andrey [mailto:[EMAIL PROTECTED] Sent: Miércoles, 13 de Abril de 2005 11:53 a.m. To: Tomcat Users List Subject:

RE: How can I create a digest password - digest.bat is the key!

2005-04-13 Thread Lorenzo Jiménez
in the DBCP conf files? Is there any documentation about how could we avoid to have the real passwords in these files? Thanks in advance! Alvim -Mensagem original- De: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 13 de abril de 2005 15:04 Para: Tomcat Users List Assunto: RE

Information on a hacked tomcat 5

2005-04-13 Thread Lorenzo Jiménez
Hi, If someone in the net, found out, by any reason, our admin or manager user and password, what resources he can get besides turn on/off the apps, looking tomcat-users.xml? Can he/she get info on the application context.xml like database user and passwords? Can he/she deploy an exe or

RE: Information on a hacked tomcat 5

2005-04-13 Thread Lorenzo Jiménez
sensitive apps (admin, manager + any of your own) - configure a security manager and then test your configuration to make sure it does what you think it does. Depending on your OS there may be other things you can do to isolate the tomcat process from the rest of the box. Mark Lorenzo Jiménez wrote

RE: How can I create a digest password - digest.bat is the key! - Found word(s) list error in the Text body

2005-04-13 Thread Lorenzo Jiménez
value%$#I(#)$/value /parameter (...) /ResourceParams -Mensagem original- De: Lorenzo Jiménez [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 13 de abril de 2005 17:13 Para: Tomcat Users List Assunto: RE: How can I create a digest password - digest.bat is the key! Prioridade

How can I access a web app only from 443 in Tomcat 5

2005-04-12 Thread Lorenzo Jiménez
Hi, I am trying to make my webapp to only be available thru port 443 in Tomcat 5. Can I do it in context.xml or need a further config on server.xml or web.xml? Thanks a lot! Lorenzo - Si usted no es el destinatario indicado en este