Turn off Seaside development bar

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Turn off Seaside development bar

Long Haired David
I need to run a live web site but without making a Seaside runtime. Is there a way to turn of the development bar i.e. ?New Session Configure Halos XHTML?

Thanks in advance.


Message sent using Winmail Mail Server

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
David
Totally Objects
Doing Smalltalk since 1989
Reply | Threaded
Open this post in threaded view
|

Re: Turn off Seaside development bar

CyrilFerlicot
On 09/12/2016 15:52, David Pennington wrote:
> I need to run a live web site but without making a Seaside runtime. Is
> there a way to turn of the development bar i.e. ?New Session Configure
> Halos XHTML?
>

Hello,

You can execute the following code:

        WAAdmin disableDevelopmentTools.

You will probably need to reinitialize your applications I think.

I hope it works for you.

Have a good day.


> Thanks in advance.
>


--
Cyril Ferlicot

http://www.synectique.eu

2 rue Jacques Prévert 01,
59650 Villeneuve d'ascq France


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

signature.asc (817 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Turn off Seaside development bar

Long Haired David
In reply to this post by Long Haired David
Thank you. That worked perfectly.
Long Haired David
A.K.A. David Pennington



On 9 Dec 2016, at 15:00, Cyril Ferlicot D. <[hidden email]> wrote:

WAAdmin disableDevelopmentTools


Message sent using Winmail Mail Server

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
David
Totally Objects
Doing Smalltalk since 1989