port handling and httpgate

2010-08-24 Thread Edwin Eyan Moragas
Hi all, i start httpgate with: $ bin/httpGate 3000 8080 8081 8082 then run the sample app. it shows me the login screen and then the location in the browser points at: http://192.168.1.253:3000/45313/713963214703762...@start?*menu=+3*Tab=+1*ID= which shows a blank page. console shows:

Re: port handling and httpgate

2010-08-24 Thread Alexander Burger
Hi Edwin, $ bin/httpGate 3000 8080 8081 8082 ... http://192.168.1.253:3000/45313/713963214703762...@start?*menu=+3*Tab=+1*ID= Oops, you found a bug! At least (and to my own surprise), it doesn't work that way. I must confess I never tested with ports different from the protocol-specific

Re: port handling and httpgate

2010-08-24 Thread Alexander Burger
On Tue, Aug 24, 2010 at 12:38:28PM +0200, Alexander Burger wrote: If such a setup were indeed necessary (e.g. because you have no permission to start 'httpGate' at port 443, but you need it for HTTPS), then the protocol between 'httpGate' and the application server would need to be extended a

Re: port handling and httpgate

2010-08-24 Thread Edwin Eyan Moragas
Hi Alex, Do you need this kind of setup for some special reason? After all, the not really. i was just using it for tests. i didn't even give port 80 a shot yet. :). main purpose of 'httpGate' is to proxy all requests to the default port to app-specific ports like 8080. If you pass :3000 to

Re: port handling and httpgate

2010-08-24 Thread Edwin Eyan Moragas
Hi Alex, will try the usual port and if i don't succeed, then it will be a concern. it is a concern. $ ./bin/httpGate 80 8080 gives the same result. cheers, /e -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: port handling and httpgate

2010-08-24 Thread Alexander Burger
Hi Edwin, On Tue, Aug 24, 2010 at 12:54:53PM +0200, Alexander Burger wrote: On Tue, Aug 24, 2010 at 12:38:28PM +0200, Alexander Burger wrote: If such a setup were indeed necessary (e.g. because you have no ... Forget that. It is in fact a new bug! It used to work in the past. Let me

Re: where are the values of CAR and CDR stored?

2010-08-24 Thread santiago ottonello
I guess the actual data is in car i.e. hi |h| *|-|i|*|-NIL But just a guess :-) 2010/8/24 Edwin Eyan Moragas e...@yndy.org Hi list, looking at pico.h i see the definition of the cell: typedef struct cell {// PicoLisp primary data type struct cell *car; struct cell

Re: where are the values of CAR and CDR stored?

2010-08-24 Thread Edwin Eyan Moragas
Hi Santiago, thank you for this. i should have been clearer in my question. how is, say, a symbol, stored using cells?. On Wed, Aug 25, 2010 at 11:06 AM, santiago ottonello sano...@gmail.com wr= ote: I guess the actual data is in car i.e. hi |h| *|-|i|*|-NIL But just a guess :-)

Re: where are the values of CAR and CDR stored?

2010-08-24 Thread Mansur Mamkin
Hi all! Look at http://www.software-lab.de/doc/ref.html#vm Hi Santiago, thank you for this. i should have been clearer in my question. how is, say, a symbol, stored using cells?. -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: where are the values of CAR and CDR stored?

2010-08-24 Thread Edwin Eyan Moragas
Hi Mansur, On Wed, Aug 25, 2010 at 12:27 PM, Mansur Mamkin mmam...@mail.ru wrote: Hi all! Look at http://www.software-lab.de/doc/ref.html#vm yes. i have read thru it and several times over. thank you. what i need is confirmation of my understanding. so i guess this mean that symbols are