[Seaside] Seaside paths configuration

Sebastian Van Lacke svanlacke at caesarsystems.com
Wed Jun 24 19:08:04 UTC 2009


Hi, I need help with Seaside's configuration. I have hardcoded all the paths to files that are served by Apache. For example:

 

updateRoot: aRoot
    super updateRoot: aRoot.
    aRoot stylesheet url: 'http://192.168.1.10/storyevaluator/css/editingStory.css'

 

Now I have to move to other host, and first I should resolve this with relatives paths. What is the correct way to do it?

I suppose is setting the configuration paths (resource base url, server hostname, and server paths), but every time I touch those paths, my application breaks.

 

Someone could explain how to use its.

 

Thanks!!

 

Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090624/31ed04b7/attachment.htm


More information about the seaside mailing list