http://localhost:8080/config

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

http://localhost:8080/config

Josef Springer
Hello Seasiders,

i am new to Pharo and Seaside, so my question may be to simple:
  1. I have loaded Pharo and installed it
  2. I have download Developer image for Seaside 3.0
  3. I have evaluated Gofer new squeaksource: 'MetacelloRepository';  package: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #ConfigurationOfSeaside30) load. in the workspace of Pharo. Many installation steps where executed.
  4. I have evaluated WAKom startOn: 8080 in the workspace of Pharo.
Opening the link http://localhost:8080/config with the browser resulted in The requested URL /config was not found on this server

Why ? can anybody assit me ?
Signature

mit freundlichen Grüßen / best regards,
Josef Springer

Postal
Address
[hidden email]
Orlando-di-Lasso Str. 2
D-85640 Putzbrunn
Phone
Office
+49 (0)89 600 6920


Phone Fax
+49 (0)89 600 69220


Web
Web
http://www.joops.com


JOOPS
(HRB München 86239)

-- the software company --

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

Re: http://localhost:8080/config

John McKeon
Hello Josef,
Step 4 is incorrect.
The new way is to use the Seaside Control Panel. You should be able to open it from the Tools menu.
On Fri, Sep 24, 2010 at 9:18 AM, Josef Springer <[hidden email]> wrote:
Hello Seasiders,

i am new to Pharo and Seaside, so my question may be to simple:
  1. I have loaded Pharo and installed it
  2. I have download Developer image for Seaside 3.0
  3. I have evaluated Gofer new squeaksource: 'MetacelloRepository';  package: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #ConfigurationOfSeaside30) load. in the workspace of Pharo. Many installation steps where executed.
  4. I have evaluated WAKom startOn: 8080 in the workspace of Pharo.
Opening the link http://localhost:8080/config with the browser resulted in The requested URL /config was not found on this server

Why ? can anybody assit me ?

mit freundlichen Grüßen / best regards,
Josef Springer

Postal
Address
[hidden email]
Orlando-di-Lasso Str. 2
D-85640 Putzbrunn
Phone
Office
+49 (0)89 600 6920


Phone Fax
+49 (0)89 600 69220


Web
Web
http://www.joops.com


JOOPS
(HRB München 86239)

-- the software company --

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




--
http://john-mckeon.us

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

Re: http://localhost:8080/config

Josef Springer
Hello John,

thanks for answer.

If i open the Seaside Control Panel, i can see:
Type: WAComancheAdaptor
Encoding: (none)
seaside-8080 [running] port: 8080


But opening the link http://localhost:8080/config with the browser resulted in The requested URL /config was not found on this server

Josef Springer

John McKeon wrote:
Hello Josef,
Step 4 is incorrect.
The new way is to use the Seaside Control Panel. You should be able to open it from the Tools menu.
On Fri, Sep 24, 2010 at 9:18 AM, Josef Springer <[hidden email]> wrote:
Hello Seasiders,

i am new to Pharo and Seaside, so my question may be to simple:
  1. I have loaded Pharo and installed it
  2. I have download Developer image for Seaside 3.0
  3. I have evaluated Gofer new squeaksource: 'MetacelloRepository';  package: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #ConfigurationOfSeaside30) load. in the workspace of Pharo. Many installation steps where executed.
  4. I have evaluated WAKom startOn: 8080 in the workspace of Pharo.
Opening the link http://localhost:8080/config with the browser resulted in The requested URL /config was not found on this server

Why ? can anybody assit me ?

mit freundlichen Grüßen / best regards,
Josef Springer

Postal
Address
[hidden email]
Orlando-di-Lasso Str. 2
D-85640 Putzbrunn
Phone
Office
+49 (0)89 600 6920


Phone Fax
+49 (0)89 600 69220


Web
Web
http://www.joops.com


JOOPS
(HRB München 86239)

-- the software company --

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




--
http://john-mckeon.us

_______________________________________________ seaside mailing list [hidden email]


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

Re: http://localhost:8080/config

Lukas Renggli
I think Metacello doesn't load the dev tools by default. Did you try
if you get a listing at http://localhost:8080/?

Otherwise you might want to try a ready-made image from the website.

Lukas

On Friday, 24 September 2010, Josef Springer <[hidden email]> wrote:

>
>
>
>
>
>
> Hello John,
>
> thanks for answer.
>
> If i open the Seaside Control Panel, i can see:
> Type: WAComancheAdaptor
> Encoding: (none)
> seaside-8080 [running] port: 8080
>
> But opening the link http://localhost:8080/config
> with the browser resulted in The requested URL /config was not
> found on this server
>
> Josef Springer
>
> John McKeon wrote:
>
>   Hello Josef,
>   Step 4 is incorrect.
>   The new way is to use the Seaside Control Panel. You should be
> able to open it from the Tools menu.
>
>   On Fri, Sep 24, 2010 at 9:18 AM, Josef
> Springer <[hidden email]>
> wrote:
>
>     Hello Seasiders,
>
> i am new to Pharo and Seaside, so my question may be to simple:
>
>       I have loaded Pharo and installed it
>       I have download Developer image for Seaside 3.0
>       I have evaluated Gofer new squeaksource:
> 'MetacelloRepository';  package: 'ConfigurationOfSeaside30'; load.
> (Smalltalk at: #ConfigurationOfSeaside30) load. in the workspace of
> Pharo. Many installation steps where executed.
>       I have evaluated WAKom startOn: 8080 in the workspace
> of Pharo.
>
> Opening the link http://localhost:8080/config
> with the browser resulted in The requested URL /config was not
> found on this server
>
> Why ? can anybody assit me ?
>
>     mit freundlichen Grüßen / best regards,
> Josef Springer
>
>
>
>           </mail/s/?view=att&th=12b4414d7a5fc502&attid=0.0.1.1&disp=emb&zw>
>
>           Address
>
>           [hidden email]
>
>           Orlando-di-Lasso Str. 2
>
>           D-85640 Putzbrunn
>
>
>
>           </mail/s/?view=att&th=12b4414d7a5fc502&attid=0.0.1.2&disp=emb&zw>
>
>           Office
>
>           +49
> (0)89 600 6920
>
>
>
>
>
>
>
>           </mail/s/?view=att&th=12b4414d7a5fc502&attid=0.0.1.2&disp=emb&zw>
>           Fax
>
>           +49 (0)89 600 69220
>
>
>
>
>
>
>
>           </mail/s/?view=att&th=12b4414d7a5fc502&attid=0.0.1.3&disp=emb&zw>
>
>           Web
>
>           http://www.joops.com <http://www.joops.com/>
>
>
>
>
>
>
>
>
>
>
>
>           </mail/s/?view=att&th=12b4414d7a5fc502&attid=0.0.1.4&disp=emb&zw>
>
>           (HRB München 86239)
>
>           -- the software company --
>
>
>
>
>
>
>
> _______________________________________________
> seaside mailing list
>     [hidden email]
>     http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
>
>
>
> --
>   http://john-mckeon.us <http://john-mckeon.us/>
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
>
>
>
>
>
>
>

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside