Deploy the Bulletin Board Application

Create a link in the EvwDemos page

This isn't necessary, but it makes it easier to access the app.

Add a line to EvwDemos.html:

Deploy BBoard in the stand along server

BBoardProvFtry should already be compiled and saved in lib/eventweb/prov/
There should two files: BBoardProvFtry.class and BBoardProvFtry$BBoardProvImp.class

To deploy the app we need to add a line to EvwSrvr.ini
In the section under  Service = eventweb.net.conn.GenericFtrySrvcConn //:80/EvwDemos/RqstRouter  add:

The  SrvcProv = eventweb.prov.BBoardProvFtry  specifies the service provider to be added,
the  //:80/EvwDemos/RqstRouter  maps the provider to the GenericFtrySrvcConn service connector at //:80/EvwDemos/RqstRouter
any parameters for BBoardProvFtry would come after that.

Deploy BBoard in the EvwDemos servlet

Add BBoardProvFtry to the EvwDemos build script.

Edit Source/BuildWarFiles.xml and add two lines to the DemosServices property definition:

Edit the request router initialization file

Edit Source/WarSrc/RqstRouterServlet.ini and add a line somewhere below the RegisterSrvc section:

Rebuild the EvwDemos war file

10/15/16  swt