Defining a Server for a Task Application Project
About this task
Before you can run task portlets and views in IBM My webMethods Server, your environment must be configured to support connectivity between IBM My webMethods Server and Designer. In many development environments, it is common for IBM My webMethods Server and Designer to be installed on the same system.
For this reason, a default installation of Designer and IBM My webMethods Server results in this configuration:
- IBM My webMethods Server is configured to run on port 8585,
resulting in a URL of
http://localhost:8585
. - Designer is configured to use this URL as the default IBM My webMethods Server instance.
In this configuration, when you start IBM My webMethods Server and Designer, the first time you access IBM My webMethods Server, you will be asked to enter your
credentials for logging in. The default user account is sysadmin
and the
default password is manage
.
Designer uses the localhost:8585
URL
as the default server instance for the task application projects
you create, meaning that it is the target server when you:
- Publish a task application project.
- Execute the Run on Server command.
To define a IBM My webMethods Server instance at a location that is different
than localhost:8585