Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 660 Bytes

File metadata and controls

15 lines (9 loc) · 660 Bytes

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).