1) Someone can correct me if I'm wrong, but I think it just works on the 
standard session timeout, so:

You can specify the timeout of a session in the deployment descriptor of 
your web application (web.xml):

<web-app>
  <session-config>
    <session-timeout>60</session-timeout>
  </session-config>

  ...
</web-app>

The number within the session-timout element must be expressed in minutes.


2) The dspace.log will be created as the user that your Tomcat is running 
as.

----- Original Message ----- 
From: "Cameron, Jacob" <[EMAIL PROTECTED]>
To: <dspace-tech@lists.sourceforge.net>
Sent: Tuesday, April 24, 2007 9:03 PM
Subject: [Dspace-tech] Timeout and dspace.log


> Hi all,
>
> 2 quick questions.
>
> 1) Where do I change the timeout time in DSpace?  We want to adjust it
> so you don't logout for 30 minutes.
> 2) How come every time a new dspace.log file gets created, it is made
> under root instead of my dspace user, I did the whole install as my
> dspace user.
>
> Jake
>
> -- 
> Jake Cameron, BCSc(UNB)
> Technical Specialist III
> Library Systems and Web Services
> University of Lethbridge
> Phone: (403) 329-2756
> Office: L1110C
> Email: [EMAIL PROTECTED]
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 

This email has been scanned by Postini.
For more information please visit http://www.postini.com


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to