How does Seaside Launch Automatically?

View: New views
3 Messages — Rating Filter:   Alert me  

How does Seaside Launch Automatically?

by aditya siram-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Where in the Squeak image is the launch command that runs Seaside on startup? I would like to know because I would like to launch a second file server (not thru Seaside). I can currently do this manually but it would be helpful if the launched on boot.

Thanks..
Deech

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

Re: How does Seaside Launch Automatically?

by Miguel Enrique Cobá Martínez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you run a second http server in squeak and save the image with the servers (seaside and http alone) running, when you restart the image, the servers will be running (state is persisted with the image)

Miguel Cobá

On Wed, Apr 23, 2008 at 12:41 PM, aditya siram <aditya.siram@...> wrote:
Where in the Squeak image is the launch command that runs Seaside on startup? I would like to know because I would like to launch a second file server (not thru Seaside). I can currently do this manually but it would be helpful if the launched on boot.

Thanks..
Deech

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

Re: How does Seaside Launch Automatically?

by aditya siram-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks!
Deech

On Wed, Apr 23, 2008 at 12:50 PM, Miguel Cobá <m.coba.m@...> wrote:
If you run a second http server in squeak and save the image with the servers (seaside and http alone) running, when you restart the image, the servers will be running (state is persisted with the image)

Miguel Cobá

On Wed, Apr 23, 2008 at 12:41 PM, aditya siram <aditya.siram@...> wrote:
Where in the Squeak image is the launch command that runs Seaside on startup? I would like to know because I would like to launch a second file server (not thru Seaside). I can currently do this manually but it would be helpful if the launched on boot.

Thanks..
Deech

_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside