codingGirl
Programmer
Hi
I have deployed my web application as a war file and am trying to set up a path to documents on Solaris using <virtual-directory-servlet> in the weblogic.xml file. Looks like this:
****************************************************
<!DOCTYPE weblogic-web-app
PUBLIC "-//BEA Systems, Inc.//DTD Web Application 6.0//EN"
"
<weblogic-web-app>
<virtual-directory-mapping>
<local-path>/directory1/directory2/</local-path>
<url-pattern>/pathName/*</url-pattern>
<url-pattern>*.html</url-pattern>
</virtual-directory-mapping>
</weblogic-web-app>
*******************************************************
The path " " is being created but it submits a server error when trying to locate the html file.
Any ideas? I have placed the weblogic.xml file in the WEB-INF directory.
Thanks so much.
I have deployed my web application as a war file and am trying to set up a path to documents on Solaris using <virtual-directory-servlet> in the weblogic.xml file. Looks like this:
****************************************************
<!DOCTYPE weblogic-web-app
PUBLIC "-//BEA Systems, Inc.//DTD Web Application 6.0//EN"
"
<weblogic-web-app>
<virtual-directory-mapping>
<local-path>/directory1/directory2/</local-path>
<url-pattern>/pathName/*</url-pattern>
<url-pattern>*.html</url-pattern>
</virtual-directory-mapping>
</weblogic-web-app>
*******************************************************
The path " " is being created but it submits a server error when trying to locate the html file.
Any ideas? I have placed the weblogic.xml file in the WEB-INF directory.
Thanks so much.