Web Connection User's Guide
Now you're ready to start using VisualAge
Smalltalk. To run a VisualAge Smalltalk web application on your OS/390
system, do the following:
- Create your web application in VisualAge Smalltalk.
Create a new application. Then, in the Composition Editor, create
your web application using any parts that run in an MVS Native
environment.
- In VisualAge Smalltalk, create an MVS Native passive image.
When you create the MVS image, include the Web Connection feature.
- Open the passive image and load your web application. Make sure you
load all of the classes needed for runtime.
- Package the application, including your web application. For more
information on packaging, see VisualAge Smalltalk Server Guide.
- Upload your packaged image to an OS/390 dataset.
- Create an executable load module for the packaged MVS image. See
the VisualAge Smalltalk Server Guide.
- Run the executable load module. The load module will run in the
background waiting for input from the web server. For more information,
see the VisualAge Smalltalk Server Guide.
- Start your web server.
- Point your web browser to your application using the following
format: http://hostname/abtwsi/classname
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]