Skip to content

Latest commit

 

History

History

simpleservlet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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