Unable to deploy libraries to shared loc in app server

Unable to deploy libraries to shared loc in app server
(CAF Tools do not exist in server view)

Within in designer , I am in webMethods UI Developer perspective.
In Server view , when I right click on configured server. I do not see CAF Tools.

Ref1: Step 6 of Google Gadget

In Designer open the Servers view.

2 On the Servers view, right-click the application server and then click CAF Tools > Deploy Shared Libraries.

3 On the Deploy Shared Libraries dialog, select these two component libraries:

Ref2: Designer help - Search for : CAF Tools

Deploying Shared Libraries to the Tomcat Installation Directory
By default, webMethods CAF creates an instance of the Tomcat servlet container in the Eclipse workspace. This practice means the Tomcat (standalone) installation is not affected by changes made in webMethods CAF. If you want to deploy shared component libraries to the Tomcat installation directory, do the following:
To manually deploy shared libraries to the Tomcat installation directory

1 On the Servers view, right-click the Tomcat server and then click CAF Tools > Deploy Shared Libraries.

2 On the Deploy Shared Libraries dialog, select these two component libraries:

CAF JSF Base Runtime Control Library
CAF Base Control Library
3 For Destination, click Browse, move to the Tomcat installation directory shown here, and click OK:

Tomcat_install_dir\shared\lib
If this directory does not exist, you need to create it.
4 Click OK.

Designer Version: 7.1.2

Thanks for pointhing this out. Does the application work for you on Tomcat if you manually copy respective jars into tomcat/shared/lib folder?

Alex