Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Getting Started

Arvindo Kinny edited this page Mar 7, 2017 · 3 revisions

Build Jwala

  1. Install Git
  2. Install JDK
  3. Install Gradle
  4. Clone jwala as follows git clone https://github.com/cerner/jwala.git
  5. Build jwala bundle using gradle gradle clean zipJwalaTomcat
  6. Set JAVA_HOME and run apache tomcat set JAVA_HOME=jdk1.7.0_45
  7. Run jwala on tomcat

cd /jwala/jwala-tomcat/build/apache-tomcat-7.0.55/bin

Start Tomcat as follows

catalina.bat run

Run Jwala

Jwala can run by using the war file build in the the above step

unzip jwala-tomcat-0.0.22.zip to a location

Example c:/apache-tomcat-7.0.55

Run tomcat

c:/apache-tomcat-7.0.55/bin/catalina.bat start

Jwala will be accessible from

Jwala https://localhost:8001/jwala/

You can login using default credentials as,

username: jwala

password: jwala

Clone this wiki locally