-
Notifications
You must be signed in to change notification settings - Fork 26
Starting and Stopping Tools
Sunil Bhaskarla edited this page Jan 23, 2023
·
6 revisions
These instructions use shell variables described here.
export CATALINA_BASE=$XTK_BASE
mkdir $CATALINA_BASE/logs
> $CATALINA_BASE/logs/catalina.out
cd $CATALINA_HOME/bin
./startup.sh
./shutdown.sh
cd $CATALINA_HOME/bin
./start.sh
(Java 9 or above)
./start.sh jre1.8
(jre1.8 is required only if Java 8 is used)
./stop.sh
Toolkit
Downloads
Installing Toolkit
Configuring Toolkit for Imaging Tests
Reporting Toolkit Installation Problems
Environment
Test Session
Conformance Test Tool
Writing Conformance Tests
Overview of Imaging Tests
Test Context Definition
Launching Conformance Tool from Gazelle
Inspector
External Cache
Support Tools
Test Organization
Configuring Test Kits
Managing Multiple Test Kits
SAML Validation against Gazelle
Renaming Toolkit
Toolkit API
Managing system configurations
Configuring Toolkit for Connectathon
Developer's blog