$OpenBSD$
--- cfshell.py.orig	Fri Oct  9 08:00:14 2009
+++ cfshell.py	Sat Apr 28 12:05:36 2012
@@ -103,7 +103,7 @@ def execute(opener, userInput):
 if __name__ == '__main__':
 
     parser = OptionParser()
-    parser.add_option("-p", "--path", dest="path", default="http://localhost/cfshell/",
+    parser.add_option("-p", "--path", dest="path", default="http://localhost:8080/cfshell/",
                       help="Sets the target host and path where to connect", metavar="FILE")
     parser.add_option("-q", "--quiet",
                       action="store_false", dest="verbose", default=True,
