How to read environment entry?

2007-06-27 Thread Bachler, Elisabeth \(Elisabeth\)
Hi, I have an application and I need to specify a string (that will be different in each site), so the header I am using in each jsp page will be able to read it and show it. I could do it using web.xml but I was wondering if it was possible to do it using, in the Tomcat server tool (context

RE: How to read environment entry?

2007-06-27 Thread Bachler, Elisabeth \(Elisabeth\)
://tomcat.apache.org/tomcat-5.5-doc/config/context.html En l'instant précis du 27/06/07 12:28, Bachler, Elisabeth (Elisabeth) s'exprimait en ces termes: Hi, I have an application and I need to specify a string (that will be different in each site), so the header I am using in each jsp page

RE: I would like a new session each time I start my application

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
/07, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote: Hi, I have an application that works under tomcat. Each time I run my application I have the same sessionID. Is there a way I guess you mean each time you (re)start Tomcat when you say Each time I run my application... You might

RE: I would like a new session each time I start my application

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
, 04 de junio de 2007 11:07 To: Tomcat Users List Subject: Re: I would like a new session each time I start my application Liz, please tell us what you actually doing and why you need this? I think there is a conceptual problem... - Original Message - From: Bachler, Elisabeth (Elisabeth

RE: I would like a new session each time I start my application

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
is I think you actually need that Session. Good Luck - Original Message - From: Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, June 04, 2007 12:32 PM Subject: RE: I would like a new session each time I start my

RE: I would like a new session each time I start my application

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: sábado, 02 de junio de 2007 15:53 To: Tomcat Users List Subject: Re: I would like a new session each time I start my application On 6/1/07, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote: Hi, I have an application

I would like a new session each time I start my application

2007-06-01 Thread Bachler, Elisabeth \(Elisabeth\)
Hi, I have an application that works under tomcat. Each time I run my application I have the same sessionID. Is there a way to generate a differente sessionID each time I start my application? Thanks - To start a new topic,

RE: How to modify the log4j log filename during runtime?

2007-01-19 Thread Bachler, Elisabeth \(Elisabeth\)
be directed to the log4j list. You should begin by looking at the log4j java docs. Log4j can be completely (re)configured pragmatically with its APIs which is what you are trying to do. See org.apache.log4j.PropertyConfigurator. -Noah On 1/18/07, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote

RE: How to parameter the logfilename with log4j?

2007-01-18 Thread Bachler, Elisabeth \(Elisabeth\)
I am really sorry about that. I didn't know it. It won't happen again. Should I start a new thread with the question i asked? -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: jueves, 18 de enero de 2007 1:30 To: Tomcat Users List Subject: Re: How to parameter the

How to modify the log4j log filename during runtime?

2007-01-18 Thread Bachler, Elisabeth \(Elisabeth\)
Hello, I have an application that uses log4j. In the application, I would like the user to choose the log file directory and the logfile name (using fileChooser). Now, how can I pass this information to log4j so it uses this filename as logfile? For the moment, I use as default:

How to parameter the logfilename with log4j?

2007-01-17 Thread Bachler, Elisabeth \(Elisabeth\)
Hello, I have an application that uses log4j. In the application, I would like the user to choose the log file directory and the logfile name (using fileChooser). Now, how can I pass this information to log4j so it uses this filename as logfile? For the moment, I use as default: C:\App\log.html

RE: How to parameter the logfilename with log4j?

2007-01-17 Thread Bachler, Elisabeth \(Elisabeth\)
Actually, what I want to do is being able to modify the logfilename during runtime. -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: miércoles, 17 de enero de 2007 11:40 To: Tomcat Users List Subject: How to parameter the logfilename with log4j

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
Hello, I have never done that before and I am affraid of making a mistake so please help me with this. I would like to download tomcat (5 times). I need 5 instances of tomcat on the same machine (tomcat1, tomcat2, etc). What do I have to configure in order to work I seem to remember I need

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
== Do I need to modify other procedures? == Thanks Elisabeth -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: miércoles, 20 de diciembre de 2006 17:49 To: Tomcat Users List Subject: RE: Several instancias of Tomcat on a same machine From: Bachler, Elisabeth

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
instancias of Tomcat on a same machine From: Bachler, Elisabeth (Elisabeth) - The shutdown port (in this case ... 8004) has to be unique... === I can start with 8001 - 8002 ... Till 8005 Yes. - The http connector port (in this case 8081) has to be unique... == I can start with 8080

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
Thanks! Elisabeth -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: miércoles, 20 de diciembre de 2006 18:26 To: Tomcat Users List Subject: RE: Several instancias of Tomcat on a same machine From: Peter Crowther - The ajp connector (in this case 8009)

RE: A way to know if file download has ended

2006-06-06 Thread Bachler, Elisabeth (Elisabeth)
[EMAIL PROTECTED] wrote: Bachler, Elisabeth (Elisabeth) wrote: Thank you to everyone. I will investigate further. Elisabeth Maybe this thread is related (excuse the horid apache web interface) : http://mail-archives.apache.org/mod_mbox/tomcat-users/200604.mbox/%3c444FA1E [EMAIL PROTECTED

RE: A way to know if file download has ended

2006-06-05 Thread Bachler, Elisabeth (Elisabeth)
Thank you to everyone. I will investigate further. Elisabeth -Original Message- From: Nicolas Schwartz [mailto:[EMAIL PROTECTED] Sent: lunes, 05 de junio de 2006 10:48 To: Tomcat Users List Subject: Re: A way to know if file download has ended This is one of those issues that just

RE: A way to know if file download has ended

2006-06-05 Thread Bachler, Elisabeth (Elisabeth)
Thanks Elisabeth -Original Message- From: Darryl Miles [mailto:[EMAIL PROTECTED] Sent: lunes, 05 de junio de 2006 13:07 To: Tomcat Users List Subject: Re: A way to know if file download has ended Bachler, Elisabeth (Elisabeth) wrote: Thank you to everyone. I will investigate further

A way to know if file download has ended

2006-06-02 Thread Bachler, Elisabeth (Elisabeth)
Hello, I have an application that uses tomcat 5.0.19. At one point in my application, the user has the possibility to click on a certain link in order to download a file. Once the file is downloaded, I would like the application to go to a certain jsp page is there a way to configure tomcat

RE: Log4J output to SYSLOG

2006-02-06 Thread Bachler, Elisabeth (Elisabeth)
PROTECTED] Subject: Re: Log4J output to SYSLOG Bachler, Elisabeth (Elisabeth) wrote: I have modified the log4j.properties file to send the output to SYSLOG and I think it is working Thank you for your help Could you explain how it was that you accomplished this? I'm trying to do much

Log4J output to SYSLOG

2006-01-24 Thread Bachler, Elisabeth (Elisabeth)
Hello, I am using Apache Tomcat Version 5.5.12. I have designed a web application. I am using log4j to output messages in a log. But now, I would like to output the log4j message to the SYSLOG. What should I do? THanks The log4j.properties file is as follows: log4j.rootLogger=debug, R

RE: Log4J output to SYSLOG

2006-01-24 Thread Bachler, Elisabeth (Elisabeth)
I have modified the log4j.properties file to send the output to SYSLOG and I think it is working Thank you for your help -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: martes, 24 de enero de 2006 16:28 To: 'Tomcat Users List' Subject: RE: Log4J

Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
Hello again, I need to use the JVM 1.4.2_10 (I think the name is correct)... I am using at the moment Apache-Tomcat 5.5.9. Can I use this Tomcat version with the JVM 1.4.2_10? SO my question is: Until which version can I use the JVM 1.4.2_10? THank you ELisabeth

RE: Vedr.: Until which Apache-Tomcat version can I use the JVM 1. 4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
the JDK 1.4 Compability Package from http://tomcat.apache.org/download-55.cgi /Thomas Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] 30-11-2005 09:48 Besvar venligst til Tomcat Users List Til:'Tomcat Users List' users@tomcat.apache.org cc: Vedr.: Until which

RE: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
1.4.2_10? Bachler, Elisabeth (Elisabeth) wrote: I need to use the JVM 1.4.2_10 (I think the name is correct)... I am using at the moment Apache-Tomcat 5.5.9. Can I use this Tomcat version with the JVM 1.4.2_10? Yes, but besides the core distibution, you'll need the JDK 1.4 Compatability

RE: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
Thank you very much -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: miércoles, 30 de noviembre de 2005 12:19 To: Tomcat Users List Subject: Re: Until which Apache-Tomcat version can I use the JVM 1.4.2_10? Bachler, Elisabeth (Elisabeth) wrote: SOrry

Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
Hello, I have tomcat everything was working fine and suddenly nothing is!! I was doing a shutdown.sh and now I can't even start it up. I get the following error: This release of Apache Tomcat was packaged to run on J2SE 5.0 or later. It can be run on earlier JVMs by downloading and installing

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
Let me add more info: Tomcat version: 5.5.9 JVM Version 1.5.0-04-b05 OS Name = SunOS OS Version = 5.9 I must have done something but I have no idea what!! Please help me! -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: martes, 29 de noviembre de

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
, Bachler, Elisabeth (Elisabeth) [EMAIL PROTECTED] wrote: Let me add more info: Tomcat version: 5.5.9 JVM Version 1.5.0-04-b05 OS Name = SunOS OS Version = 5.9 I must have done something but I have no idea what!! Please help me! You may think you're using JDK 1.5, but Tomcat doesn't seem

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
Thank you to everyone for your great help. Someone from my team, without telling me, updated the jdk. Now, JAVA_HOME is pointing to the correct directory and everything is working. Once again, thank you -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED