r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!Cheyenne] Discussions about the Cheyenne Web Server

Dockimbel
21-Jul-2009
[5235]
Well, I've found RSP script pretty handy for web services too, generating 
dynamically javascript code or XML for AJAX requests.
Maarten
21-Jul-2009
[5236]
XML I can see, but JSON is so close to REBOL.
Dockimbel
21-Jul-2009
[5237]
I don't use much JSON, I generate the JS code directly server-side 
(using RSP) and just Eval( ) on client side.
Janko
21-Jul-2009
[5238]
I use cheyenne which generates mostly JSON for one project, haven't 
seen any problems
Graham
22-Jul-2009
[5239]
Does the trunk have the version that allows different webapps to 
access the same DB virtual name but different connections?
Dockimbel
22-Jul-2009
[5240]
Yes it has, just look in the changelog file : http://cheyenne-server.googlecode.com/svn/trunk/Cheyenne/changelog.txt
Graham
22-Jul-2009
[5241]
thanks
Will
23-Jul-2009
[5242]
Thanks Dock, much appreciated 8)
Will
26-Jul-2009
[5243]
side note: if you have:
persist [sessions]

in your httpd.cfg file, stop the server and delete the %.rsp-sessions 
file before upgrading to the latest svn version
Graham
30-Jul-2009
[5244x2]
What's the relationship between vhosts and webapps?
ie. can I have webapps inside a vhost?
Dockimbel
30-Jul-2009
[5246]
vhosts are just containers, so you can have one or more webapps in 
a vhost.
Graham
30-Jul-2009
[5247]
Thanks.
Graham
31-Jul-2009
[5248]
Do vhosts work with stunnel ?  ie. I can redirect incomming https 
to different vhosts?
Graham
1-Aug-2009
[5249x4]
I've just started testing the latest cheyenne out of SVN.   No matter 
what port I run it on, it always says it is runing on port 80 when 
you hover over the system tray.
I encapped cheyenne.r and now my cheyenne server just terminates 
without any entries in the crash log :(
doesn't look like you can get a verbose trace by default with the 
encapped version
http://pwp.s3.amazonaws.com/checmd090801.exe

is the encapped binary of cheyenne using rebviewcmd encap
Dockimbel
1-Aug-2009
[5253]
Try running the encapped version with -vvv as command line argument.
Graham
1-Aug-2009
[5254x5]
it just shuts down with no explanation.
1/8-10:32:43.093-[boot] Cmdline args : -vv
1/8-10:32:43.093-[boot] Processed    : [verbosity 2]

1/8-10:32:43.093-[boot] Boot flags   : [no-screen verbose tray-only]
1/8-10:32:43.093-[boot] Data folder  : %./
oops .. another v
now got a crash log
1-Aug-2009/10:34:38-7:00 : make object! [
    code: 303
    type: 'script
    id: 'expect-arg
    arg1: 'set-modes
    arg2: 'target
    arg3: [file! url! block! port!]
    near: [set-modes sys remote-mode]
    where: 'set-tray-remote-events
]
Dockimbel
1-Aug-2009
[5259]
Same here, but runs ok if I encap from my personal repository, so 
it's maybe caused by an out-of-sync file in the svn repository.
Graham
1-Aug-2009
[5260x3]
oh ....
would you do a cmd encap?
or checkout from the repository and try encapping again from new 
checkout?
Dockimbel
1-Aug-2009
[5263]
It's ok with enface, but fails as yours with encmdview.
Graham
1-Aug-2009
[5264]
older cheyenne is okay with encmdview
Dockimbel
1-Aug-2009
[5265x3]
Crash located in %uni-engine.r at this line :
get in new 'on-received
Encmdview chokes on my IN native spec block patching.
Graham
1-Aug-2009
[5268x3]
oh...
I think it runs okay under rebcmdview though
Hope I haven't ruined your weekend now!
Dockimbel
1-Aug-2009
[5271x3]
Code path for IN patching differs when running encapped.
No, I've just patched the code to take account on the new encap behaviour, 
just testing it. ;-)
Seems that there's a regression in the LISTEN config option processing, 
fixing that...
Graham
1-Aug-2009
[5274]
Did you notice it gets the port wrong when you hove over it?
Dockimbel
1-Aug-2009
[5275x3]
Yes, that's fixed. It was working ok if custom port was specified 
from command line (-p option) but not if set in the config file.
Updating the svn...
Done.
Graham
1-Aug-2009
[5278x2]
I'm trying to run cheyenne on EC2 ...
more problems than I thought I would have
Dockimbel
1-Aug-2009
[5280]
What OS are you running Cheyenne on?
Graham
1-Aug-2009
[5281x4]
windows 2003 datacenter edition
now have this error when using the test appp

1-Aug-2009/23:37:10+12:00 : make object! [
    code: 507
    type: 'access
    id: 'no-connect
    arg1: 127.0.0.1
    arg2: none
    arg3: none

    near: [server: open/binary/direct rejoin [tcp:// server-address ":" 
    server-port] 
        set-modes
    ]
    where: 'connect
]
this was after checking out head 4
Ignore ... I was running two copies of cheyenne