hmm...
In the zips directory there is a copy of GCL that builds cleanly.
Does this connect? Is there any change in the socket code
between the gcl tgz in the zips directory and your latest version?
Tim
Camm Maguire wrote:
Greetings!
Tim Daly <[email protected]> writes:
Does the URL
file:///home/camm/mnt/fedora10/doc/hypertex/rootpage.xhtml
work?
Yes, but of course without the axiom respondign to requests.
The same url with http://127.0.0.1:8085/ put at the front looks like
it is connecting, but waits forever. So the tcp port is open at
least.
Take care,
Camm Maguire wrote:
Thanks Tim! But it still hangs just as before. What else can I
trace to see where I'm stuck?
Take care,
Tim Daly <[email protected]> writes:
Camm, the URL shown below is partially specific to your system
If you build axiom with the shell variable
$AXIOM=/home/axiom/mnt/ubuntu
then the URL will work as shown (assuming you build on ubuntu).
If you build on, say, a fedora10 system with the shell variable
$AXIOM=/home/camm/mnt/fedora10
the URL would be:
http://127.0.0.1:8085/home/camm/mnt/fedora10/doc/hypertex/rootpage.xhtml
That is, you have to specify the complete path to the file rootpage.xhtml
(which will naturally have the $AXIOM prefix you used).
Tim
>From the top level you type ")browse" and Axiom will now function as a
web server on
the port (8085). At the moment you need to give a full path to the
root page thus:
http://127.0.0.1:8085/home/axiom/mnt/ubuntu/doc/hypertex/rootpage.xhtml
Try Topics -> Numbers -> Integers -> x:=factorial(200) as an example.
You should see the result of the computation pasted inline in the webpage.
This should be easier and automatic but I have to write that code and
I have not.
Thanks!
Alas my browser is hanging on the above url, so something needs
fixing. I don't even get to read-char-no-hang:
(1) -> )lisp (trace read-char-no-hang)
Warning: READ-CHAR-NO-HANG is being redefined.
Value = (READ-CHAR-NO-HANG)
(1) -> )browse
listening on port 8085
.....
Debugging suggestions?
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer
_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer