Quickly create a Web application with BEA WLS
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
and that's all.
To configure your new application, run this program java weblogic.marathon.Main testapp
Written and compiled by Réal Gagnon ©1998-2005
[ home ]