wam resource concat-setΒΆ

wam resource concat-set(1)    BIG-IP TMSH Manual    wam resource concat-set(1)



NAME
       concat-set - Configures concatenation sets for WebAccelerator for use
       in JavaScript/CSS concatenation

MODULE
       wam resource

SYNTAX
       Configure the concat-set within the wam resource module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create concat-set [name]
	modify concat-set [name]
	  options:
	   app-service [[string] | none]
	   url [url]
	   type [css|js]
	   members [string ] ...

   DISPLAY
	list concat-set [name ...]

   DELETE
	delete concat-set [name ...]

DESCRIPTION
       You can use the concat-set component to manage the concatenation sets
       used by the WebAccelerator JavaScript and CSS concatenation feature. A
       concatenation set must be created, then enabled and activated in the
       configuration on a WebAccelerator policy node.

EXAMPLES
       create concat-set testSet url http://www.example.com/concatSet.css type
       css

       Creates a set whose URL will be http://www.example.com/concatSet.css
       for use in concatenation.

       list concat-set testSet

       Displays properties of the concatenation set named testSet.

       delete concat-set testSet

       Deletes concatenation set named testSet.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       url  Specifies the URL that will be used to generate the concatenated
	    link.

       type Either "css" or "js". Specifies whether the set is to be used for
	    CSS or JavaScript concatenation.

       members
	    Specifies the members of this set. The set members are the URL
	    resources that are defined by the wam resource url.

SEE ALSO
       create, delete, edit, list, modify, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2011-2013. All rights reserved.



BIG-IP				  2013-10-03	    wam resource concat-set(1)