Versions Compared

Key

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

...

property

description

default

maxauth

Number of authorization entries

32

maxtp

Number of transport entries

32

maxurl

Number of urls in an IP transport

32

maxapps

Number of app entries

32

privcert

Number of privcertbytes entries

32

maxattr

Numberof attribute mapping descriptors

32

maxaddr

Number of addressing descriptors

32

Example

Wiki MarkupFollowing is an example ait-44d.properties file: *NOTE: This Wiki is putting '\[' '\]' around the interaction channel protocol URLs. The actual URLs SHOULD NOT be surrounded by '\[' '\]'*

Code Block
xml
xml
version=1

transport.0=oc
transport.0.component=6

transport.1=ic
transport.1.url=[http://www.ajax.com/appserver]

app.1.application_identifier=0xcafed00d4d01
app.1.application_control_code=AUTOSTART
app.1.visibility=VISIBLE
app.1.priority=200
app.1.application_name.0=eng,Launcher
app.1.service_bound=false
app.1.initial_class_name=com.ajax.xlet.launcher.LauncherXlet
app.1.base_directory=/app/InbandLauncher
app.1.transport=0
app.1.args.0=showMenu

app.2.application_identifier=0xcafed00d4d02
app.2.application_control_code=PRESENT
app.2.visibility=VISIBLE
app.2.priority=180
app.2.application_name.0=eng,Checkers
app.2.initial_class_name=com.ajax.xlet.games.checkers.CheckersXlet
app.2.base_directory=/app/Checkers
app.2.classpath_extension=/lib/ui;/lib/games
app.2.transport=1
app.2.args.0=player=red

...