Thursday, January 21, 2010

Mapping URLs to file location in weblogic

You can map your URL to file location by specifying the file location in configuration file.

Weblogic.xml
<virtual-directory-mapping>
<local-path> path to file</local-path>
<url-pattern>/*</url-pattern>
</virtual-directory-mapping>

No comments:

Post a Comment