RES: ClassNotFoundException - common/lib works, shared/lib gets exception

2005-09-12 Thread Paulo Alvim
Hi Rich, Did you have any answer? I'm with the same problem using TC559... -Mensagem original- De: Rich Mayfield [mailto:[EMAIL PROTECTED] Enviada em: sabado, 7 de maio de 2005 14:53 Para: tomcat-user@jakarta.apache.org Assunto: ClassNotFoundException - common/lib works, shared/lib gets

better profiler for tomcat

2005-07-21 Thread Paulo Alvim
Hi! What'd be the best Open-Source option for Tomcat profiling? Thanks in advance... Alvim. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RAM limity

2005-07-21 Thread Paulo Alvim
Hi, I'm using TC559 and JVM 1.5.x with Win2003 / 2GB RAM. I'd like upgrade to 4GB RAM...is there any JVM or Tomcat limit here? Thanks in advance! Paulo Alvim Powerlogic - Brazil - To unsubscribe, e-mail: [EMAIL PROTECTED

RES: RES: Nervous about Sessions ...

2005-04-29 Thread Paulo Alvim
Hi, TC 5.5.9 also crashes (not-serializable attribute in the session) when we try to put a List in the session this way: request.getSession().setAtrribute(myList,l.subList(pos,l.size()); -Mensagem original- De: Paulo Alvim [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 27 de abril

Non-serializable attribute error after migrating from TC5.0.28 to TC.5.5.9

2005-04-27 Thread Paulo Alvim
...what would be the approach for this case? form-property name=arquivoAnexadoPlc type=org.apache.struts.upload.FormFile/ Thanks in advance! Paulo Alvim Powerlogic Brazil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RES: Nervous about Sessions ...

2005-04-27 Thread Paulo Alvim
Hi Frank, I think this post is related to mine: We had a few non-serializable objects stored in session in TC 5.0.28 but after migrating the app TC 5.5.9 is throwing java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute. ...when we try to put a non-serializable in the

RES: Nervous about Sessions ...

2005-04-27 Thread Paulo Alvim
Ok Jay, But what about this JSTL recommendation: (...) javax.servlet.jsp.jstl.fmt.LocalizationContext lc = new javax.servlet.jsp.jstl.fmt.LocalizationContext(bundle); // This code just sets the lc variable - not serializable in the session object

deployer always deploying context.xml

2005-04-27 Thread Paulo Alvim
Hi! We are using Tomcat Deployer with TC528 and trying to make it work without include the context.xml into the WAR. Since we have a WAR as a product, we can't define SGBD connection pooling information in advance...and it seems to be the way J2EE should work (context.xml as a deployment time

RES: RES: Nervous about Sessions ...

2005-04-27 Thread Paulo Alvim
! ;-) PS But I think that this change will cause many problems to Tomcat Users...maybe this check should be a server.xml option. -Mensagem original- De: Will Hartung [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 27 de abril de 2005 15:48 Para: Tomcat Users List; [EMAIL PROTECTED]; Paulo

RES: Memory Leak Solved

2005-04-15 Thread Paulo Alvim
The Introspector.flushCaches(); in the contextDestroyed wasn't enough for us... How should we use the 'swallowOutput'? We've tried this way without results: Context displayName=eCompany 3.0 docBase=/eprj path=eprj.war privileged=true swallowOutput=false (...) Trond,

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

2005-04-14 Thread Paulo Alvim
passwords? Doug - Original Message - From: Paulo Alvim [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, April 13, 2005 7:00 PM Subject: RES: RES: How can I create a digest password - digest.bat is the key! Ok, thank you, I didn't think that it would

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

2005-04-13 Thread Paulo Alvim
Hi, I don't know if it's your objective but is it possible to use MD5 to encode passwords 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

RES: RES: JVM' sperm size always increase after hot deploy to tomcat 5.0.28

2005-04-13 Thread Paulo Alvim
Hi! Anyone could tell us if TC 5.5.x has improvements in the JVM's perm memory area management? -Mensagem original- De: Paulo Alvim [mailto:[EMAIL PROTECTED] Enviada em: sábado, 9 de abril de 2005 14:53 Para: Tomcat Users List Assunto: RES: RES: JVM' sperm size always increase after hot

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

2005-04-13 Thread Paulo Alvim
that is in the tomcat/bin directory. This worked perfectly! Thanks again, Regards, Lorenzo Jimenez -Original Message- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Miércoles, 13 de Abril de 2005 02:01 p.m. To: Tomcat Users List Subject: [SPAM2] - RES: How can I create a digest

RES: 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 Paulo Alvim
? Thanks again, Lorenzo -Original Message- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Miércoles, 13 de Abril de 2005 02:59 p.m. To: Tomcat Users List Subject: [SPAM2] - RES: How can I create a digest password - digest.bat is the key! - Found word(s) list error in the Text body

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

2005-04-13 Thread Paulo Alvim
feature of a hash is its one way nature. Also, if Tomcat could get the password from the hash so could any attacker. Mark Paulo Alvim wrote: Lorenzo, Are you using the DBCP JDBC connection pooling (with that configuration files in the conf/catalina/localhost)? We'd like to know if your approach

RES: RES: JVM' sperm size always increase after hot deploy to tomcat 5.0.28

2005-04-09 Thread Paulo Alvim
recommend that because it has improvements in this area? -Mensagem original- De: Michael Echerer [mailto:[EMAIL PROTECTED] Enviada em: sábado, 9 de abril de 2005 07:23 Para: Tomcat Users List Assunto: Re: RES: JVM' sperm size always increase after hot deploy to tomcat 5.0.28 Paulo Alvim

RES: JVM' sperm size always increase after hot deploy to tomcat 5.0.28

2005-04-08 Thread Paulo Alvim
to tomcat 5.0.28 Hi, I'm afraid the subject of this post caused it to go to my spam box, :- L. On Apr 8, 2005 6:18 AM, Paulo Alvim [EMAIL PROTECTED] wrote: Hi, We had a war file with about 30MB using JSP pre-compilation and hot deploy as suggested in the Tomcat web-site. But after using the hot

JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Paulo Alvim
(maybe about TC class loaders or perm area)? Is there anyone with the same problem? Thanks in advance! Paulo Alvim Powerlogic Brazil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RES: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Paulo Alvim
to tomcat 5.0.28 Yes, this is a well known problem with redeploying wars in Tomcat. We have to shutdown and restart the Tomcat server periodically after redeploying a number of times. It's a memory leak. On Apr 7, 2005, at 1:48 PM, Paulo Alvim wrote: Hi, We had a war file with about 30MB using JSP

1.5 settings with Tomcat 5.28

2005-03-30 Thread Paulo Alvim
Hi, Is there any documentation related to JVM 1.5 settings for Tomcat 5.0.28 (or any other versions)? (ex: how to configure -server as service, memory pools, best GC strategy, etc...) Thanks! Alvim - To unsubscribe, e-mail:

RES: [SPAM_EMAIL] - Simulating SilverStream setEnableHistoryFixup() API - Email has different SMTP TO: and MIME TO: fields in the email addresses

2005-03-28 Thread Paulo Alvim
This kind of history fixup would be very helpfull for our project too... Have you already tried to get the related SilverStream javascript code? -Mensagem original- De: Pradeep Chauhan [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 28 de março de 2005 05:54 Para: Tomcat Users List;

RES: commons-fileupload memory problem

2005-03-24 Thread Paulo Alvim
others...our request was consuming 20MB! We don't know the reason yet...so we had to isolate the FormFile field in a separated web-page...maybe we could use two form in the same page with the same result. Paulo Alvim Powerlogic - Brazil -Mensagem original- De: Elihu Smails [mailto:[EMAIL

integrated login between servers

2004-12-16 Thread Paulo Alvim
the session cookie and send it to the user in the url using redirect...but it's just a first idea. Is there any other (maybe more elegant) way? Anyone has already tried this before? Will it work? Thanks in advance! Paulo Alvim Powerlogic - Brazil

timeout + SingleSignOn + pre-compiled JSPs

2004-12-03 Thread Paulo Alvim
... Is there anyone with the same problem? Is it possible to get into timeout problems using WAR instead of files? Thanks in advance... Paulo Alvim Powerlogic - Brazil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RES: [java] Re: FW: Tomcat 5 notably slower than tomcat 4

2004-12-03 Thread Paulo Alvim
If you don't pre-compile your JSPs: We had this kind of problem related to lowercase web-inf in our JSPs tag-lib headers...TC5 always regenerates and recompiles JSP that aren't declared using uppercase WEB-INF... if you have only one Tile with lowercase web-inf it's enough to serious performance

RES: [java] RE: bug JDBC Real with CLIENT-CERT

2004-12-01 Thread Paulo Alvim
authentication in the same application, right? Do you know any better workaround? Paulo Alvim. -Mensagem original- De: Mark Thomas [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 1 de dezembro de 2004 16:43 Para: 'Tomcat Users List' Assunto: RE: [java] RE: bug JDBC Real with CLIENT-CERT I

RES: [java] RE: bug JDBC Real with CLIENT-CERT

2004-11-30 Thread Paulo Alvim
haven't done anything with or even tested if CLIENT-CERT will work with) Mark -Original Message- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 9:47 PM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RES: [java] RE: bug JDBC Real with CLIENT-CERT

bug JDBC Real with CLIENT-CERT

2004-11-29 Thread Paulo Alvim
links: http://issues.apache.org/bugzilla/show_bug.cgi?id=30352 http://www.junlu.com/msg/43156.html Anyone could update that information? Is there any fix or patchs in Tomcat 5.0.28? I'll need to use it with JDBCRealm and with LDAP (Active Directory)... Thanks a lot! Paulo Alvim Powerlogic

RES: [java] RE: bug JDBC Real with CLIENT-CERT

2004-11-29 Thread Paulo Alvim
I committed some patches to support CLIENT-CERT to 5.5.x recently. Should be in the next release. If you want them now, you can always grab them from CVS. Mark -Original Message- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 4:02 PM To: Tomcat Users

RES: [work] CLIENT-CERT

2004-11-27 Thread Paulo Alvim
Hi, The questions are: 1. Is it possible to use two authentication methods (FORM and CLIENT_CERT) in the same J2EE application? 2. If so, how could we do it in Tomcat 5.0.19? Thanks in advance! Paulo Alvim/Raphael Powerlogic - Brazil -Mensagem original- De: Raphael Gallo [mailto

RES: RES: [java] RE: http-https url rewrite bug TC 5.0.28?

2004-11-16 Thread Paulo Alvim
... Paulo -Mensagem original- De: Steven J.Owens [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 15 de novembro de 2004 23:39 Para: Tomcat Users List Assunto: Re: RES: [java] RE: http-https url rewrite bug TC 5.0.28? On Mon, Nov 15, 2004 at 05:13:21PM -0300, Paulo Alvim wrote: I have

RES: [java] RE: http-https url rewrite bug TC 5.0.28?

2004-11-15 Thread Paulo Alvim
Hi Yoav, I have a similar problem: I'd like to use https only with the login.jsp page and come back to http after that. Could you explain why it isn't possible? -Mensagem original- De: Shapira, Yoav [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 15 de novembro de 2004 12:24 Para:

RES: [work] RE: tomcat 5, Tiles and encoding

2004-04-16 Thread Paulo Alvim
] RE: tomcat 5, Tiles and encoding Hi, did you get this one figured out yet? If it's on a form, you might want to try method=posted and enctype=multipart/form-data. -Yan -Original Message- From: Paulo Alvim [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 9:11 AM To: [EMAIL

reload TC5.0.19 x TC 4.124

2004-04-16 Thread Paulo Alvim
Hi! I've just migrated to TC 5.0.19 and I had TC4 configured to reload my apps based on web.xml changes...since this isn't the default in TC 5.0.19 anymore, anyone knows how to make this configuration? Thanks in advance Paulo Alvim

tomcat 5, Tiles and encoding

2004-04-12 Thread Paulo Alvim
/thread.jsp?forum=45thread=495792) and since I use Tiles and Tiles uses RequestDispatcher.include calls to include markup jsp components in layouts, I'm trying this way...but the labels in my page are ok - just my posted data have the problem. Is there anyone with the same issue? Thanks in advance! Paulo