Where can I find the configuration information for a standalone Jaxer with apache?

Here are some of the basic things about the folder structure of the “Jaxer Package with self-contained Apache on Windows”. (The top most folder is Aptana Jaxer, eg “C:\JAM\Aptana Jaxer” if you unzip it under C:\JAM).

Apache configuration: the main apache configurations related with Jaxer are in jaxer/confs/jaxer-win.httpd.conf. This file is referenced from Apache22\conf\httpd.conf. It specifies information such as Jaxer server and port, file types that will be processed by Jaxer.

Mod_jaxer: the filter/handler that communicates between Apache and Jaxer is under jaxer/connectors. Two of them are included; one works with Apache 2.2 (mod_jaxer.so), and the other works with Apache 2.0 (mod_jaxer20.so). It is referenced in the Apache configuration file.

Jaxer executables: they are under the jaxer folder. JaxerManager is the one you would start, and it starts and manages Jaxer’s.

Jaxer preferences: the preferences are under jaxer/defaults/pref. These settings mainly (although not all of them) control the amount of logging. If you modify the preferences, you should restart JaxerManager.

Logs: all logs are under logs. If you turn on the debug logging or protocol dumping, the jaxer log can grow quickly.

Default Webroot: the default is public. You can put your test page there and load it with http://localhost:8081/ to test it.