This will guide you through installation of TNSadmin Web Manager GUI on your windows server.
If you don't already have Java 7 on your server, download Java SE 7 JRE from http://www.oracle.com/technetwork/java/javase/downloads/index.html and install.
Extract tnsadmin-web-x.y.z-win32/64.zip into a target directory. Try to avoid directory names with spaces.
E.g. C:\tnsadmin-web
There are several configuration files in tnsadmin-web\conf
folder.
copy tnsadmin.conf.sample to tnsadmin.conf
db.domains
to domains in your LDAP server, separate multiple domains with commaoracle.ldap.*
to LDAP server with TNS recordsserver.xml
and set Server and Connector portsThis is the basic configuration you need to do to start application correctly. For more configuration options, check TNSadmin Web Manager configuration options
If you have an Enteprise License file, put it into tnsadmin-web\conf\tnsadmin.licence
.
Without license file, you will be limited to manage only 10 database records.
Create a windows service, so TNSadmin Web Manager GUI runs in the background
As Administrator runservice.bat install tnsadmin-webIn Services list (services.msc), you will see this service as:
Apache Tomcat tnsadmin-web
, you can set Startup mode (Automatic, Manual, Disabled) there.
net start tnsadmin-webCheck log files for possible errors, log files are located in
tnsadmin-web\logs
Your application will run on http://127.0.0.1:8080
or another port if you changed it in server.xml