changing port number

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

changing port number

sergio_101-2
i need to change my port from 8080 to 8085 to deploy my site..
something else is running on 8080..

how can i do this in my pier image?

thanks!

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: changing port number

Lukas Renggli
World -> Tools -> Seaside Control Panel -> Add adaptor

On 23 November 2010 02:08, sergio_101 <[hidden email]> wrote:

> i need to change my port from 8080 to 8085 to deploy my site..
> something else is running on 8080..
>
> how can i do this in my pier image?
>
> thanks!
>
> --
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> http://www.CodingForHire.com
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: changing port number

Lukas Renggli
Alternatively:

WAServerManager default adaptors do: [ :each | each stop ].
WAKom startOn: 8085

On 23 November 2010 08:04, Lukas Renggli <[hidden email]> wrote:

> World -> Tools -> Seaside Control Panel -> Add adaptor
>
> On 23 November 2010 02:08, sergio_101 <[hidden email]> wrote:
>> i need to change my port from 8080 to 8085 to deploy my site..
>> something else is running on 8080..
>>
>> how can i do this in my pier image?
>>
>> thanks!
>>
>> --
>> ----
>> peace,
>> sergio
>> photographer, journalist, visionary
>>
>> http://www.CodingForHire.com
>> http://www.coffee-black.com
>> http://www.painlessfrugality.com
>> http://www.twitter.com/sergio_101
>> http://www.facebook.com/sergio101
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: changing port number

sergio_101-2
> WAServerManager default adaptors do: [ :each | each stop ].
> WAKom startOn: 8085

okay, this worked..

i have two other adaptors still listed in the seaside control panel,
but i can't delete them, as the control panel is broken..

--
----
peace,
sergio
photographer, journalist, visionary

http://www.CodingForHire.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: changing port number

drush66
On Tue, Nov 23, 2010 at 3:07 PM, sergio_101 <[hidden email]> wrote:
>> WAServerManager default adaptors do: [ :each | each stop ].
>> WAKom startOn: 8085
>
> okay, this worked..
>
> i have two other adaptors still listed in the seaside control panel,
> but i can't delete them, as the control panel is broken..


well before going live, it might be a good idea to load your packages
into the fresh clean seaside image, and deplay _that_

davorin rusevljan
http://www.cloud208.com/
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki