Server URL

Is there a way to get the server url in a server plugin like the getServerUrl() method found in the IClientPluginAccess interface. I need the server url for initialization of server-side resources.

Many way, Goolge will get you started :D

for example:
http://www.codeguru.com/forum/showthread.php?p=936946

and

http://java.sun.com/docs/books/tutorial … rties.html

Paul