Anybody running a Swiki on a Win95 box?

Ivan Brusic ivan at cc.gatech.edu
Wed Sep 23 04:13:28 UTC 1998


On Tue, 22 Sep 1998, Andreas Dieberger wrote:

> Hi,
> 
> Sorry to bother the entire Squeak list with this - is there a better place
> to ask that question?

Yes, there is a alternative mailing list dedicated to Swikis (actually PWS
in general): pws at cc.gatech.edu.  This mailing list is closed to only
subscribers, so you most subscribe before posting.

> I have a Mac and a Win95 box on my office desk and I'd like to set up a
> Swiki on the Windoze machine because I use the Mac too much for normal
> development work. Now I played around with it for a while today and somehow
> I just didn't get the SWIKI to do anything. 

What is the exact error you are experiencing?  Are you able to start up a
SwikiAction or does it fail?

> Is there anything that I have
> to do differently than on the Mac side? I set the serverDirectory in
> ServerAction trying both the mac conventions (with : as separator) as well
> as with $\ as separator for directories.

You most use the appropriate seperators depending on the OS.  For Windows,
it is correct to use $\.  One possible problem occurs when you enter a
server directory without an ending $\.
ServerAction>>class serverDirectory should like ^ 'c:\squeakdir\server\'

> As I didn't have a server folder on the Win side, I just copied the server
> folder from my Mac swiki over to the Win box. Is that something I shouldn't
> do maybe?

This shouldn't be a problem.  One difference between Macs and Windows is
that Windows does not like PWS to serve on a low port number.  Try serving
on a higher port number, ie. 8080.

Ivan

> 
> I'd appreciate any hints.
> 
> Thanks,
> 
> Andreas
> 
> 

-- 

"Computers are nothing but a perfect illusion of order" - Iggy Pop

Ivan Brusic
Graduate Student
College of Computing
Georgia Institute of Technology





More information about the Squeak-dev mailing list