This is a JRun configuration, not Flex related. In
production you might want to change the reload/compile
values.

Regards,
Valy


FILE: jrun-web.xml  and add this file under WEB-INF
folder.

<?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE jrun-web-app PUBLIC "-//Macromedia,
Inc.//DTD jrun-web 1.0//EN"
        "http://www.macromedia.com/dtd/jrun-web.dtd";>

<jrun-web-app>
  <context-root>YOURAPP</context-root>
  <reload>true</reload>
  <compile>true</compile>
  <virtual-mapping>
    <resource-path>/pdfreports/*</resource-path>
    <system-path>D:/Laptop</system-path>
  </virtual-mapping>
</jrun-web-app>

--- Ikezi Kamanu <[EMAIL PROTECTED]> wrote:

> Cheers all..
> 
> I'm running Flex w/integrated JRun;
> wondering how to virtually map a path
> to a folder that is not in a subfolder of
> my server root.
> 
> ie: I need to map
> http://localhost:8700/myApp
> to D:\My Projects\My App\
> 
> Tried a few things, editing xml config
> files here and there, but cant get it to
> work.
> 
> Any insight would be appreciated.
> 
> Thanks,
> 
> -ekz
> 



                
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to