AJPPharoAdaptor

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

AJPPharoAdaptor

Diogenes Moreira
Hi folks.. Some one can give me some guideline how configurate my image to use the AJPPharoAdaptor..

The Apache side is piece of cake, but I can't find any documentation how config this in the smalltalk side..


to load module, I was run:

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfAjp';
    load.
(Smalltalk globals at: #ConfigurationOfAjp)
    loadLatestVersion


Best Regards

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

Re: AJPPharoAdaptor

Julian Fitzell-2
I haven't tried, but I assume you just open the Seaside Control Panel
from the World menu, then right click to add an adaptor and pick the
appropriate class...

Julian

On Thu, Dec 2, 2010 at 8:07 PM, Diogenes Moreira
<[hidden email]> wrote:

> Hi folks.. Some one can give me some guideline how configurate my image to
> use the AJPPharoAdaptor..
> The Apache side is piece of cake, but I can't find any documentation how
> config this in the smalltalk side..
>
> to load module, I was run:
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfAjp';
>     load.
> (Smalltalk globals at: #ConfigurationOfAjp)
>     loadLatestVersion
>
> Best Regards
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: AJPPharoAdaptor

Philippe Marschall
2010/12/2 Julian Fitzell <[hidden email]>:
> I haven't tried, but I assume you just open the Seaside Control Panel
> from the World menu, then right click to add an adaptor and pick the
> appropriate class...

That's right, it's the same as with every other adaptor. You can also
create one manually with will get added automatically:

AJPPharoAdaptor port: 8003

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