Questions tagged [docbase]

A document database system or document management system which include an internal rich text editor that works on PHP, using MySQL database as backend.

A document database system or document management system which include an internal rich text editor that works on PHP, using MySQL database as backend.

DocBase is guided by two simple principles:

  • Keep all documents in one place, to make them accessible anywhere, anytime.
  • Keep document creation and/or updating very simple and with as few required steps as possible.

Supported/Tested platforms:

  • Server side: Apache/PHP/MySQL on UNIX (never tested on Windows but it's in the plan).
  • Client side: Microsoft Internet Explorer v5.5+. The rich text editor doesn't work at all with Netscape or Mozilla.

For now, the DocBase application server has been tested on a UNIX host (HP-UX) with Apache/PHP/MySQL./p>

For client side, only Microsoft Explorer 5.5 and higher works for the rich text editor

How it works in summary:

  • All documents are created into the DocBase application itself by using the internal rich text editor.
  • A document can be released or unreleased. All new/modified documents go in the unreleased list until you release them by using the button.
  • Each document release is a document by itself. The system keeps all versions of a document so you can see the changes over time.
  • A release document is only a document with a version, given at release time.
  • You can insert pictures, attach any kind of files or create internal DocBase document hyperlinks (references to other DocBase documents).
  • At release of a document, an email is sent to a defined address in HTML format.
  • Documents are classified in group/subgroup organization.
  • A document is locked at editing time to prevent two people from making conflicting simultaneous edits.
  • You can filter, sort and search across all documents
  • All documents are written in HTML.
  • All documents, pictures and inserted documents are stored in MySQL database.

Source: http://docbase.sourceforge.net/documentation.php

5 questions
0
votes
1 answer

Docbase could not connect to the database error in documentum content server installation

While I am installing Documentum content server on AWS EKS, I am receiving this Error. Postgress DB is installed on EC2 VM. 14:20:47,013 INFO [main] com.documentum.install.server.installanywhere.actions.DiWAServerModifyDocbaseDirectory - The…
Vinayak S.
  • 382
  • 2
  • 7
0
votes
0 answers

Fail to Star Child in APACHE 9.0 Windows

10-Jun-2020 18:11:00.859 INFO [main] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying deployment descriptor [C:\Tomcat 9.0\conf\Catalina\localhost\balancer.xml] 10-Jun-2020 18:11:00.860 WARNING [main] org.apache.catastrong…
0
votes
0 answers

How do I set a url path in tomcat which points to another file in the webapp?

I have a file present at location Webapps/MyApp/Web/index.html in tomcat. If I use following URL I am able to access it: :/MyApp/Web/index.html I want to use one more URL to access this location: :/MyApp/Strom/Web/index.html The Strom directory…
kshitij
  • 1
  • 2
0
votes
1 answer

Tomcat 9 context docBase redirect to https

I have trouble with Tomcat 9 configuration on Ubuntu. I have deployed 1 application under Tomcat. Created SSL and redirect HTTP to HTTPS. My appliaction name for example - example :) So I have this: Part of my server.xml config file:
Boqler
  • 68
  • 1
  • 6
0
votes
1 answer

Change docBase for apache tomcat in Netbeans

I have tried changing the docBase (with the help of several tutorials for serving static images from outside WebApp)of the Apache Tomcat installed by Netbeans, but till now no luck for me and getting 404 error.
me_digvijay
  • 5,374
  • 9
  • 46
  • 83