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 usi

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 (a

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

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
he docBase variable? > docBase="$TOMCAT_HOME/webapps/my_app? > > Thanks > Elisabeth > > > -Original Message- > 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

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

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
ssion comes in to both flag your jsp that there isn't already a token out there and help protect against a double submit. Some users just can't resist that itchy trigger finger ;-). --David Bachler, Elisabeth (Elisabeth) wrote: >Thanks for your response Are you saying that everytim

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

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
new page and they back to the beginning. > But if you store the state in the session that wont happen. > Irony is I think you actually need that Session. > > Good Luck > > - Original Message - From: "Bachler, Elisabeth (Elisabeth)" > <[EMAIL PROTECTED]> >

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

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
D] Sent: lunes, 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,

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

2007-06-04 Thread Bachler, Elisabeth \(Elisabeth\)
start my application On 6/1/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 wh

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, e-mai

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

2007-01-19 Thread Bachler, Elisabeth \(Elisabeth\)
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]>

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: "C:\App\log.ht

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 lo

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

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: 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: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
veral 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... &g

RE: Several instancias of Tomcat on a same machine

2006-12-20 Thread Bachler, Elisabeth \(Elisabeth\)
veral instancias of Tomcat on a same machine > From: Bachler, Elisabeth (Elisabeth) > [mailto:[EMAIL PROTECTED] > I would like to download tomcat (5 times). You'll only need to download it once. Are you wanting to run this on Windows or Linux, and do you want to start the instances

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 t

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

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 furt

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 ca

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 to

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

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 output to SYSLOG

2006-01-24 Thread Bachler, Elisabeth (Elisabeth)
ing.apache.org/log4j/docs/api/org/apache/log4j/net/SyslogAppender .html -Original Message- From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 10:04 AM To: 'Tomcat Users List' Subject: Log4J output to SYSLOG Hello, I am using "Apa

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 log4j

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

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

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

2005-11-30 Thread Bachler, Elisabeth (Elisabeth)
"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'"

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: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
Thank you... if was just what I needed! -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: martes, 29 de noviembre de 2005 23:45 To: Tomcat Users List Subject: Re: Tomcat suddenly not working Bachler, Elisabeth (Elisabeth) wrote: > Actually, under /usr/java th

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) [mai

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
From: Bachler, Elisabeth (Elisabeth) [mailto:[EMAIL PROTECTED] Sent: martes, 29 de noviembre de 2005 23:21 To: 'Tomcat Users List' Cc: Tomcat Users List Subject: RE: Tomcat suddenly not working The JAVA_HOME seems to be correct /usr/java since I haven't touched it...and previous

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
ork directory? > >LArry > > >On 11/29/05, Bachler, Elisabeth (Elisabeth) <[EMAIL PROTECTED]> wrote: > > >>I just had a look in the catalina.out and I have an error with log4j: >>log4j:WARN Failed to set property [maxBackupIndex] to value "10 // Keep 10 &

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'r

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
d the tomcat work directory? LArry On 11/29/05, Bachler, Elisabeth (Elisabeth) <[EMAIL PROTECTED]> wrote: > I just had a look in the catalina.out and I have an error with log4j: > log4j:WARN Failed to set property [maxBackupIndex] to value "10 // Keep 10 > backup file maximum&q

RE: Tomcat suddenly not working

2005-11-29 Thread Bachler, Elisabeth (Elisabeth)
4263214301996391941 java.io.InvalidClassException: lucent.com.bean.UtilBean; local class incompatible: stream classdesc serialVe rsionUID = 5090820210408318777, local class serialVersionUID = 4263214301996391941 .. What does it mean?? -Original Message- From: Bachler, Elisabeth

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

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 a