Windows XP
Oracle Containers for J2EE 10g (10.1.3.3.0) (build 070610.1800.23513)
Bonjour,

Je n'arrive pas à mapper un répertoire sous windows

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<orion-web-app>
	<!-- Uncomment this element to control web application class loader behavior.
		<web-app-class-loader search-local-classes-first="true"  include-war-manifest-class-path="true" />
	-->
	<web-app></web-app>
  <virtual-directory virtual-path="/trace" real-path="d:\trace"/>
</orion-web-app>

alors que sous AIX, le pb ne semble pas se poser.
<?xml version="1.0"?>

<orion-web-app xmlnssi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-web-10_0.xsd"
deployment-version="10.1.3.0.0"
jsp-cache-directory="./persistence"
jsp-cache-tlds="standard"
temporary-directory="./temp"
context-root="/laragrmws"
schema-major-version="10" schema-minor-version="0">
<!-- Uncomment this element to control web application class loader behavior.
<web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
-->
<web-app></web-app>
<virtual-directory real-path="/home/ias10gr2/test" virtual-path="/test"/>
</orion-web-app>
avez vous une idée ?

CDLT.