WebLogic 11 and 12

This topic describes the preferences that you need to set for configuring AppScan® Source to reference an Oracle WebLogic Server.

In the WebLogic preference pages, you specify the server installation directory and you can set advanced configuration options. Specifying the installation directory allows AppScan® Source to automatically find all application server dependencies when configuring projects.

Configure AppScan® Source to reference the WebLogic installation directory, the WebLogic JAR file, and JavaServer Page (JSP) compiler options.

Only select the Enable Advanced Configuration Options check box if you need to change the default WebLogic JSP compiler options or to locate the weblogic.jar file. The default WebLogic JSP compiler options are:

%JSP_JVM_OPTIONS% 
	-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0
	-classpath
%JSP_COMPILER_CLASSPATH% weblogic.jspc
%JSP_OPTIONS% -verboseJspc -package
%PACKAGE_NAME% -linenumbers -g -debug -keepgenerated -compiler
%JAVAC_PATH% -webapp
%WEB_CONTEXT_ROOT_PATH% -d
%OUTPUT_PATH%