Welcome to the Simple Servlet example! This example demonstrates how to deploy a simple servlet application to WebLogic.
Package the application using:
mvn package
Note: If it builds correctly, you will see a
target
directory with thesimpleservlet-1.0.0-SNAPSHOT.war
file.
Deploy the application using the WebLogic Remote Console or the WebLogic Scripting Tool (WLST).