to all,
this may be silly, but it is real issue.

rationale:

I have a client run windows nt 4.0
One of his vendors provides him with oracle, and other IIS based 
applications.

His support contract does not allow hime to change the directory structure 
on his machine.

details:

here is the directory tree:

/c
  /iisfiles
    /app1
    /app2
    /app3
    /ourapp4
/d
  /publicdata
    /reports
    /images
 
iis config mounts /d/publicdata/images under each app[1..3] etc.

we have written a web app (which they got approval to install) 
 /c/iisfiles/ourapp4

now we need to make use of the dataunder /d/publicdata

<Host name="localhost" appBase="C:/iisfiles/ourapp4" debug="0" unpackWARs="true" 
autoDeploy="true">
<Context path="" docBase="" crossContext="true" debug="0" reloadable="true"/>
</Host>

question:

can we modify the config to mount/alias d:/publicdata/foodata to 
WEBAPP/foodata? 

that is: treated like it is a sub dir under the WEBAPP?

-jason pyeron


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to