Hi Sabine,
this raises my interest. So you have two web servers listening to the same port, one being macOS X' built in web server (how did you activate/configure it?) and Seaside?
If I visit localhost:8080 on my mac (no pharo image or anything running), I get no answer, although there are files in /Library/WebServer/Documents (provided by Apple: index.html.en).
Joachim
Am 08.03.17 um 08:15 schrieb Sabine Manaa:
Hi Dominique,
try to useFrom your appIf you have your columlal.cssIn��Library/WebServer/Documents/
Because��Library/WebServer/Documents
Is the web server rootThis is the way I serve my static files
RegardsSabine
Paul DeBruicker [via Smalltalk] <[hidden email]> schrieb am Mi. 8. M��rz 2017 um 05:07:
Oh sorry.�� I didn't edit my example above to your situation. �� Here try this:
1.�� Open the seaside control panel and stop then remove all the server adaptors.
2.�� Put your directories & files next to your image.�� So put your 'styles' folder next to your image.
3.�� From the world menu open a Transcript.
4.�� In a playground or workspace run:
|server|
ZnZincStaticServerAdaptor startOn: 8080 andServeFilesFrom: FileSystem disk workingDirectory pathString.
server:=ZnZincStaticServerAdaptor default server.
server logToTranscript;
�� �� �� ��debugMode: true.
I think that will get you a Zinc server serving static files from the directory your image is in and will log everything to the transcript and open a debugger when there is an error. ��
If you reply to this email, your message will be added to the discussion below:To start a new topic under Pharo Smalltalk Users, email [hidden email]
To unsubscribe from Pharo Smalltalk Users, click here.
NAML
View this message in context: Re: Seaside : including a static stylesheet.
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- ------------------------------------------------------------ ----------- Objektfabrik Joachim Tuchel [hidden email] Fliederweg 1�� �� �� �� �� �� �� �� �� �� �� �� ��http://www.objektfabrik.de D-71640 Ludwigsburg http://joachimtuchel. wordpress.com Telefon: +49 7141 56 10 86 0�� �� �� �� ��Fax: +49 7141 56 10 86 1
If you reply to this email, your message will be added to the discussion below:http://forum.world.st/Seaside-including-a-static-stylesheet- tp4936435p4937851.html To start a new topic under Pharo Smalltalk Users, email [hidden email]
To unsubscribe from Pharo Smalltalk Users, click here.
NAML