Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Adding a realm definition (HTTP server)

Prev Next

The following XML fragment adds a realm definition to the HTTP server.

<Call name="addRealm">
	<Arg>
		<New class="com.ebd.hub.server.http.HashUserRealm">
			<Arg>Admin Realm</Arg>
			<Arg>realmfile.properties</Arg>
		</New>
	</Arg>
</Call>

The parameters here are the name of the realm definition, as used in the Adding a server context (HTTP server), and the name of the realm file (relative or absolute path).