Deploying on Win2000 using WebObjects.dll
Deploying on Win2000 using WebObjects.dll
- Subject: Deploying on Win2000 using WebObjects.dll
- From: Franck Leveneur <email@hidden>
- Date: Fri, 5 Mar 2004 10:35:32 -0800
Hi,
The app works with Webobjects.exe
(http://gx150/scripts/WebObjects.exe/BorisKeep).
if in WOMonitor, under site I set up the HTTP Adaptor URL to:
http://gx150/scripts/webobjects
BorisKeep application link is:
http://gx150/scripts/webobjects/BorisKeep
and when I click i get: page cannot be found.
if in WOMonitor, under site I set up the HTTP Adaptor URL to:
http://gx150/scripts/webobjects.dll
BorisKeep application link is:
http://gx150/scripts/webobjects.dll/BorisKeep
and when I click i get: page cannot be displayed (http 500).
I have followed Apple documentations (deploying Application).
No success.
Deployment Configuration:
Windows 2000 Professional SP3
Java jdk1.3.1_09
Development Configuration:
Mac OS X 10.3.2 with Xcode v 1.1
Java version 1.4.1_01-99
As i said earlier, the application works using webobjects.exe (CGI).
I would really appreciate some help.
Thx.
Registry on Windows
Apple
----- 5.2
-------- Default - REG_SZ - (value not set)
----- Configuration
-------- Default - REG_SZ - (value not set)
-------- CGI_BIN - REG_SZ - c:\inetput\scripts\
-------- CONF_URL - REG_SZ -
file://C:\Apple\Local\Library\WebObjects\Configuration\WOConfig.xml
-------- DOCUMENT_ROOT - REG_SZ - C:\inetpub\wwwroot\
C:\Apple\Local\Library\WebObjects\Configuration
contains 2 files: WOConfig.xml and SiteConfig.xml
WOConfig.xml is as follow:
<?xml version="1.0" encoding="ASCII" ?>
- <adaptor>
- <application name="BorisKeep">
<instance id="1" port="2001" host="172.16.64.227" />
</application>
</adaptor>
SiteConfig.xml is as follow;
- <SiteConfig type="NSDictionary">
- <hostArray type="NSArray">
- <element type="NSDictionary">
<type type="NSString">WINDOWS</type>
<name type="NSString">172.16.64.227</name>
</element>
</hostArray>
- <applicationArray type="NSArray">
- <element type="NSDictionary">
<adaptorThreadsMax type="NSNumber">256</adaptorThreadsMax>
<startingPort type="NSNumber">2001</startingPort>
<cachingEnabled type="NSString">YES</cachingEnabled>
<adaptorThreads type="NSNumber">8</adaptorThreads>
<adaptor type="NSString">WODefaultAdaptor</adaptor>
<projectSearchPath type="NSString">()</projectSearchPath>
<autoRecover type="NSString">YES</autoRecover>
<autoOpenInBrowser type="NSString">NO</autoOpenInBrowser>
<name type="NSString">BorisKeep</name>
<timeForStartup type="NSNumber">30</timeForStartup>
<minimumActiveSessionsCount
type="NSNumber">0</minimumActiveSessionsCount>
<adaptorThreadsMin type="NSNumber">16</adaptorThreadsMin>
<notificationEmailEnabled
type="NSString">NO</notificationEmailEnabled>
<debuggingEnabled type="NSString">NO</debuggingEnabled>
<phasedStartup type="NSString">YES</phasedStartup>
<sessionTimeOut type="NSNumber">3600</sessionTimeOut>
<lifebeatInterval type="NSNumber">30</lifebeatInterval>
<winPath
type="NSString">C:/WORuntime/BorisKeep1.woa/BorisKeep1.CMD</winPath>
<statisticsPassword type="NSString" />
<listenQueueSize type="NSNumber">128</listenQueueSize>
</element>
</applicationArray>
- <instanceArray type="NSArray">
- <element type="NSDictionary">
<port type="NSNumber">2001</port>
<cachingEnabled type="NSString">YES</cachingEnabled>
<schedulingStartDay type="NSNumber">1</schedulingStartDay>
<path
type="NSString">C:/WORuntime/BorisKeep1.woa/BorisKeep1.CMD</path>
<schedulingHourlyStartTime
type="NSNumber">3</schedulingHourlyStartTime>
<autoOpenInBrowser type="NSString">NO</autoOpenInBrowser>
<schedulingEnabled type="NSString">NO</schedulingEnabled>
<schedulingType type="NSString">DAILY</schedulingType>
<debuggingEnabled type="NSString">NO</debuggingEnabled>
<schedulingInterval type="NSNumber">12</schedulingInterval>
<autoRecover type="NSString">NO</autoRecover>
<lifebeatInterval type="NSNumber">30</lifebeatInterval>
<applicationName type="NSString">BorisKeep</applicationName>
<gracefulScheduling type="NSString">YES</gracefulScheduling>
<schedulingWeeklyStartTime
type="NSNumber">3</schedulingWeeklyStartTime>
<id type="NSNumber">1</id>
<hostName type="NSString">172.16.64.227</hostName>
<minimumActiveSessionsCount
type="NSNumber">0</minimumActiveSessionsCount>
<schedulingDailyStartTime type="NSNumber">3</schedulingDailyStartTime>
</element>
</instanceArray>
- <site type="NSDictionary">
<viewRefreshEnabled type="NSString">YES</viewRefreshEnabled>
<viewRefreshRate type="NSNumber">60</viewRefreshRate>
</site>
</SiteConfig>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.