RE: Reloadable context

2006-05-19 Thread Akoulov, Alexandre [SB]
Hi , just wondering if anyone has come across similar problem (pls refer to the email below). Kind regards, Alex. -Original Message- From: Akoulov, Alexandre [SB] Sent: Wednesday, 17 May 2006 2:17 PM To: Tomcat Users List Subject: Reloadable context Hi , I am using tomcat

Reloadable context

2006-05-16 Thread Akoulov, Alexandre [SB]
Hi , I am using tomcat-5.5.12 and would like it to auto reload my web app as soon as it detects the change of the web app class(es). That's why i've turned on the "reloadable" attribute of the Context element that defines my web app: It does not seem to work. When I recompile one of myWebApp

RE: is it ok to run tomcat 3.3 in jre 1.4?

2006-02-16 Thread Akoulov, Alexandre
you know for sure. Doug - Original Message - From: "Akoulov, Alexandre" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, February 15, 2006 11:08 PM Subject: is it ok to run tomcat 3.3 in jre 1.4? Hi all, we need to urgently fix one web app that r

is it ok to run tomcat 3.3 in jre 1.4?

2006-02-15 Thread Akoulov, Alexandre
Hi all, we need to urgently fix one web app that runs in tc 3/ java 1.3. The fix is only available with java 1.4. My question is: can we run tomcat 3.3 in java 1.4.2_10 Kind regards, Sasha. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 Fe

RE: Encrypting ajp13 traffic

2006-02-13 Thread Akoulov, Alexandre
encrypted. My solution at the time was to setup a SSH tunnel between the two systems. It would be nice to have some form of encryption optionally available. Food for thought. -- David Mark Thomas wrote: > Akoulov, Alexandre wrote: > >> I am wondering if there is a way encrypt the

Encrypting ajp13 traffic

2006-02-12 Thread Akoulov, Alexandre
Hi all, I am wondering if there is a way encrypt the traffic between apache and tomcat when they talk to each other on ajp13. All suggestions are welcome. Kind regards, Sasha. -Original Message- From: Ian Buzer [mailto:[EMAIL PROTECTED] Sent: Saturday, 11 February 2006 2:44 AM To:

Apache does not override errors coming from Tomcat

2006-01-24 Thread Akoulov, Alexandre
Hi all, I'd appreciate if you could help with the following problem. In our environment apache 1.3.33 acts as a web server that dispatches certain requests to tomcat 5.5. What we're currently trying to achieve is to make apache handle errors that come from tomcat (eg, if tomcat throws 404 Not F

RE: Tomcat 5.5.x and java 1.4.x

2006-01-09 Thread Akoulov, Alexandre [IT]
Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 January 2006 2:05 AM To: Tomcat Users List Subject: RE: Tomcat 5.5.x and java 1.4.x > From: Akoulov, Alexandre [IT] > [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.5.x and java 1.4.x > > now I am trying to com

RE: Tomcat 5.5.x and java 1.4.x

2006-01-08 Thread Akoulov, Alexandre [IT]
x27;s going on? Kind regards, Sasha. -Original Message- From: Akoulov, Alexandre [IT] Sent: Monday, 9 January 2006 3:28 PM To: Tomcat Users List Subject: Tomcat 5.5.x and java 1.4.x Hi all, Some time ago I built Tomcat 5.5.12 from source with java 1.5.0_05 and then ran it with the same

Tomcat 5.5.x and java 1.4.x

2006-01-08 Thread Akoulov, Alexandre [IT]
Hi all, Some time ago I built Tomcat 5.5.12 from source with java 1.5.0_05 and then ran it with the same java version (ie 1.5.0_05). However, our requirements have changed since then and now I need to run Tomcat 5.5.12 in java 1.4.2_10. I've dropped the content of the 'compat' directory into th

RE: "path" attribute for "Context" element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
woops, sent it by mistake, just ignore please :) -Original Message- From: Akoulov, Alexandre [IT] Sent: Thursday, 24 November 2005 5:51 PM To: Tomcat Users List Subject: RE: "path" attribute for "Context" element in tomcat 5.5 I'd greatly appreciate if you coul

RE: "path" attribute for "Context" element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
I'd greatly appreciate if you could give me the feedback on the following email: -Original Message- From: Akoulov, Alexandre [IT] Sent: Wednesday, 23 November 2005 12:16 PM To: Tomcat Users List Subject: "path" attribute for "Context" element in tomcat 5.5 Hi

RE: TryNo2: "path" attribute for "Context" element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
Does anyone know the story behind this change? Kind regards, Alex. -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, 25 November 2005 2:47 AM To: Tomcat Users List Subject: Re: TryNo2: "path" attribute for "Context" element in tomcat 5.5

TryNo2: "path" attribute for "Context" element in tomcat 5.5

2005-11-24 Thread Akoulov, Alexandre [IT]
Hi all, I am just wondering if you have any comments on the following email: -Original Message- From: Akoulov, Alexandre [IT] Sent: Wednesday, 23 November 2005 12:16 PM To: Tomcat Users List Subject: "path" attribute for "Context" element in tomcat 5.5 Hi all, I

RE: default logging in tomcat 5.5

2005-11-23 Thread Akoulov, Alexandre [IT]
utput -- x Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL x On 11/23/05, Akoulov, Alexandre [IT] <[EMAIL PROTECTED]> wrote: > Hi all, > > I am in the process of upgrading from tomcat-3.3 to tomcat-5.5 and wou

default logging in tomcat 5.5

2005-11-22 Thread Akoulov, Alexandre [IT]
Hi all, I am in the process of upgrading from tomcat-3.3 to tomcat-5.5 and would greatly appreciate if you could let me know whether I understood tomcat-5.5's default logging correctly. As of tomcat 5.5 Context element does not have a Logger sub-element. Logging can be configured with log4j or

"path" attribute for "Context" element in tomcat 5.5

2005-11-22 Thread Akoulov, Alexandre [IT]
Hi all, I am in the process of upgrading from tomcat-3.3 to tomcat-5.5.12. One of the changes in tomcat 5.5 is the configuration of contexts (ie web apps) is now being done in individual files (with a ".xml" extension) in the $CATALINA_HOME/conf/[enginename]/[hostname]/ directory ( rather than