A J2EE web module is packaged as a web archive (WAR) file which contains one or more web components (servlets, JSPs) and a deployment descriptor file named web.xml. Once you've created the deployment profile containing the web components and the deployment descriptor file and packages them into a standard J2EE Web Archive (WAR) file, you can proceed to deploy the WAR or EAR to a WebLogic 6.1 or 7.0SP1 application server.
To deploy a web application to WebLogic in JDeveloper :
Notes:
http://www.javasoft.com/products/servlet/
WEB-INF/web.xml
. Required XSS file c:\bea\user_projects\jdev\applications\DefaultWebApp\styles\blaf.xss
To resolve this issue, you'll need to modify the uix2-install.zip
that WebLogic loads from original location <jdev_home>/jdev/redist
.
The uix2-install.zip
file has a directory structure that includes
the cabo
directory in all paths. For example, tliner.gif
is in cabo/images
. The cabo
directory must be
removed so that WebLogic doesn't confuse it with the virtual directory cabo
that exists after you have deployed your application to WebLogic.
Modify uix2-install.zip
to remove cabo
path:
c:\temp\
). If you are using the jar
command, you can use this command:
jar -xf uix2-install.zip.
cabo
directory, but
do not include the cabo
directory in the archive path. If you are using the
jar
command, cd
into the cabo
directory,
then use this command:
jar cvf uix2-install.zip *
uix2-install.zip
file in your
WebLogic server path.