Run a custom Tcl command "ns_hello" from nsexample.so:
<% if { [info commands ns_hello] == "" } { ns_puts "Sorry, you needed to load nsexample.so into your server." } else { ns_puts [ns_hello "Confident Tester Person"] } %>