Can anyone tell me how to create a VirtualDirectory other than the Default web site.

The following is a partial code… which does not work.  'RtsStuff' is the website that I want it to install.. It still installs to the Default website.

 

< Directory>

……………..

….

……..

< Component Id ='RTSOnlineAppConfig' Guid='F4906E0C-09EA-409A-B019-33D7FED03B3B '>

                        < WebAppPool Id ='RTSOnlineAppPool' Name='RTSOnlineAppPool' Identity='networkService '>

                        </ WebAppPool>

                        < WebVirtualDir Id ='VD' Directory='INSTALLDIR' Alias='RTSOnline ' WebSite=' RtsStuff' DirProperties=' RTSOnlineSec' >

                              < WebApplication Id ='RTSOnlineApp' Name='RTSOnlineApp' WebAppPool='RTSOnlineAppPool '>

                                    < WebApplicationExtension Executable ='yes' Script='yes' />

                              </ WebApplication>

                        </ WebVirtualDir>

                  </ Component>

                 

            </ Directory>

       

            < WebDirProperties Id= 'RTSOnlineSec' Execute ='yes' Read ='yes' />

 

            <!-- Configure the Web Site for RTSOnline -->

            < WebSite Id= 'RtsStuff' Description ='xxxxxxx'>

              < WebAddress Id ='RtsStuff' Port =' 80' />

            </ WebSite>

 

Thanks,

-Rajesh

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to