Web Connection User's Guide
Now you are ready to test your installation by building
a small Web page. This will confirm that your installation is
functioning properly, and that Web browsers can access applications you build
with VisualAge. (You can also use the sample "Hello, World" page
included in the AbtWebSamplesApp application.
To test your installation, follow these steps:
- In the VisualAge Organizer, select Open a Web Server Interface
Monitor from the Options menu. (You can also do this
from the Smalltalk Tools menu of the System Transcript
window.)
- In the Web Server Interface Monitor window, select the Start a WSI
Server push button.
-
In the Start a WSI Server window, specify the port number through which WSI
will connect to VisualAge. This should be the same port number you
specified in the WSI configuration file on the Web server. (See Customizing the WSI configuration file for more information about the WSI configuration
file.)
- In the VisualAge Organizer, create a new part. For Part
type, select Web Connection part.
- Open the Composition Editor on the new part. You should see a
single subpart, a Page.
- Go to the Web Connection category and select Text. Place the Text
part inside the Page.
- Open the settings of the Text part. On the Text page,
set the Text to be displayed to read Hello, World!
- Save the part. Select the test button,
, to test the part.
- After the page loads, you should see the text Hello, World!
appear in your Web browser.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]