Greetings.

The attached web-site.xml file describes a site where the default web application is 
the same as a described application.  Does anyone have any idea why the 
default context works, but the HRneXus one does not?

The reason for the extra commented out lines was I was doing some testing trying to 
figure out what worked, and what was not.

Thanks,
Steve
-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208
<?xml version="1.0"?>
<!DOCTYPE web-site PUBLIC "Orion Web-site" "http://www.orionserver.com/dtds/web-site.dtd";>
<!-- -->
<web-site host="[ALL]" 
	port="8080" 
	display-name="HRX WebSite"
	secure="true"
	>
<!-- 
<web-site host="[ALL]" 
	port="8080" 
	display-name="HRX WebSite"
	>
-->
	<!-- The default web-app for this site, bound to the root -->
	<default-web-app application="HRneXus" name="HRneXus" shared="true"/>
	<web-app application="HRneXus" name="HRneXus" root="/HRneXus" shared="true"/>

<!--	<default-web-app application="HRneXus" name="HRneXus"/> -->
<!--	<web-app application="HRneXus" name="HRneXus" root="/HRneXus"/> -->

	<!-- Uncomment this to activate the news app -->
	<!-- <web-app application="news" name="news-web" root="/news" /> -->
	<!-- Access Log, where requests are logged to -->
	<access-log path="../log/default-web-access.log" />
	<ssl-config 
		keystore="/usr/local/orion/keystore" 
		keystore-password="hrxpcarson"
	/>
</web-site>

Reply via email to