Skip to content

Files

Latest commit

6666dc7 · Feb 21, 2025

History

History

simpleservlet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 19, 2025
Feb 16, 2025
Feb 21, 2025
Feb 16, 2025

Simple Servlet Example

Welcome to the Simple Servlet example! This example demonstrates how to deploy a simple servlet application to WebLogic.

Packaging and running the application

Package the application using:

mvn package

Note: If it builds correctly, you will see a target directory with the simpleservlet-1.0.0-SNAPSHOT.war file.

Deploy the application using the WebLogic Remote Console or the WebLogic Scripting Tool (WLST).