session-timeout

2005-04-14 Thread Cédric Buschini
Hi every, from web.xml: session-config session-timeout30/session-timeout /session-config Does the session-timeout refer to an idle session or an active session ? Thk in advance Cedric - To unsubscribe, e-mail: [EMAIL

Re: session-timeout

2005-04-14 Thread Cédric Buschini
Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 10:13 AM To: Tomcat Users List Subject: Re: session-timeout If more than idle for 30 minutes. -Tim Cédric Buschini wrote: Hi every, from web.xml: session-config session-timeout30/session-timeout

Re: problem with installing tomcat in linux

2005-04-11 Thread Cédric Buschini
hi, if errors occur when you try to start the server you have to set variable such as $CATALINA_HOME and $JAVA_HOME. I've do it adding in /etc/profile CATALINA_HOME=/path/to/bin JAVA_HOME=/path/to/jdkXX export CATALINA JAVA_HOME and it works [EMAIL PROTECTED] wrote: hi, I have a

Logs : catalina.out

2005-04-05 Thread Cédric Buschini
Hi, I m running a Tomcat 5 server. It creates log files catalina.out stored in ../jakarta/logs My question is simple : here can I change that path. Thk Cedric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Logs : catalina.out

2005-04-05 Thread Cédric Buschini
Cédric Buschini [EMAIL PROTECTED] wrote: Hi, I m running a Tomcat 5 server. It creates log files catalina.out stored in ../jakarta/logs My question is simple : here can I change that path. Thk Cedric - To unsubscribe, e-mail: [EMAIL

Start and stop Tomcat + Cron

2005-03-17 Thread Cédric Buschini
Hi I'd like to stop and start my tomcat using cron so I added this in the root's crontab and /etc/crontab : 00 22 * * * root /PATH/TO/JAKARTA/bin/shutdown.sh 02 22 * * * root /PATH/TO/JAKARTA/bin/startup.sh but it does work :s Any got ideas ??? Thk Cedric

Re: Start and stop Tomcat + Cron

2005-03-17 Thread Cédric Buschini
yes everything is fine. all vars have been export. I've done a JAVA_HOME=path/to/java then export JAVA_HOME. Same thing for CATALINA_HOME Robert r. Sanders wrote: Are your JAVA_HOME and other vars defined in a global context? Other than that I don't really know. Cédric Buschini wrote: Hi

Re: Start and stop Tomcat + Cron

2005-03-17 Thread Cédric Buschini
1/ Sorry having replied to an unrelated message. 2/ Yes Tomcat always run as root. 3/ I am newbie, so I will get info about 'wapper script'. 4/ uhmmm a newbie question : Where can I find these logs . sorry :s QM wrote: On Thu, Mar 17, 2005 at 05:24:59PM +0100, C?dric Buschini wrote: : I'd like

SocketException: Broken pipe

2005-01-13 Thread Cédric Buschini
Hi there, I got a problem with a Tomcat 5.5.6 server and Java (jdk and jre 1.5.0_01) on a Debian R3. On my server, there is a JAVA application which is supposed to connect to a C++ client appliction through sockets. But it doesn't establish!! From the logs (catalina.out) I got :

Re: SocketException: Broken pipe

2005-01-13 Thread Cédric Buschini
Hi again Sorry to insist but it 's quiet important. I running out of ideas to solve my problem.. :'( Is there a way to allow/denied access using sockets Cédric Hi there, I got a problem with a Tomcat 5.5.6 server and Java (jdk and jre 1.5.0_01) on a Debian R3. On my server, there is a JAVA