Hi, Just start using Webware/WebKit...great stuff! Thanks! One problem: About 50-60% of the time when I click on my link that invokes WebKit, I get no response...and the server log shows no traffic. Usually, a few to a dozen clicks on the link gets it going...Any ideas? (works flawlessly on my localhost). Question: How do I start the server such that I can disconnect the telnet connection and have it continue? Tried as daemon, in the background, but as soon as I hang up, the server goes away. Relevant info: rburnham@sentinel:/$ python Python 2.1 (#1, Jul 9 2001, 13:41:33) [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Type "copyright", "credits" or "license" for more information. rburnham@sentinel:/$ cat ./AppServer #!/bin/sh cd /htdocs/www/Webware/WebKit /usr/bin/python Launch.py AsyncThreadedAppServer $* rburnham@sentinel:/$ ./AppServer WebKit AppServer 0.5 part of Webware for Python Copyright 1999-2000 by Chuck Esterbrook. All Rights Reserved. WebKit and Webware are open source. Please visit: http://webware.sourceforge.net Process id is 29594 Host = 127.0.0.1 PlugInDirs = ['..'] PlugIns = [] Port = 8086 PrintConfigAtStartUp = 1 ServerThreads = 10 Verbose = 1 ActivityLogColumns = ['request.remoteAddress', 'request.method', 'request.ur i', 'response.size', 'servlet.name', 'request.timeStamp', 'transaction.duration', 'transaction.errorOccurred'] ActivityLogFilename = /htdocs/www/Webware/WebKit/Logs/Activity.csv AdminPassword = webware CacheServletClasses = 1 CacheServletInstances = 1 Contexts = {'Admin': '/htdocs/www/Blennylips/Admin', 'default': '/ htdocs/www/Blennylips'} Debug = {'Sessions': 0} DirectoryFile = ['Main'] DynamicSessionTimeout = 15 EmailErrors = 1 ErrorEmailHeaders = {'Subject': 'Error', 'Content-type': 'text/html', 'From ': '[EMAIL PROTECTED]', 'Reply-to': '[EMAIL PROTECTED]', 'To': ['rburnha [EMAIL PROTECTED]']} ErrorEmailServer = smtp-server.socal.rr.com ErrorLogFilename = /htdocs/www/Webware/WebKit/Logs/Errors.csv ErrorMessagesDir = /htdocs/www/Webware/WebKit/ErrorMsgs ExtensionsToIgnore = ['.pyc', '.pyo', '.py~', '.bak'] ExtraPathInfo = 0 IgnoreInvalidSession = 0 LogActivity = 1 MaxDynamicMemorySessions = 10000 PrintConfigAtStartUp = 1 SaveErrorMessages = 1 SessionStore = Dynamic SessionTimeout = 60 ShowDebugInfoOnErrors = 1 UnknownFileTypes = {'ReuseServlets': 1, 'CacheContent': 1, 'Technique': 's erveContent', 'CheckDate': 1} UserErrorMessage = The site is having technical difficulties with this pag e. An error has been logged, and the problem will be fixed as soon as possible. So rry! Loading context: Admin at /htdocs/www/Blennylips/Admin Loading context: default at /htdocs/www/Blennylips Current directory: /htdocs/www/Webware Session Sweeper started Plug-ins list: /htdocs/www/Webware/COMKit, /htdocs/www/Webware/MiddleKit, /htdocs/ www/Webware/MiscUtils, /htdocs/www/Webware/PSP, /htdocs/www/Webware/TaskKit, /htdo cs/www/Webware/UserKit, /htdocs/www/Webware/WebUtils Loading plug-in: COMKit at /htdocs/www/Webware/COMKit Plug-in /htdocs/www/Webware/COMKit cannot be loaded because: Required op sys is ['nt'], but actual op sys is posix. Loading plug-in: MiddleKit at /htdocs/www/Webware/MiddleKit Loading context: MKBrowser at /htdocs/www/Webware/MiddleKit/WebBrowser Loading plug-in: MiscUtils at /htdocs/www/Webware/MiscUtils Loading plug-in: PSP at /htdocs/www/Webware/PSP Loading context: PSPExamples at /htdocs/www/Webware/PSP/Examples Loading plug-in: TaskKit at /htdocs/www/Webware/TaskKit Loading plug-in: UserKit at /htdocs/www/Webware/UserKit Loading plug-in: WebUtils at /htdocs/www/Webware/WebUtils Listening on ('127.0.0.1', 8086) Creating 10 threads.......... Ready Cheers, Roger Burnham [EMAIL PROTECTED] Cambridge Research & Instrumentation www.cri-inc.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-discuss
