Skip to content

jebu/ajp_erl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AJP for Erlang
==============
This is a protocol binding for AJP to Erlang.

USAGE
=====
* Start the server
	ajp_server:start_link(8009)
* configure mod_jk to add a worker pointing to the newly started erlang worker
* configure apache to redirect /servlet/* the new worker JKMount and restart apache
* send request to /servlet/test
* should see a response coming from ajperl

DISCLAIMER
==========
Use at your own risk. This works for a simple get request currently. 

TODO
====
* EVERYTHING

About

Erlang binding for the AJP protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages