Documentation Center

Logging on to WorldServer

WorldServer is a Web application. To connect to WorldServer, get the server name and port number from your WorldServer administrator.

The default URL to use is:

http://<server hostname>:<port>/ws/login

For example, if WorldServer used the default configuration of an Apache Tomcat deployment and was installed on a machine named mycompany1, the URL would be:

http://mycompany1:8080/ws/login

When you connect to this URL, you are presented with the WorldServer logon screen. Enter your username and password to be taken to the WorldServer Home page.

The default URL for WorldServer legacy is:

http://<server hostname>:<port>/ws-legacy/login

The default TransPort URL is:

http://<server hostname>:<port>/ws-legacy/transport/login

The default URL for the WorldServer REST API documentation is:

http://<server hostname>:<port>/ws-api/docs/ws-api-doc-v1.html

The URL may need to be modified if you have your application server listening on a different port or if you created a different application context.

The first time you log on, use the following credentials:

Username: admin

Password: wsadmin.

You should change these (particularly the password) as soon as you log on (go to Management > User Setup > Users).