|
|
Cybozu Web Server for Windows 98/NT/2000/XP |
This page will help you get the Cybozu Web Server up and running.
Cybozu Web Server was developed by Cybozu to integrate with Share360 for people who don't have a Web Server installed.
It is bundled with the Share360 installer and can be found in the top level of your installation directory. i.e. C:\InetPub.
|
2 -
|
Before starting the installation
|
Please make sure that you do not have a Web server before you try installing Cybozu Web Server. If there's already a Web server present, Cybozu Web Server will not work over your existing Web server.
You have to download a copy of Share360 and install it on your machine in order to get the Cybozu Web Server. After you install Share360; look in your installation directory (i.e. C:\Inetpub ). To find the exectables:
- cws.exe
- cwm.exe
|
3 -
|
Install Cybozu Web Server
|
In most cases, you will be given an option in the Share360 installer to install the Cybozu Web Server if you are not running a web server. In some cases, you may have to do this manually:
Open Control Panel and double-click the icon Command Prompt.
A command line windows will be appear.
Type cd c:\Inetpub and hit Return.
Then, please type cws.exe install and hit Return.
You will get a status message depending on the versions of Windows that you use. Note that on Windows 98, there is no status message.
|
4 -
|
Finish the Installation and confirm that it's operational
|
In most cases, this is all it takes to start Cybozu Web Server provided that you use all the default settings.
To test your installation, open up your web browser and enter ther URL for share360. i.e. http://localhost/scripts/s360/office.exe?
Cybozu Web Server is ready to run using the default settings, but it's also configurable to fit your needs
Using your Windows Explorer, go to C:\InetPub and click on cwm (Cybozu Web Manager). This is a GUI that will allow you to configure the Cybozu Web Server.

The first tab (Cybozu Web Server) allows you to choose a different port for the web server. The default is port 80 as it is for most Web Servers. If that port is used for something else. You may choose a different port. It also tells
you the status of the Web Server, you can start and stop Cybozu Web Server by press the button in the middle of the screen.

The second tab (Directory Settings) contains the configuration where you can change your Document Root. This is usually where your Web server puts all the pictures and html; the Default is C:\Inetpub\wwwroot. Virtual Paths are
set allowing you Web Server program to execute on your machine. If you install Share360 in C:\Inetpub\scripts\s360, the paths are usually set as /scripts <-> c:\Inetpub\scripts. You can add extra paths using the buttons on the bottom of the page.
This is equivalent to the Virtual Directory on IIS and is similarly used.
Notice that if you Add or Edit the properties of the Virtual Path you can choose either READ access or SCRIPT access depending if you want the directory to be executable on your system or not. Normally, you would choose the SCRIPT
settings for the Share360 directory.

The third tab (Log) allows you to set a log directory and file so that you can check and debug if you need to monitor the activities on your Web Server. You can choose any directories you like provided they exist. By default, this is
usually located where you install your Share360.
Hit Apply on each tab and click the OK button when you are done configuring.
|