Re: Deployment problem
Re: Deployment problem
- Subject: Re: Deployment problem
- From: ".::welemski::." <email@hidden>
- Date: Tue, 24 Jan 2006 19:02:46 +0800
On 1/24/06,
.::welemski::. <
email@hidden> wrote:
Hi,
I have another deployment problem.
The other my webapp is currently running with no problem at all.
But after a updated my app the instances can no longer run.
This what we did.
We turned off the instance, then we deleted the current instance. I updated
myApp.woa to the folder.
After that we configure the app to point to "Library/Webobjects/Applications/myWoa.app/myWoa"
Then we added a new instance but afterthat the instance wont run.
Then i found this one out...
<?xml version="1.0" encoding="ASCII"?>
<adaptor>
<application name="JavaMonitor">
<instance id="-51173" port="51173" host="
myhost.server.net"/>
<instance id="-56789" port="56789" host="
myhost.server.net
"/>
</application>
<application name="WOIIS">
<instance id="-50273" port="50273" host="
myhost.server.net
"/>
<instance id="-50284" port="50284" host="
myhost.server.net
"/>
</application>
</adaptor>
-------
the host " host="
myhost.server.net
" that is being sent to the adaptor is not the one I configured in the monitor
this is what the site config.xml's content
<SiteConfig type="NSDictionary">
<hostArray type="NSArray">
<element type="NSDictionary">
<type type="NSString">MACOSX</type>
<name type="NSString">
realHost.realServer.net
</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">iis</name>
<minimumActiveSessionsCount type="NSNumber">0</minimumActiveSessionsCount>
<adaptorThreadsMin type="NSNumber">16</adaptorThreadsMin>
<notificationEmailEnabled type="NSString">NO</notificationEmailEnabled>
<debuggingEnabled type="NSString">NO</debuggingEnabled>
<macPath type="NSString">/Library/WebObjects/Applications/myWOA.woa/myWOA</macPath>
<listenQueueSize type="NSNumber">128</listenQueueSize>
<lifebeatInterval type="NSNumber">30</lifebeatInterval>
<sessionTimeOut type="NSNumber">3600</sessionTimeOut>
<timeForStartup type="NSNumber">30</timeForStartup>
<statisticsPassword type="NSString"></statisticsPassword>
<phasedStartup type="NSString">YES</phasedStartup>
</element>
</applicationArray>
<instanceArray type="NSArray">
</instanceArray>
<site type="NSDictionary">
<urlVersion type="NSNumber">4</urlVersion>
<viewRefreshEnabled type="NSString">YES</viewRefreshEnabled>
<woAdaptor type="NSString">
http://realHost.realServer.net/cgi-bin/WebObjects</woAdaptor>
<viewRefreshRate type="NSNumber">60</viewRefreshRate>
</site>
</SiteConfig>
------
and more the title of the page is this:
Wotaskd for WebObjects 5.3: myHost.server.net
what could be the problem?
--
-- -- -- -- -- -- -- -- -- -- --
welemski
-- -- -- -- -- -- --
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden