Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
Hi. I need to send an email using a servlet (Tomcat 4.1 / Debian 3.1), but when I send the form from the jsp page that call the servlet, i get this exception: javax.servlet.ServletException: Servlet execution threw an exception at

Re: Sending mail with JavaMail

2005-10-07 Thread David Tonhofer, m-plify S.A.
Did you add the Java Activation Famework jar to your WEB-INF/lib? Check this out: http://java.sun.com/products/javabeans/glasgow/jaf.html --On Friday, October 07, 2005 9:33 AM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: Hi. I need to send an email using a servlet (Tomcat 4.1 / Debian

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
David Tonhofer, m-plify S.A. wrote: Did you add the Java Activation Famework jar to your WEB-INF/lib? Check this out: http://java.sun.com/products/javabeans/glasgow/jaf.html Yes, activation.jar and mail.jar are placed both in /WEB-INF/lib. I forget to comment it. Sorry. --

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
The doPost exception is in the line 63 of the servlet, which is: --- MimeMessage message = new MimeMessage(s); --- -- /*** * Andrés Reyes ( [EMAIL PROTECTED] ) * TCOR Desarrollos y Sistemas, S.L. * Teléfono: 957 76 42 48 * Fax : 957 76 42 49

Re: Sending mail with JavaMail

2005-10-07 Thread Mikolaj Rydzewski
Andrés Reyes wrote: Yes, activation.jar and mail.jar are placed both in /WEB-INF/lib. Try to put them in tomcat's common/lib. It works for me. -- Mikolaj Rydzewski [EMAIL PROTECTED] Becomo S.A. tel. (12) 2927104 - To

Re: Sending mail with JavaMail [255611:132100]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Mikolaj Rydzewski

Re: Sending mail with JavaMail

2005-10-07 Thread David Tonhofer, m-plify S.A.
Confirmation: I have them in common/lib, too. If the mail.jar is in common/lib, then the jaf.jar must *also* be in common/lib. --On Friday, October 07, 2005 11:15 AM +0200 Mikolaj Rydzewski [EMAIL PROTECTED] wrote: Andrés Reyes wrote: Yes, activation.jar and mail.jar are placed both in

Re: Sending mail with JavaMail [255621:132113]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: David Tonhofer,

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
I have them both in /tomcat4/common/lib and included in the CLASSPATH and the servlet doesn't work (the same javax/activation/datasource exception in the line which MimeMessage is initialized). David Tonhofer, m-plify S.A. wrote: Confirmation: I have them in common/lib, too. If the mail.jar

apache virtual hosting + server.xml + context

2005-10-07 Thread gianni dalmasso
hi list, i have a problem. i have apache 2.0 + tomcat 5.5. i have N name based virtual hosts on the same machine managed by apache; some of them need to use tomcat (have jsp pages and servlets...) if i set a server.xml of tomcat with several hosts, and every host has ist context -- it's ok ( but

RE: apache virtual hosting + server.xml + context [255643:132138]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: gianni dalmasso

Re: Sending mail with JavaMail

2005-10-07 Thread Giuseppe Briotti
== Date: Fri, 07 Oct 2005 11:46:45 +0200 From: =?ISO-8859-1?Q?Andr=E9s_Reyes?= [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Sending mail with JavaMail == I have them both in /tomcat4/common/lib and

Re: Sending mail with JavaMail [255646:132140]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Giuseppe Briotti

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
activation.jar and mail.jar are placed both in /common/lib, and in /WEB-INF/lib (and also in JAVA_HOME/lib) ¿Any other place? ;) ¿Maybe the error be in activation.jar itself? ( I want to believe that it isn't :( ). Thanks for your answers. Giuseppe Briotti wrote:

Re: Sending mail with JavaMail [255649:132143]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Andrés Reyes

Re: Sending mail with JavaMail

2005-10-07 Thread Leon Rosenberg
On 10/7/05, Andrés Reyes [EMAIL PROTECTED] wrote: activation.jar and mail.jar are placed both in /common/lib, and in /WEB-INF/lib (and also in JAVA_HOME/lib) ¿Any other place? ;) ¿Maybe the error be in activation.jar itself? ( I want to believe that it isn't :( ). Hmm... unlikely... but

Re: Sending mail with JavaMail [255655:132155]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Leon Rosenberg

Re: Sending mail with JavaMail

2005-10-07 Thread David Tonhofer, m-plify S.A.
Looks like the usual Tomcat classloader hierarchy SNAFU. Try with ONLY in tomcat/common/lib. --On Friday, October 07, 2005 12:04 PM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: activation.jar and mail.jar are placed both in /common/lib, and in /WEB-INF/lib (and also in JAVA_HOME/lib) ¿Any

common\lib and shared\lib in tomcat embedded

2005-10-07 Thread Giuseppe Briotti
We are using tomcat 4.1.29 embedded in jboss 3.2.3. It is possible to know how common\lib and shared\lib of stand-alone tomcat are mapped in tomcat embedded? TIA G. -- Giuseppe Briotti [EMAIL PROTECTED] Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil

Re: Sending mail with JavaMail [255658:132158]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: David Tonhofer,

Re: Sending mail with JavaMail

2005-10-07 Thread Giuseppe Briotti
== Date: Fri, 07 Oct 2005 12:04:37 +0200 From: =?ISO-8859-1?Q?Andr=E9s_Reyes?= [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: Sending mail with JavaMail == activation.jar and mail.jar are placed both in

Re: Sending mail with JavaMail [255664:132162]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Giuseppe Briotti

Re: Sending mail with JavaMail

2005-10-07 Thread Andrés Reyes
It doesn't work. David Tonhofer, m-plify S.A. wrote: Looks like the usual Tomcat classloader hierarchy SNAFU. Try with ONLY in tomcat/common/lib. --On Friday, October 07, 2005 12:04 PM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: activation.jar and mail.jar are placed both in /common/lib,

Re: Sending mail with JavaMail

2005-10-07 Thread David Tonhofer, m-plify S.A.
--On Friday, October 07, 2005 1:08 PM +0200 Andrés Reyes [EMAIL PROTECTED] wrote: It doesn't work. No way??? Back to basics: find all the places where mail.jar is in this hierarchy of classloaders. Make sure there is only one. Make sure that jaf.jar is at the same level or above it.

Re: Sending mail with JavaMail [255704:132206]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: David Tonhofer,

Q: Why Tomcat return me a OLD version of my doc.jar in an Applet ?

2005-10-07 Thread Amadeo Alonso
Hi list: I apologize me last (first) email to the list with faults on date and form Thanks to Mark Thomas for your explanations. The problem I attempt to solve is the next: When I demand the page 'http://expresiongrafica.caminos.upm.es/PAU/AppletDoc.html', which has an Applet with a

RE: Q: Why Tomcat return me a OLD version of my doc.jar in an Applet ? [255718:132221]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Amadeo Alonso

JspC exception with log4j in WEB-INF/lib

2005-10-07 Thread Artur Brinkmann
I'm trying to use the Jspc ant task to precompile JSP pages. It's almost working except for one problem. I made a minimal webapp, with the usual structure, and just one empty JSP file. The task runs fine and compiles the JSP without problems. But as soon as I put log4j-1.2.9.jar into my

RE: JspC exception with log4j in WEB-INF/lib [255729:132231]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Artur Brinkmann

RE: Sending mail with JavaMail (UNCLASSIFIED)

2005-10-07 Thread Samara, Fadi N Mr ACSIM/ASPEX
Classification: UNCLASSIFIED Caveats: NONE Are you including your JAR files your BUILD.XML classpath ? -Original Message- From: David Tonhofer, m-plify S.A. [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 6:25 AM To: Tomcat Users List Subject: Re: Sending mail with JavaMail

RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Leon Rosenberg
can someone please remove this email from the list? It's kindof nerving... thanx leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Arup Vidyerthy
Why don't you use your eyes and read the bottom of the email. Or is that too difficult? -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 15:39 To: Tomcat Users List Subject: RTE - Meridian Club [EMAIL PROTECTED] can someone please remove this

RE: RTE - Meridian Club [EMAIL PROTECTED] [255758:132268]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Leon Rosenberg

RE: RTE - Meridian Club [EMAIL PROTECTED] [255760:132270]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Arup Vidyerthy

Re: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Leon Rosenberg
On 10/7/05, Arup Vidyerthy [EMAIL PROTECTED] wrote: Why don't you use your eyes and read the bottom of the email. Or is that too difficult? Hae? Leon -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 15:39 To: Tomcat Users List Subject: RTE -

RE: [OT] How much RAM can java use

2005-10-07 Thread Edmon Begoli
I asked this same question Cameron Purdy, CEO of Tangosol (maker of a leading Java cache product) this question during the TheServerSide this year. His business is all about optimal use of the allocated heap space, and that His recommendation was to use up to 512 MB of heap space to minimize

Re: RTE - Meridian Club [EMAIL PROTECTED] [255766:132280]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Leon Rosenberg

RE: [OT] How much RAM can java use [255767:132281]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Edmon Begoli

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
I think Arup thought that you wanted to be removed from this list. I'm pretty sure you meant for the Meridian Club Auto-response message to be blocked. I would second the motion to block the Meridian Club messages. Whoever the original poster was, I forgot, should use a different account to

RE: RTE - Meridian Club [EMAIL PROTECTED] [255776:132291]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: David Short

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread GB Developer
-Original Message- From: David Short [mailto:[EMAIL PROTECTED] Arup needs to work on his social skills. We're all here trying to help each other, not to attack each other. but... at least he likes donuts. So he can't be all that bad. ;) On 10/7/05, Arup Vidyerthy [EMAIL

RE: RTE - Meridian Club [EMAIL PROTECTED] [255778:132294]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: GB Developer

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
Well, it is Friday morning...at least here in the US. It looks like Happy Hour in the UK...now that's what I'm talking about! -Original Message- From: GB Developer [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 8:05 AM To: 'Tomcat Users List' Subject: RE: RTE - Meridian Club

Continuing Frustration and Misery with Deployer

2005-10-07 Thread Allistair Crossley
Hi List, Honestly, I wish Tomcat web application deployment would be easier/smarter. To pre-empt certain list members from telling me it's my fault, I can assure you my WAR itself is totally 100% no doubts valid. Perhaps it is my method of deploying that is causing the issue, I don't know.

RE: Continuing Frustration and Misery with Deployer [255790:132313]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Allistair

Re: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Glen Mazza
Arup misunderstood Leon's message and thought he lazily wanted others to unsubscribe him. That was his main error. But in fairness to Arup, flames can be called for when people ask to be unsubscribed from a technical mailing list that 1000's of other people are subscribed to. People making

Re: RTE - Meridian Club [EMAIL PROTECTED] [255792:132315]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Glen Mazza [EMAIL

Re: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Leon Rosenberg
However, back to the original point, is there a way to remove autoresponders from the list? I think the list is owned (among others?) by Mark Thomas [EMAIL PROTECTED], so he, or whoever owns the list should be able to remove autoresponders from the list. It's just annoying to adjust the filters

Re: RTE - Meridian Club [EMAIL PROTECTED] [255798:132322]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Leon Rosenberg

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
Hi Glen, Thanks for the analysis. I guess my point was that people (Arup) should fully understand the issue at hand BEFORE flaming someone. I knew exactly what Leon was asking, without much effort. I would imagine that Arup simply perused the message without giving it much thought (he was

RE: RTE - Meridian Club [EMAIL PROTECTED] [255800:132324]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: David Short

RE: Continuing Frustration and Misery with Deployer

2005-10-07 Thread Caldarale, Charles R
From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: Continuing Frustration and Misery with Deployer deploy: [deploy] OK - Deployed application at context path /ROOT So it's deployed OK. I suspect all that means is that it was successfully copied to webapps, but I'm not

RE: Continuing Frustration and Misery with Deployer [255802:132327]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Caldarale,

RE: Continuing Frustration and Misery with Deployer

2005-10-07 Thread Allistair Crossley
Hi, Thanks for your thoughts. I agree, deployed OK certainly does not mean a valid deployment ;) The docs say of docBase The Document Base ... for this web application, or the pathname to the web application archive file (if this web application is being executed directly from the WAR file).

RE: Continuing Frustration and Misery with Deployer [255805:132330]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Allistair

tomcat webdav

2005-10-07 Thread Vineet Chadha
Hi, I am trying to configure webdav to provide web resource to multiple user. For example, inside webdav directory I create multiple user directory ( user1, user2 ,user3 ). I am authenticating users using mysql database ( authentication works fine for single user ( let us say user1) with role

RE: tomcat webdav [255807:132333]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Vineet Chadha

Re: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-07 Thread Marcus Franke
On Thu, Oct 06, 2005 at 06:53:36AM -0700, Rick wrote: Jean-Marc, Actually, without the connectionTimeout set, jk seems to hold on to its connections indefinitely and after a while, the apache to tomcat connection hangs (pages quit serving). Could you tell me which combo of versions you

RE: Continuing Frustration and Misery with Deployer

2005-10-07 Thread Caldarale, Charles R
From: Allistair Crossley [mailto:[EMAIL PROTECTED] Subject: RE: Continuing Frustration and Misery with Deployer The thing is, I do not wish to execute directly from the WAR as that would be inefficient. If you only have classes (as opposed to resource files) I don't think it will make a

Re: [5.5.9] Excessive jk INFO log msgs connection timeout reached [255808:132335]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Marcus Franke

RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-07 Thread Allistair Crossley
Hi, looks like jk is using commons logging, you'll have better success using a log4j or commons-logging properties configuration to set the threshold to ERROR. you may be able to do that in jk's config files too, i am sure there is an error level setting. check out the jk docs. Allistair.

RE: Continuing Frustration and Misery with Deployer [255810:132337]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Caldarale,

RE: Continuing Frustration and Misery with Deployer

2005-10-07 Thread Allistair Crossley
Hi, The thing is, I do not wish to execute directly from the WAR as that would be inefficient. If you only have classes (as opposed to resource files) I don't think it will make a difference. If you do have other resources in there, then yes, expanding the war would probably be

RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached [255811:132338]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Allistair

Executing custom action on deploy

2005-10-07 Thread Matteo Miraz
Hi! I'm writing a web application for tomcat and I have a strange request: I would like to execute an initializing function in order to initialize correctly my applicaiton when it becomes available (deployed into tomcat or tomcat itself is started) I have written such behaviour in a method, so

Can someone remove RTE - Meridian Club [EMAIL PROTECTED] from this list

2005-10-07 Thread Larry Meadors
No, not my email address, I know how to subscribe/unsubscribe, thatnks. This one needs to be removed: RTE - Meridian Club [EMAIL PROTECTED] Please? Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Executing custom action on deploy [255816:132346]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Matteo Miraz

RE: Can someone remove RTE - Meridian Club [EMAIL PROTECTED] from this list [255817:132347]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Larry Meadors

apache question

2005-10-07 Thread peter thesing
Hi All. Perhaps has this question answered in previous mails but i could not find it. I would like to put this question to the list... At home i have 2 webservers running . the one of my partner (iis) on port 80 and mine at port 8000. I would like to continue with Apache2 because it supports

Re: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-07 Thread Marcus Franke
On Thu, Oct 06, 2005 at 09:40:38AM -0700, Rick wrote: Thanks Jean-Marc, After checking over my workers.properties, orginally configured by someone else, it appears to be missing some of the connection timeout handling properties you have listed in yours. I'm guessing this is the root of my

RE: apache question [255819:132349]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: peter thesing

Re: [5.5.9] Excessive jk INFO log msgs connection timeout reached [255820:132350]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Marcus Franke

Re: Embedded Tomcat and SSL?

2005-10-07 Thread lmuxer-mailinglists
I am using Tomcat as standalone and not with Apache. I got it to work after playing with it for a while. You have to set these undocumented properties to get SSL working properly: if (isSSLEnabled) { IntrospectionUtils.setProperty(httpConnector, sslProtocol, TLS);

Re: apache question [255819:132349]

2005-10-07 Thread Lyndon Tiu
Google is your friend. also, to get you started: http://jakarta.apache.org/tomcat/connectors-doc/index.html On Fri, 7 Oct 2005 17:39:34 0100 tomcat-user@jakarta.apache.org wrote: -Original Message- From: peter thesing [EMAIL PROTECTED] Received: 10/7/2005 5:38 PM To:

Re: Embedded Tomcat and SSL? [255821:132351]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: [EMAIL PROTECTED]

Re: Can someone remove RTE - Meridian Club [EMAIL PROTECTED] from this list [255817:132347]

2005-10-07 Thread Glen Mazza
I sent an email to [EMAIL PROTECTED] about 15 minutes ago. But they're all-volunteer, and no one may be in right now to take care of it. Glen -Original Message- From: Larry Meadors [EMAIL PROTECTED] Received: 10/7/2005 5:30 PM To: Tomcat Users List tomcat-user@jakarta.apache.org

Re: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-07 Thread Marcus Franke
On Fri, Oct 07, 2005 at 05:24:27PM +0100, Allistair Crossley wrote: Hi, looks like jk is using commons logging, you'll have better success using a log4j or commons-logging properties configuration to set the threshold to ERROR. you may be able to do that in jk's config files too, i am sure

Re: [5.5.9] Excessive jk INFO log msgs connection timeout reached [255825:132355]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Marcus Franke

RE: Executing custom action on deploy

2005-10-07 Thread Caldarale, Charles R
From: Matteo Miraz [mailto:[EMAIL PROTECTED] Subject: Executing custom action on deploy I have written such behaviour in a method, so what can I do to execute it? Sounds like you need a ContextListener. Read the spec: http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html

RE: Executing custom action on deploy [255827:132357]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Caldarale,

RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-07 Thread Rick
Hi Marcus, About that log entry that doesn't seem to be caught by the default java.util.logging, I was wondering if it's a bug in the code per my original post, noted below.. On all calls to log, isn't it required to do a check for that log level before making the call... i.e.

RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached [255831:132361]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Rick [EMAIL

Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Mauricio Fernandez A.
Hello I have a web App with some jsp´s showing graphics generated by jfreechart, in my windows dev station it works fine but in my linux production server it was working fine to some days ago and now it doesn´t. I have Tomcat 5.5.9, JDK 1.5.0_04, Red Hat Linux on a rack Now i obtain a

RE: Problems with graphics on Tomcat 5.5.9 [255835:132365]

2005-10-07 Thread RTE - Meridian Club
Many thanks for your email. This is an automated response acknowledging receipt. Please be advised that Badge mailing commences beginning of October 2005. Should your message require a response we will respond shortly. Regards Meridian Club -Original Message- From: Mauricio

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Arup Vidyerthy
Guys, My sincere apologies!! You see I handed in my notice at work today and was feeling good until they have all started to treat me like an outsider. Hence the anti social mood. I'll be careful next time and use my eyes first before replying ;-) Arup -Original Message- From: David

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread Arup Vidyerthy
Somehow my apologetic message hasn't been delivered by the mail server as yet. -Original Message- From: Arup Vidyerthy [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 16:11 To: 'Tomcat Users List' Subject: RE: RTE - Meridian Club [EMAIL PROTECTED] Guys, My sincere apologies!! You see

RE: RTE - Meridian Club [EMAIL PROTECTED]

2005-10-07 Thread David Short
No worries. Good luck in your new endeavor. -Original Message- From: Arup Vidyerthy [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 8:50 AM To: 'Arup Vidyerthy'; 'Tomcat Users List' Subject: RE: RTE - Meridian Club [EMAIL PROTECTED] Somehow my apologetic message hasn't been

Re: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Brian Cook
You need to install the X11 libs for X. The Java Advanced Imaging API calls the X libs on Linux to get font and scaling data. You can try setting the JVM java.awt.headless property to true. This will work for some instances. But installing the X libs installed on your server is a more

Re: Tracking Datasource Connection Usage?

2005-10-07 Thread Brian Cook
JWM wrote: Two things you can do here. 1. Set both removeAbandoned and logAbandoned parameters to true. This will reclaim most lost connections. And log a trace of what code called a connection that was never closed. 2. Use a finally block to close all of your Resultsets and

RE: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Mauricio Fernandez A.
Do you refer to X11R6? I have a /usr/X11R6 dir in my server but when I do #rpm -q X11 package X11 is not installed #rpm -q X11R6 package X11R6 is not installed And when i do #whereis X11 X11: /usr/bin/X11 /etc/X11 /usr/lib/X11 /usr/include/X11 So I don´t understand what is about the X11 libs.

Re: Q: Why Tomcat return me a OLD version of my doc.jar in an Applet ?

2005-10-07 Thread Darek Czarkowski
did you clean up your local cache? the jar file might be a local version of the file. You might not be able to see the new version until you remove the old one. (usually ~/.java/.deployment/javaws/) -- Darek Czarkowski Infinite Source Systems Corp. Ph: 604 294 6557 (Ext. 113) Fx: 604 294 6507

[OT] RE: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread David N. Smith
Completely OT, but: If you're going to search for X11 packages with rpm, use rpm -qa | grep [package name or part]. I believe rpm -q [package name] is very limited and only tries to find a package named exactly as you enter it. --David Do you refer to X11R6? I have a /usr/X11R6 dir in my

Re: Database connections aren't being released...

2005-10-07 Thread Richard Road Runner
Hmm.. Thank you for the reply. Yes we are using DBCP. I discussed this with our team and we going to pursue this as a possible cause. Thanks again!! - Original Message - From: Darryl L. Miles [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Cc: [EMAIL

RE: apache question

2005-10-07 Thread F.O. Bossert
Yoo, Use mod_jk to send request through apache to tomcat, see tomcat page for more info Or study the server.xml file. Greetings O. -Original Message- From: peter thesing [mailto:[EMAIL PROTECTED] Sent: 07 October 2005 18:37 To: tomcat-user@jakarta.apache.org Subject: apache

RE: Database connections aren't being released...

2005-10-07 Thread George Sexton
Really, http://findbugs.sourceforge.net/ It analyzes source code and points out where resources are not freed. Of course the real problem with Findbugs is everyone is too embarrassed to say how well it worked George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585

RE: Tracking Datasource Connection Usage?

2005-10-07 Thread JWM
Brian and others, Good information. Thanks. What happens with result sets if they don't get closed? Do they live on forever as memory leaks, or do they get cleaned up by GC when the object referencing them goes out of scope? If a result set is left open, does it prevent the connection from

Re: Tracking Datasource Connection Usage?

2005-10-07 Thread Kyle
Brian Cook wrote: JWM wrote: Two things you can do here. 1. Set both removeAbandoned and logAbandoned parameters to true. This will reclaim most lost connections. And log a trace of what code called a connection that was never closed. See, I don't get all this removeAbandoned

Error: Connection was refused when attempting to contact 127.0.0.1

2005-10-07 Thread André
Hi people! I'm facing this error with my Tomcat (version 4.0.6) on Debian. It seems that is everything ok: I can access the JSP and servlets examples, the tomcat docs and others without any errors. The problem occurs when I attempt to run an application called maca_ad_web.war, that is available

Re: Turning on debugging in Tomcat 5.5

2005-10-07 Thread Bill Barker
James Rome [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Most of the installed Tomcat classes have something like container.isDebugEnabled() {...} How do I enable these debug statements in Tomcat 5.5? I'll assume that you are using Juli. If you are using log4j, compare what

Re: Q:how to remove charset from HTTP responce to allow browser use a browser selected charset?

2005-10-07 Thread Bill Barker
Mark [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Mark, In my case servlet generates an output, so no JSP for now... Can I do it using filters? Or define and store user's prefs with encoding outside of tomcat and in the session and use if it's exists in the session? Other

  1   2   >