Package com.strangelight.servlets.TextEdit

This servlet allows simple text-editing of files on the strangelight.com web server.

See:
          Description

Class Summary
TextEditConfig adminConfig contains various constants and configuration-dependant methods.
TextEditServlet  
 

Package com.strangelight.servlets.TextEdit Description

This servlet allows simple text-editing of files on the strangelight.com web server. Since I don't have root access on this server, this servlet is often the simplest way of creating and editing files (such as configuration files) that need to be writable by web server processes. It was a quick hack, and is intended only for use by me.

STATUS: Beta