/LinuxGlassFishSpringBatch

Spring utilities to read remote file & glassfish logs, restart glassfish server & kill open ports

Primary LanguageJava


Logo

Linux GlassFish Spring Batch Processes

A walkthrough to the project set up

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Read File

This project is a little spring utility for remote glassfish server that allows developer to read logs file or any other remote file without having to ssh in the sever. The generated jar can be executed as jar and started as a service Java as Service

Here's why:

  • Unable to determine why the server hung or find out the exceptions thrown
  • Restart the glassfish server remotely in one click using any rest tool or browser for get

(back to top)

Built With

This section should list any major frameworks/libraries used to in our project.

  • Java Spring
  • Batch
  • Linux
  • Glassfish

(back to top)

Getting Started

Here's are instructions on setting up your project locally.

  • Java 1.8 or higher
  • Download the glassfish 4.1.2 and unzip it in a folder in your computer in my local it is in /Users/user/Documents/WebServers/glassfish4
  • Import the project in your IDE (strongly recommend IntelliJ)

How to run it.