Installing Aptana Jaxer with Apache VirtualHosts
Aptana's Jaxer is a server side JavaScript framework that allows you to code entire applications (frontend and backend) in HTML, CSS and JavaScript, while using AJAX to postback data from JavaScript events. Sound interesting? We thought so too so we went about installing Jaxer on our server. We realized right away that the default installation wasn't going to work for us, as we wanted to integrate things directly with our current Apache configuration. After some searching and trial and error, we managed to get the setup to work the way we wanted it.
So here you go:
We ...
