InfoCenter Home > 6.6.0.2.2.4.14: Administering URL providers and URLsThe wscp URL and URLProvider operations allow you to create and install instances of URLs and URL providers. The following example command creates an instance of a URL provider. The name, Protocol and StreamHandlerClass attributes are required. wscp> URLProvider create /URLProvider:Prov1/ -attribute {{Protocol http} {StreamHandlerClass com.ibm.ejs.myStreamHandler}} The following example command installs a URL provider on a node: wscp> URLProvider install /URLProvider:AppProv/ -node /Node:AppServ1/ -jarFile "C:/jars/provider.jar" The following example command creates an instance of a URL. You must specify a URL provider for the URL; the Spec attribute is required: wscp> URL create /URLProvider:Prov1/URL:testURL/ -attribute {{Spec mySpec}} |
| ||
|