El mar, 21-07-2009 a las 14:21 -0400, Alexandre Bergel escribió:
- is
there a way to change
http://localhost:8080/seaside/pier
into
http://localhost:8080/ (i.e., removing 'seaside/pier'?
Set the default entry point on the main seaside page.
No idea how to do this. I removed the Seaside tool bar already, is it
already too late?
Alexandre
You can use:
"Para cambiar el prefijo /seaside/"
WADispatcher default setName: 'seaside'.
"El nombre de la aplicacion que respondera por default"
WADispatcher default defaultName: ''.
But I think that is better to let the webserver to handle the proxy to
port 8080 and path seaside (first configuration). The second
configuration it is ok if you only have an app in your image.
Miguel Cobá