Commit graph

1771 commits

Author SHA1 Message Date
hns
65b8d6b2c4 Major clean-up work on Application constructors. Removed some old
options like setting application file extensions etc. Instead now the Application
constructors can take arguments for the app and db home directories.

Updated helma.main.ApplicationManager and helma.servlet.StandaloneServletClient
to the new constructors.

TypeManager now has file extensions as static final members.
2002-08-02 10:27:31 +00:00
hns
c044ab86ab Set debug on so we get line numbers with stack traces. 2002-08-01 16:04:04 +00:00
stefanp
236a819d86 change in extension-mechanism:
initScripting() now returns a HashMap (key=varname, value=ESValue) which
will be added to the global object by FesiEvaluator. This ensures that global
vars are (re-)set before each request.
DemoExtension was updated to reflect this change.
2002-08-01 14:37:25 +00:00
stefanp
a4a0405241 fixed a bug that didn't let primitive values returned by a bean pass through
because of a classcastexception.
2002-07-31 15:57:25 +00:00
hns
c5e1c05dfb Upgraded to Mckoi DB 0.93 with DataCellCache patch applied
(see http://mckoi.com/database/ver/patches/0.93/ for details)
2002-07-31 15:48:29 +00:00
hns
44aff437b4 Better session cookie creation algorithm. Random number and timestamp are now
woven into one number. Both shorter and (presumably) more secure.
2002-07-29 18:11:51 +00:00
hns
7585b72d7f * Properties file is now read only when needed instead of reading it in constructor
* Implemented case insensitivity for Hashtable methods (get(), containsKey())
* Optimized file checking. Synchronized code is entered only if file has been modified.
* Added lots of comments.
2002-07-29 18:10:29 +00:00
hns
40ba46d788 Fixed issues with HTML comments and Helma macros in Helma format functions. 2002-07-29 14:53:13 +00:00
stefanp
1012b31a6a made app.properties-object readonly, plus formatting fixes. 2002-07-29 12:46:36 +00:00
stefanp
e6cf8647cc added readonly option. 2002-07-29 12:44:57 +00:00
stefanp
b4595a2a29 fixed bug that would check for another server running on the default rmi port
even if helma was using only the embedded webserver.
2002-07-29 12:42:52 +00:00
kmfdm
4b35b3bf2c added comment that advises initScripting, applicationStarted and applicationStopped to be synchronized. 2002-07-29 08:32:09 +00:00
hns
5482bbfc77 Update to JavaMail 1.2. 2002-07-26 17:08:28 +00:00
hns
969f5b1e76 Updated to JDOM beta 8. 2002-07-26 17:07:49 +00:00
hns
67c80bb772 updated version string. 2002-07-25 12:16:21 +00:00
hns
68f516710c Improved start scripts, added jetty jar files. 2002-07-25 12:09:35 +00:00
hns
8d72e0f9c4 Switch off event logging in Jetty 2002-07-25 11:27:18 +00:00
hns
aa73b41701 Acme Serve is no longer used in Helma. 2002-07-24 19:16:28 +00:00
hns
748c225afe Attempt to copy licenses folder into build package 2002-07-24 18:46:38 +00:00
hns
0fea66820e Update to new extended start scripts from Antclick distribution.
Including jetty.jar and servlet.jar into the classpath.
2002-07-24 18:45:56 +00:00
hns
69a016010e Updated to Helma license 1.2 2002-07-24 18:45:44 +00:00
hns
53410917bd Switch to Jetty for embedded web serving needs. 2002-07-24 18:37:20 +00:00
hns
20ea4b874f Get init parameters in in init method instead of a special constructor
the way servlets should.
2002-07-24 18:35:45 +00:00
hns
4e7cc29a82 Slight modification of the way too large file uploads are handled. 2002-07-24 18:34:46 +00:00
hns
07d457f558 Update to new extended start scripts from Antclick distribution.
Including jetty.jar and servlet.jar into the classpath.
2002-07-24 18:33:14 +00:00
hns
81f23f6a31 Removed ancient JSDK servlet classes. 2002-07-24 18:31:34 +00:00
hns
2fc9706c87 Added Servlet 2.2 API 2002-07-24 18:30:58 +00:00
hns
e17c0367e8 Added Jetty 3.1.8 ad new embedded web server 2002-07-24 18:30:10 +00:00
p3k
2a452e84e1 update to version 1.1.4 2002-07-23 09:16:59 +00:00
hns
a106e43fd0 Ditched getTranslatedSkinpath() and setTranslatedSkinpath in RequestTrans.
getSkinpath() and setSkinpath now directly deal with Object arrays.
2002-07-19 11:35:21 +00:00
hns
02d64e6d1e __prototype__ internal property is now also accessible as _prototype.
Simplified check for internal properties: Every property name starting with an
underscore is now interpreted as internal property.
Added check for null propertyName.
2002-07-18 20:32:28 +00:00
hns
bfa99996c8 Only return property-to-db mapping as properties enumeration if the node
is stored in a relational database. Otherwise, the actual properties are
returned.
2002-07-18 20:19:52 +00:00
hns
8f75b2183c create images dir (although this doesn't seem to be necessary) 2002-07-16 15:37:07 +00:00
hns
af183dfb0e unzip images to /static/images instead of /static/antville 2002-07-16 15:30:03 +00:00
hns
54ac9930e6 checkin of mckoi database configuration file. 2002-07-16 13:56:28 +00:00
hns
b930d63621 switch from hsqldb to mckoidb data source. 2002-07-16 13:41:35 +00:00
hns
857625515b commented out JAVA_HOME assignment which overwrites preexisting environment variable. 2002-07-16 13:39:03 +00:00
hns
c886ea5ad8 Remove HSQLDB jar file in favour of mckoidb.jar. 2002-07-16 13:22:30 +00:00
hns
7eef23b116 Empty Mckoi Database files 2002-07-16 13:20:09 +00:00
hns
87a95f270d Remove HSQLDB files in favour of Mckoidb. 2002-07-16 13:12:09 +00:00
hns
3b98b2c422 changed mountpoint for manage application. 2002-07-16 12:01:30 +00:00
hns
844a5f1ebb added mckoidb.jar to classpath. 2002-07-16 11:59:52 +00:00
hns
3353f34807 Updated classpath and command line. 2002-07-16 11:59:51 +00:00
hns
c202e31ea3 Set default uploadLimit.
Avoid hanging in in.read() when uploadLimit is exceeded.
2002-07-15 16:15:47 +00:00
hns
101e3ee58a Start embedded XML database without the db file name parameter, which doesn't
exist anymore and wasn't used anyhow.
2002-07-15 14:34:19 +00:00
hns
0128e07d69 Removed code to retrieve prototype from propertiy map in getPrototype().
(This was a backwards compatibility feature for when prototype was stored as
a generic property.)
2002-07-15 14:33:32 +00:00
hns
54f2a0e317 Issue a message to the Server log when moving applications on the
embedded web server.
2002-07-12 19:17:20 +00:00
hns
6978b08841 Specifying the mountpoint for applications on the embedded web server
now actually works. (Servlet path translation was broken).
Application manager is now able to move applications on the embedded web server,
i.e. if appname.mountpoint is modified, the application is re-mounted at the new
location.
2002-07-12 18:57:07 +00:00
hns
17a0a7a93c Cleaned up class quite a bit.
Added -x parameter to specify port of XML-RPC server independently from
RMI server port.
2002-07-12 17:53:08 +00:00
hns
010f71e201 Removed rmi.zip from classpath. 2002-07-11 12:40:30 +00:00