initial check-in

This commit is contained in:
Tobi Schäfer 2001-06-21 13:12:25 +00:00
parent 27b20500c7
commit 358872a361
15 changed files with 50 additions and 73 deletions

View file

@ -1,11 +1,11 @@
# This is where you specify relational data sources to
# map Hop types to an external database
# map Helma types to an external database
# Comma-separated list of data source names
sources=myDataSource
sources = myDataSource
# Properties of data sources
myDataSource.url=jdbc:mysql://db.domain.com/space
myDataSource.driver=org.gjt.mm.mysql.Driver
myDataSource.user=username
myDataSource.password=xyz
myDataSource.url = jdbc:mysql://db.domain.com/space
myDataSource.driver = org.gjt.mm.mysql.Driver
myDataSource.user = username
myDataSource.password = xyz

View file

@ -2,15 +2,12 @@
rem Batch file for starting Hop with a JDK-like virtual machine.
set JARS=lib\helma.jar;lib\berkeley.jar;lib\village.jar;lib\jsdk.jar;lib\openxml.jar
set JARS=%JARS%;lib\sax.jar;lib\regexp.jar;lib\netcomponents.jar;lib\jimi.jar
set JARS=%JARS%;lib\mail.jar;lib\activation.jar;lib\mysql.jar
set JARS = lib\helma.jar;lib\berkeley.jar;lib\village.jar;lib\jsdk.jar;lib\openxml.jar
set JARS = %JARS%;lib\sax.jar;lib\regexp.jar;lib\netcomponents.jar;lib\jimi.jar
set JARS = %JARS%;lib\mail.jar;lib\activation.jar;lib\mysql.jar
set HOP_PORT=8080
set HOP_PORT = 8080
echo Starting Web server on port %HOP_PORT%
java -classpath c:\winnt\java\packages\rmi.zip;%JARS% helma.objectmodel.db.Server -w %HOP_PORT%

View file

@ -2,11 +2,10 @@
# Stupid shell script for starting Hop with a JDK-like virtual machine.
# Presumes that you have your classpath set.
export HOP_PORT=8080
export HOP_PORT = 8080
export JARS=lib/helma.jar:lib/berkeley.jar:lib/village.jar:lib/jsdk.jar:lib/openxml.jar
export JARS=$JARS:lib/sax.jar:lib/regexp.jar:lib/netcomponents.jar:lib/jimi.jar
export JARS=$JARS:lib/mail.jar:lib/activation.jar:lib/mysql.jar
export JARS = lib/helma.jar:lib/berkeley.jar:lib/village.jar:lib/jsdk.jar:lib/openxml.jar
export JARS = $JARS:lib/sax.jar:lib/regexp.jar:lib/netcomponents.jar:lib/jimi.jar
export JARS = $JARS:lib/mail.jar:lib/activation.jar:lib/mysql.jar
java -classpath $CLASSPATH:$JARS helma.objectmodel.db.Server -w $HOP_PORT

View file

@ -1,4 +1,4 @@
Copyright (c) 1999-2000 Helma.org. All rights reserved.
Copyright (c) 1999-2001 Helma.org. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -12,9 +12,9 @@
the documentation and/or other materials provided with the
distribution.
3. Attribution must be given to Hop in a way that is appropriate to how
it is being used. For a website this attribution will normally consist
of a link to http://helma.org/ with the line "Powered by Hop".
3. Attribution must be given to Helma in a way that is appropriate to how
it is being used. For a website this attribution will normally consist
of a link to http://helma.org/ with the line "Powered by Helma".
4. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
@ -42,6 +42,3 @@
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

View file

@ -1,2 +0,0 @@
country = AT
language = de