Skip to content

Commit 21739a5

Browse files
committed
update readme (first time after 9 years. yey\!)
1 parent d1fb7d3 commit 21739a5

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

README.txt

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the README file for version 1.7.0 of the Helma Javascript
1+
This is the README file for version 1.7.4 of the Helma Javascript
22
Web Application Framework.
33

44
==============
@@ -7,9 +7,9 @@ STARTING HELMA
77

88
With the default package installed, all you need to do to get
99
started is:
10-
-> make sure that you have Java 1.4 or higher installed
10+
-> make sure that you have Java 1.8 or higher installed
1111
-> call start.sh, resp. start.bat depending on your platform
12-
-> direct your web browser to http://localhost:8080/
12+
-> direct your web browser to http://localhost:8080/manage/
1313
See below for more detailed information.
1414

1515
===========
@@ -40,7 +40,7 @@ successfully been deploying Helma for several years now.
4040
SYSTEM REQUIREMENTS
4141
===================
4242

43-
You need a Java virtual machine 1.4 or higher to run Helma.
43+
You need a Java virtual machine 1.8 or higher to run Helma.
4444

4545
For Windows, Linux and Solaris you can get a Java runtime or development
4646
kit from http://java.sun.com/j2se/downloads.html. If you are on Mac OS X,
@@ -72,28 +72,22 @@ browser to http://localhost:8080/ or http://127.0.0.1:8080/
7272
(port 8080 on the local machine, that is).
7373

7474
Helma comes with a version of Jetty, a lightweight yet industrial strenth
75-
web server developed by Mortbay Consulting. See http://jetty.mortbay.com/
75+
web server developed by Mortbay Consulting. See https://www.eclipse.org/jetty/
7676
for more information. While Jetty works well for deploying real web sites,
7777
you may want to run Helma behind an existing web server. This is most
78-
easily done by running Helma with the AJPv13 listener which allows you to
79-
plug Helma into any web server using the Apache mod_jk module. See
80-
http://tomcat.apache.org/connectors-doc/index.html for more
81-
information on mod_jk and AJPv13.
78+
easily done by using a HTTP-Proxy module like mod_proxy for Apache.
8279

8380
Finally, Helma can be plugged into Servlet containers using Servlet
8481
classes that communicate with Helma either directly or via Java RMI.
8582
(Be warned that these options may be harder to set up and maintain though,
8683
since most of the recent development efforts have been geared towards the
87-
mod_jk/AJPv13 setup.)
84+
HTTP-Proxy setup).
8885

8986
=====================================
9087
DOCUMENTATION AND FURTHER INFORMATION
9188
=====================================
9289

93-
After installing and running Helma, you will be able to access
94-
introductions to the features of Helma and the various included
95-
development tools. Further information you will find on the helma.org
96-
website:
90+
You can find further information on the helma.org website:
9791

9892
http://helma.org/docs/guide/
9993
http://helma.org/docs/reference/
@@ -107,7 +101,7 @@ MAILING LIST AND SUPPORT
107101
Please join us on the Helma mailing lists where we will be happy to
108102
answer any further questions you may have!
109103

110-
http://helma.org/development/mailinglists/
104+
https://groups.google.com/forum/#!forum/helma
111105

112106

113107

0 commit comments

Comments
 (0)