BEJY - the tiny fast and easy Java server

gfx/show.gif BEJY the Java server solution
BEJY provides a generic multithreaded TPC/IP server implementation, with additional SSL, to plug different protocol implementations to. Note that BEJY provides an own SSL implementation (up to TLS1.2) and can be used Java stacks which only provide a subset of the full Java libs.
With the available HTTP, IMAP, SMTP, POP3 protocols and the HTTP-redirector protocol BEJY is a complete solution for hosting providers.
  • written in 100% pure Java
  • small in size
  • great in performance
  • supports e-mail
    • SMTP
    • POP3
    • IMAP
    is a web server
    • HTTP
    • JSP
    • any local executable like PHP (cli) and more
    is a http multiplexer
    • configuration to redirect http requests to different servers
Under construction (beta available)
  • RTSP - working for some file formats
  • LDAP - working for basic queries, good enough to use it if you need some LDAP server during development
  • J2EE - just starting but BEJY runs the first EARs :-)
BEJY is production quality mail server, supporting POP3, IMAP4rev1 and SMTP, and is working perfectly with all well known solutions.

BEJY can work as a transparent proxy to facade several running instances.

Also ask for our Linux kernel patch, to use Java + ports < 1024 without root permissions. Or use the user/group change lib.

Feel free to download and use it for non commercial purposes.

Please contact me if you are interested in commercial usage.

gfx/show.gifBEJY Tiger
There is also BEJY Tiger, a stripped version, to run Java web applications out of the box.

Why would someone use BEJY Tiger?

There are many good reasons:
This and more makes BEJY Tiger a good alternative J2EE web container.

Try BEJY, love BEJY, enjoy BEJY.

Source Code

The source code is available at github.com
BEJY Server framework https://github.com/bebbo/de.bb.bejy.server
BEJY HTTP Server https://github.com/bebbo/de.bb.bejy.http
BEJY MAIL Server https://github.com/bebbo/de.bb.bejy.mail
BEJY LDAP Server https://github.com/bebbo/de.bb.bejy.ldap

To build everything get the full project tree starting at the root https://github.com/bebbo/de.bb
(c) by Stefan Bebbo Franke in 2000-2022, all rights reserved