<!--
Configure the Web Site for XYZOnline-><
WebSite Id='Xyz Online' Description='NON-DEFAULTWEBSITE' ><
WebAddress Id=' [WEBSITEIP]' Port='80 ' IP='[WEBSITEIP] '/></
WebSite>
Hi,The website that is used is identified by the combination of its port, ip address and host header, not by the name. The default web site by default is port 80, so that is what your install fragment below is matching.Michael
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Rajesh Patil
Sent: Wednesday, 13 September 2006 7:56 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to create a VDir on a website other than theDefault website.
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