Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Sample host configuration

Hostname

IP address

Network Interface

localhost

127.0.0.1

loopback

host1

192.168.1.1

ethernet

host2

192.168.0.1

wireless

IP address bindings

Binding URI

Listen on IP addresses

Deployed URI for the clients

Note

/MyService

127.0.0.1
192.168.1.1
192.168.0.1

http://192.168.1.1:8080/MyService\\Image Removed

Should we allow more than one deployed URI?

http://localhost:8080/MyServiceImage Removed

127.0.0.1

http://localhost:8080/MyServiceImage Removed

The service can only be accessed locally

http://127.0.01:8080/MyServiceImage Removed

127.0.0.1

http://127.0.01:8080/MyServiceImage Removed

The service can only be accessed locally

http://192.168.1.1:8080/MyServiceImage Removed

192.168.1.1

http://192.168.1.1:8080/MyServiceImage Removed

The service can only be accessed from the ethernet interface

http://host1:8080/MyService                     &nbspImage Removed;

192.168.1.1

http://host1:8080/MyService\\Image Removed

The service can only be accessed from the ethernet interface

http://192.168.0.1:8080/MyService\\Image Removed

192.168.0.1

http://192.168.0.1:8080/MyServiceImage Removed

The service can only be accessed from the wireless interface

http://host2:8080/MyService                     &nbspImage Removed;

192.168.0.1

http://host2:8080/MyServiceImage Removed

The service can only be accessed from the wireless interface

http://0.0.0.0:8080/MyService                     &nbspImage Removed; MyServic

127.0.0.1
192.168.1.1
192.168.0.1

http://192.168.1.1:8080/MyServiceImage Removed

Should we allow more than one deployed URI?