vftw blog

Viewpoints from the Web

Archive for programming

How to connect to an open office base database using macro within the form

Unless you already know how to do it, it can be quite tricky. The following site has a good description.

How to connect to an open office base database using macro within the form.

Redirect using PHP

How to make a redirection script using PHP.

Read Full Article: Redirect using PHP

Using Apache httpd with Glassfish

If you have a working instance of apache and a working instance of glassfish, you can get them working together, i.e. have apache handle all the incoming http and let it forward any jsp or servlet calls to glassfish.
You’ll need to dowload and setup mod_jk for apache. Then you’ll need to follow the instructions …

Full Story: Using Apache httpd with Glassfish