Quickly create a Web application with BEA WLSTag(s): Servlet/JSP
To create a web application without an EAR or WAR, follow these steps :
- Open a Shell window in %BEA%\user_projects\domains\[mydomain]\applications
- Run this script : ..\setenv.cmd
- Type this command : md testapp
- Type this command : md testapp\WEB-INF
- Run this program : java weblogic.marathon.ddinit.WebInit testapp
To configure your new application, run this program java weblogic.marathon.Main testapp