# File httpd/lib/symbiosis/test/http.rb, line 18
    def setup_http()
      create_public_dir
      File.open( "#{self.directory}/public/htdocs/index.html", "w" ) do |file|
       file.write( "<html><head><title>#{self.name}</title><body><h1>Test</h1></body.</html>\n" )
      end
    end