Home
Name Modified Size InfoDownloads / Week
FreezerWebAccess.exe 2015-11-16 53.3 MB
readme.txt 2013-04-24 4.0 kB
Freezer Web Access.pdf 2013-01-07 338.7 kB
Totals: 3 Items   53.7 MB 0
Freezer Web Access is a user friendly program designed to assist researchers with establishing an efficient system for storing frozen biological samples.

Freezer Web Access can track all of your research, development and process scale-up data in a single data storage platform, providing a organized and time effective means of keeping inventory and tracking samples on a large scale, while integrating sample storage and data storage on one easy-to-use format, minimizing confusion and increasing overall efficiency.

Web based client/server Freezer Web Access architecture allows secure data access from anywhere with one-time installation. Multi-platform browser support for Windows, Mac, and Linux based computers 

	Standards and Compliance

Freezer Web Access meets Good Laboratory Practice (GLP) and Food and Drug Administration (FDA) Guidelines, including 21 CFR Part 11 requirements:
	Provides an audit trail for every data change including the
	date/time stamp, what was modified, and who made the modifications.
	Facilitates enhanced password security.

	Additional Requirements

Freezer Web Access is built on top of Java.
If you don't already have Java, go to http://www.java.com and download the Java.

	Freezer Web Access uses Jetty web server and PostgreSQL database.
	
Freezer Web Access PostgreSQL database is located in C:\Program Files\Freezer Web Access\pgsql directory.
Freezer Web Access database (fwa) is located in C:\Program Files\Freezer Web Access\pgsql\data directory.

Freezer Web Access PostgreSQL
port 5431
database fwa
username postgres
password admin
Freezer Web Access dataSource
    <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
        <property name="driverClassName" value="org.postgresql.Driver" />
        <property name="url" value="jdbc:postgresql://localhost:5431/fwa" />
        <property name="username" value="postgres" />
        <property name="password" value="admin" />
    </bean>

to backup and maintain the database please install pgAdmin
http://www.pgadmin.org/download/windows.php    
        
from the Command Prompt you can manage Freezer Web Access service
register Freezer Web Access service
"C:\Program Files\Freezer Web Access\pgsql\bin\pg_ctl" -p 5431 register -w -D "C:\Program Files\Freezer Web Access\pgsql\data" -N "Freezer Web Access PgSql"
start
net.exe start "Freezer Web Access PgSql"

srop
"C:\Program Files\Freezer Web Access\pgsql\bin\pg_ctl" -p 5431 stop -D "C:\Program Files\Freezer Web Access\pgsql\data"
unregister
"C:\Program Files\Freezer Web Access\pgsql\bin\pg_ctl" -p 5431 unregister -N "Freezer Web Access PgSql"

PostgreSQL pg_restore and pg_dump commands are located in 
C:\Program Files\Freezer Web Access\pgsql\bin
for more information please see PostgreSQL documentation.

check pg_ctl - initialize, start, stop, or control a PostgreSQL server 
http://www.postgresql.org/docs/current/static/app-pg-ctl.html

Freezer Web Access index.war and fwa.war files are located in C:\Program Files\Freezer Web Access\webapps directory.

Freezer Web Access url
http://localhost:8081/fwa/account/ccl
Login: admin
Password: admin

If you are experiencing problems using FWA then please report your problems to support@atgclabs.com

We would greatly appreciate any feedback you have on which modules you find particularly helpful, those for which you would suggest additions or corrections, as well as new features. 
This information will be used to further enhance and improve our programs.

	Commercial Support

If you want to get priority help, need to get up to speed quickly, require some training or need full production support, request customization to your unique work flows or new features, 
please contact sales@atgclabs.com

For a fully functional version of Freezer Web Access, please
contact sales@atgclabs.com

ATGC Labs
www.atgclabs.com
Source: readme.txt, updated 2013-04-24