> 2. From the environment variable. For instance, if you do: > export lcdMode=1 > or > export strictIIOP=1 > Then omniORB will start up with these modes enabled. > Actually, the environment variable should have the ORB prefix. In other words, the examples should look like this: export ORBlcdMode=1 export ORBstrictIIOP=1