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
2
2
Web Application Framework.
3
3
4
4
==============
@@ -7,9 +7,9 @@ STARTING HELMA
7
7
8
8
With the default package installed, all you need to do to get
9
9
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
11
11
-> 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/
13
13
See below for more detailed information.
14
14
15
15
===========
@@ -40,7 +40,7 @@ successfully been deploying Helma for several years now.
40
40
SYSTEM REQUIREMENTS
41
41
===================
42
42
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.
44
44
45
45
For Windows, Linux and Solaris you can get a Java runtime or development
46
46
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/
72
72
(port 8080 on the local machine, that is).
73
73
74
74
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 /
76
76
for more information. While Jetty works well for deploying real web sites,
77
77
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.
82
79
83
80
Finally, Helma can be plugged into Servlet containers using Servlet
84
81
classes that communicate with Helma either directly or via Java RMI.
85
82
(Be warned that these options may be harder to set up and maintain though,
86
83
since most of the recent development efforts have been geared towards the
87
- mod_jk/AJPv13 setup.)
84
+ HTTP-Proxy setup).
88
85
89
86
=====================================
90
87
DOCUMENTATION AND FURTHER INFORMATION
91
88
=====================================
92
89
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:
97
91
98
92
http://helma.org/docs/guide/
99
93
http://helma.org/docs/reference/
@@ -107,7 +101,7 @@ MAILING LIST AND SUPPORT
107
101
Please join us on the Helma mailing lists where we will be happy to
108
102
answer any further questions you may have!
109
103
110
- http ://helma.org/development/mailinglists/
104
+ https ://groups.google.com/forum/#!forum/helma
111
105
112
106
113
107
0 commit comments