Web Connection User's Guide
To test your web server interface (WSI) and the
VisualAge setup, do the following:
- Start VisualAge on the Web server specified in the WSI
configuration.
- Load the Web Connection feature if it is not already loaded.
- Start a WSI server (see Using the WSI monitor interface).
- Configure your Web browser launch options (see Setting Web browser launch options).
- Save your VisualAge Smalltalk image.
- From the VisualAge Organizer, select the application
AbtWebSampleApp and open the class
AbtWebSampleHelloWorld.
- Press the test button.
Your Web browser should start and display the Hello World page.
In the WSI monitor interface, the total count on the Servers
page should increment, showing 1 if this is the first
request.
If VisualAge is installed on a different machine than your Web server,
after starting your WSI server, you can open a Web browser and enter the URL
for a class to test it.
If your class is not found or you could not connect, check the
following:
- The WSI monitor is started on the correct port, for example 8081.
- That abtwsi.cnf is pointing to the right Web
server.
- That the URL specified in your Web browser launch options is
correct.
- That WSI and your Http server are configured properly.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]