BBj Web Server
BBj 9.0 and higher includes a built-in Web Server. Documentation for the Web Server is available from a local* documentation installation or from the Web:
- BASIS local* or web documentation
- Barista local* or web documentation
- AddonSoftware local* or web documentation
*Local links only work with documentation installed locally from www.basis.cloud/documentation
In addition, you can even serve any files in the htdocs directory available under the url http://localhost:8888/files/. For example, to serve up a company logo with BBj installed in c:\program files\basis\, save the image file as c:\program files\basis\htdocs\logo.png so that the logo would be available as http://localhost:8888/files/logo.png.
Configure the host name and port number via Enterprise Manager > Web Services. To serve your application via Web start, read Enterprise Manager - JNLP Configuration or to publish Web Services, refer to Enterprise Manager - Web Configuration.