Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do you echo variables in obj.conf?

Jeremey HustmanOct 2 2017

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 30 2017
Added on Oct 2 2017
0 comments
186 views