[Seaside] running my squeak image online...

sergio_101 sergiolist at village-buzz.com
Sat Mar 20 22:12:10 UTC 2010


i am almost ready to launch my first application..

i have developed the functionality..
i have set it up at squeaksource so i can keep my development and
deployed images in sync..
i have installed the squeak vm on my server (centos 5.2)

the only thing i am having trouble with is having my VM respond to requests..

i have it running like so:

squeak -vm-display-null -vm-sound-null Pharo1.0-10508-rc2dev10.01.4.image

which gives this:
+ exec /usr/local/lib/squeak/3.11.3-2135/squeakvm -pathenc UTF-8
-encoding UTF-8 -plugins /usr/local/lib/squeak/3.11.3-2135
-vm-display-null -vm-sound-null Pharo1.0-10508-rc2dev10.01.4.image

in order to bypass having to redirect my requests, i just did one of these:

http://<mydomain>:8080/seaside

but this doesn't work.

to test from the command line on the machine, i did:

[root at painless temp]# wget http://localhost:8080/seaside/
--2010-03-20 18:02:52--  http://localhost:8080/seaside/
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:8080... failed: Connection refused.

anyone have any ideas?

thanks!

-- 

----
peace,
sergio
photographer, journalist, visionary

http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101


More information about the seaside mailing list