sandra ruiz wrote:hi list, i'm using webware-0-8.
I want to use the AutoReload feature which default value is "0",but when i try to change it to "1"
after restarting webkit successfully I get this error:
Server error! Error 500
the apache error log says: [error] timed out trying to connect to appserver-- giving up.
It sounds like the AppServer wasn't successfully restarted. How are you running the AppServer? You need to use the "AppServer" shell script, or AppServer.bat -- both the "webkit" init script and the NT Service thingy don't work with AutoReload (but they will appear to work).
Ian
I am working on a Redhat 8.0
this is the AppServer.config file:
{
'PrintConfigAtStartUp': 1,
'Verbose': 1,
'Host': '127.0.0.1',
'Port': 8086,
'PlugIns': [],
'PlugInDirs': ['%(WebwarePath)s'],
'StartServerThreads': 10,
'MaxServerThreads': 20,
'MinServerThreads': 5,
'CheckInterval': 100,
'AutoReload': 0,
}I guess the way to enable the 'AutoReload' feature is just changing "0" to "1". Then I restart the webkit in the usual way:
/etc/init.d/webkit start
Shutting down WebKit: [ OK ]
Starting WebKit: [ OK ]
but then it fails like I said before
_________________________________________________________________
Charla con tus amigos en l�nea mediante MSN Messenger: http://messenger.latam.msn.com/
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
