Share this page 

Quickly create a Web application with BEA WLSTag(s): Servlet/JSP


To create a web application without an EAR or WAR, follow these steps :
  1. Open a Shell window in %BEA%\user_projects\domains\[mydomain]\applications
  2. Run this script : ..\setenv.cmd
  3. Type this command : md testapp
  4. Type this command : md testapp\WEB-INF
  5. Run this program : java weblogic.marathon.ddinit.WebInit testapp
and that's all.

To configure your new application, run this program java weblogic.marathon.Main testapp