I am using Oracle iPlanet Web Server 7.0.26
I am trying to create and troubleshoot if/else statements in obj.conf, is there a way I can 'echo' variables so I know what is going on? Or even just echo a statement so I know if I am in an if statement, For instance:
<If -e $path>
# determine if i am in the if statement
echo "in if statement"
# See what the path variable is
echo $path
</If>