Skip to content

Commit

Permalink
Cyberdam V2.3 Sources as distributed on DC-ROM by IJsfontein = 14 Feb…
Browse files Browse the repository at this point in the history
…ruary 2012
  • Loading branch information
pietervanderhijden committed Oct 10, 2017
0 parents commit 4421db3
Show file tree
Hide file tree
Showing 982 changed files with 123,081 additions and 0 deletions.
Binary file added cyberdam_23/Cyberdam 2.3 System Maintenance.pdf
Binary file not shown.
Binary file added cyberdam_23/Cyberdam 2.3 css doc.pdf
Binary file not shown.
Binary file added cyberdam_23/Cyberdam 2.3 installation manual.pdf
Binary file not shown.
31 changes: 31 additions & 0 deletions cyberdam_23/context-example.xml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/cyberdam">
<!-- NOTES:
Use this file as an example context file: you can either rename it to context.xml and put
it in the META-INF directory inside the cyberdam webap or put the contents in a Context element in your tomcat
server.xml file. This file has been set up to always use the 'cyberdam' database - you might
want to create separate databases for several installs or versions. To change the database name
change 'cyberdam' in the url to your desired database name.
for connector options see: http://dev.mysql.com/doc/refman/5.0/en/connector-j-usagenotes-j2ee.html
-->
<Resource name="jdbc/cyberdam"
auth="Container"
type="javax.sql.DataSource"
maxActive="50"
maxIdle="35"
maxWait="10000"
username="cyberdam"
password="c4b3rdam"
driverClassName="com.mysql.jdbc.Driver"
removeAbandoned="true"
removeAbandonedTimeout="120"
logAbandoned="true"
url="jdbc:mysql://localhost:3306/cyberdam?useUnicode=true&amp;characterEncoding=UTF8&amp;mysqlEncoding=utf8"
validationQuery="select now();"
/>
<Resource name="mail/Session" auth="Container"
type="javax.mail.Session"
mail.smtp.host="localhost"/>
</Context>
Binary file added cyberdam_23/cyberdam.war
Binary file not shown.
799 changes: 799 additions & 0 deletions cyberdam_23/dbscripts/Cyberdam23InsertLanguageEN.sql

Large diffs are not rendered by default.

809 changes: 809 additions & 0 deletions cyberdam_23/dbscripts/Cyberdam23InsertLanguageNL.sql

Large diffs are not rendered by default.

1,606 changes: 1,606 additions & 0 deletions cyberdam_23/dbscripts/Cyberdam23InsertPlaygroundData.sql

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions cyberdam_23/dbscripts/README.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
cyberdam_basic.sql: database initialization file
cyberdam_model.mwb: mysql workbench file to visualize and explore the database model
Loading

0 comments on commit 4421db3

Please sign in to comment.