This isn't necessary, but it makes it easier to access the app.
Add a line to EvwDemos.html:
<a href="BBoard.html">Bulletin Board</a>
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:
SrvcProv = eventweb.prov.BBoardProvFtry //:80/EvwDemos/RqstRouter
SrvcProv = eventweb.prov.BBoardProvFtry
specifies
the service provider to be added,//:80/EvwDemos/RqstRouter
maps the provider
to the GenericFtrySrvcConn service connector at //:80/EvwDemos/RqstRouterAdd BBoardProvFtry to the EvwDemos build script.
Edit Source/BuildWarFiles.xml and add two lines to the DemosServices property definition:
eventweb/prov/BBoardProvFtry.class,
eventweb/prov/BBoardProvFtry$BBoardProvImp.class,
Edit the request router initialization file
Edit Source/WarSrc/RqstRouterServlet.ini and add a line somewhere below the RegisterSrvc section:
SrvcProv = eventweb.prov.BBoardProvFtry
Rebuild the EvwDemos war file