Setting the maximum number of attachments
Edit configuration property settings to configure the maximum number of files that can be uploaded to a single forum post.
Before you begin
To run administrative commands, you must use the wsadmin client. For more information, see Starting the wsadmin client.
About this task
Note: You can
also use the <sizelimits> section of the forum-config.xml to
set a file size limit per file extension type.
Procedure
To configure the maximum number of attachments that can
be uploaded to a single post, complete the following steps.
- Start the wsadmin client from the following
directory on the system where you installed the Deployment Manager:
where dm_profile_root is the Deployment Manager profile directory, typically dmgr01.app_server_root/profiles/dm_profile_root/bin
You must start the client from this directory or else subsequent commands that you enter might fail.
- Start the Forums Jython script interpreter.
- Open the forum-config.xml file using a text editor.
- Edit the
<max-number-attachment-per-post>
element in the<objectStore>
section of the file to set the maximum number of attachments that can be uploaded per post.For example, to set the maximum number of attachments per post to 6, you edit the file as follows:You can also set the file size limits per mime type using the <sizeLimits> setting.<objectStore> ... <max-number-attachment-per-post>6</max-number-attachment-per-post> ... </objectStore>
- Save your changes and close the forum-config.xml file.
- After making changes, you must check the configuration files back in, and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying property changes in Forums for information about how to save and apply your changes.