- Instruction 1b in sec 6.1 implies that what I am attempting is not possible with the built-in Cloudscape/Derby database. Is this correct?
No it is not correct. It is quite possible to do what you want with Derby database.
- The instruction 2 in sec 6.2 ask me to change all references to "localhost" in the BASSserver.props file to the Ubuntu computer's network name. Where can I find that name?
Not sure. You need to check the operating system manual on how to find this under Ubuntu. You may possibly find it in the etc/host file
Also, instructions 3 and 4 in sec. 6.2 mention how to set up the Configuration Tool on XP and Linux. How do I set it up on a Mac so that I can remotely configure AwareIM serving from Ubuntu?
You need to do the following:
- Install complete versions of Aware IM on both Linux machine and Mac OS
- Change all references to localhost to the network name of your Linux machine
- Edit the following files on Mac OS X machine:
a) UIConfig.props file located in AwareIM.app/Contents/Resources/java/bin directory to replace the HostServer property from localhost to the network name of your Linux machine
b) webapp.props file located in AwareIM.app/Contents/Resources/java/Tomcat/webapps/AwareIM directory to replace the ServerName property from localhost to the server name of your Linux machine
That's it - you will then be able to run both the Configuration Tool and the browser from Mac machine.