GithubHelp home page GithubHelp logo

mursalghori / spring-boot-legacy-weblogic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bamiidowu/spring-boot-legacy-weblogic

0.0 1.0 0.0 9 KB

An example of a spring boot application that can be deployed to a legacy weblogic server which uses servlet 2.5 api

Java 91.74% HTML 8.26%

spring-boot-legacy-weblogic's Introduction

Spring Boot support for legacy WebLogic

An example of a spring boot application that can be deployed to a legacy WebLogic server (11g and below) which uses servlet 2.5 api

Dependencies

  • spring-boot-starter-parent: Using version 1.1.12 for Java SE 6 compatibility 1.1.12.RELEASE
  • servlet-api: Using version 2.5 supported by legacy WebLogic servers 11g and below
  • spring-boot-legacy: Using version 1.0.4 support for legacy (Servlet 2.5) apps in Spring Boot [https://github.com/dsyer/spring-boot-legacy]

Running the Application

You do not run this application by executing the main method in SpringBootWebLogicLegacyApplication.java. Please read these instructions to launch this application

To run the application:

Execute the following commands

cd ~/spring-boot-legacy-weblogic

mvn spring-boot:run

Building the WAR

Use the standard Maven Lifecycle "package" goal to create the WAR.

Note the following commands will fail due to the spring-boot-starter-tomcat dependency being given the scope of provided.

mvn spring-boot:repackage

Accessing the Service

Running locally

http://localhost:8080/spring-boot-legacy-app

Running from WebLogic

http://{webLogicServerAddress}:{port}/spring-boot-legacy-app

If you see "Hello World!" then everything is working correctly

spring-boot-legacy-weblogic's People

Contributors

bamiidowu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.