mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-12 10:42:21 -05:00
Upgrade Jmooth wrappers, add -Xrs jvm option to davmailservice wrapper to avoid service stop on user session logout (http://sourceforge.net/projects/jsmooth/forums/forum/297041/topic/2370742)
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@827 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
2cd481ae4c
commit
606ecedbcf
@ -32,6 +32,8 @@
|
||||
<javaProperties>
|
||||
<name>sun.net.inetaddr.ttl</name>
|
||||
<value>60</value>
|
||||
<name>-Xrs</name>
|
||||
<value></value>
|
||||
</javaProperties>
|
||||
<mainClassName>davmail.DavGateway</mainClassName>
|
||||
<maximumMemoryHeap>268435456</maximumMemoryHeap>
|
||||
@ -56,7 +58,7 @@
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<key>Logfile</key>
|
||||
<value></value>
|
||||
<value>davmailservice.log</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<key>Interactive</key>
|
||||
|
Binary file not shown.
@ -29,6 +29,20 @@
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION</description>
|
||||
<idName>SingleInstance</idName>
|
||||
<label>SKEL_GENERIC_SINGLEINSTANCE</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>SKEL_GENERIC_JNISMOOTH_DESCRIPTION</description>
|
||||
<idName>JniSmooth</idName>
|
||||
<label>SKEL_GENERIC_JNISMOOTH</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>SKEL_GENERIC_PROPERTY_DEBUG_DESCRIPTION</description>
|
||||
<idName>Debug</idName>
|
||||
<label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label>
|
||||
|
@ -29,6 +29,20 @@
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>SKEL_GENERIC_SINGLEINSTANCE_DESCRIPTION</description>
|
||||
<idName>SingleInstance</idName>
|
||||
<label>SKEL_GENERIC_SINGLEINSTANCE</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>SKEL_GENERIC_JNISMOOTH_DESCRIPTION</description>
|
||||
<idName>JniSmooth</idName>
|
||||
<label>SKEL_GENERIC_JNISMOOTH</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>SKEL_GENERIC_PROPERTY_DEBUG_DESCRIPTION</description>
|
||||
<idName>Debug</idName>
|
||||
<label>SKEL_GENERIC_PROPERTY_DEBUG_LABEL</label>
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user