InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.0: About user assistance >
6.6.0.2: Command line administration >
6.6.0.2.2: WebSphere Control Program (wscp) >
6.6.0.2.2.6: Migrating wscp scripts from version 3.5.x to version 4.0

6.6.0.2.2.6: Migrating wscp scripts from version 3.5.x to version 4.0

This section summarizes some of the changes to wscp in version 4.0 that can affect existing wscp tcl scripts. It is intended as a guide for determining whether these scripts need to be updated and is not an exhaustive description of wscp changes.

You need to retest all scripts created under earlier versions of wscp before migrating them to a production environment that runs the latest version of the software.


Discontinued objects

The following objects are no longer supported in wscp.

  • EJBContainer

  • EnterpriseBean

  • Servlet

  • ServletEngine

  • ServletRedirector

  • SessionManager

  • WebApplication

  • WebResource

  • UserProfile

Although they can no longer be administered on an individual basis, enteprise beans, servlets, and Web applications that have been packaged into enterprise applications or modules can be installed, started, and stopped with the EnterpriseApp and Module operations. See 6.6.0.2.2.4.8: Creating an enterprise application.


Renamed objects and functional or syntax changes

The following objects have been renamed or their functionality and syntax have changed. See the listed articles for more information on their new syntax and options.

Old name New name Functional changes
EnterpriseApplication EnterpriseApp Application components are now packaged in modules. You no longer have to explicitly install all components of an enterprise application. See 6.6.0.2.2.4.8: Creating an enterprise application.
Model ServerGroup Can only create server groups and clones of application servers. See 6.6.0.2.2.4.10: Configuring server groups and clones.
DataSource DataSource Syntax changes. See 6.6.0.2.2.4.7: Creating and installing drivers and data sources.

New objects and new functionality

The following objects are new for version 4.0 and represent areas of functionality that can now be handled in scripts. See the listed articles for more information on these objects and services.

New objects and services New functional areas Documentation
Module Java 2 Enterprise Edition (J2EE) modules 6.6.0.2.2.4.8: Creating an enterprise application
J2CConnectionFactory Enterprise information systems (EIS) connectivity 6.6.0.2.2.4.11: Administering EIS connections
J2CResourceAdapter
JMSProvider Java Message Service (JMS) 6.6.0.2.2.4.12: Administering the Java Message Service (JMS)
JMSConnectionFactory
JMSDestination
URL URL 6.6.0.2.2.4.14: Administering URL providers and URLs
URL provider
PmiService Performance data 6.6.0.2.2.3.10: Monitoring performance
SecurityConfig Global security settings 6.6.0.2.2.3.11: Setting global security defaults
SecurityRoleAssignment J2EE security roles 6.6.0.2.2.3.12: Managing security roles
Go to previous article: 6.6.0.2.2.5: Sample Tcl procedures and scripts Go to next article: 6.6.0.2.2.7: Using the wscpCommand interface

 

 
Go to previous article: 6.6.0.2.2.5: Sample Tcl procedures and scripts Go to next article: 6.6.0.2.2.7: Using the wscpCommand interface