It's in the sessiontimeout attribute of the deploymentdescriptor inside your
webdoclet task

http://xdoclet.sourceforge.net/ant/xdoclet/modules/web/WebXmlSubTask.html

Mine looks like this:

<webdoclet ...>
...
        <deploymentdescriptor destdir="${war.home}/conf" servletspec="2.3"
sessiontimeout="60">
...
</webdoclet>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Rajeev
Chitamoor
Sent: Wednesday, July 16, 2003 2:55 PM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] session-config param


I am an XDoclet newbie and I am trying to figure out the appropriate merge
file (used by the webdoclet tag) to put the

<session-config> param.

I looked at the XML comments present in generated web.xml to figure out the
names of the merge files.
Is there some documentation on the list of merge files that webdoclet (ant
task) recognizes, or is this configurable ?.

Thanks!

- Rajeev



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to