Re: problem launching a test
Re: problem launching a test
- Subject: Re: problem launching a test
- From: email@hidden
- Date: Thu, 12 Jun 2003 15:34:42 +0100
Richard,
On Thursday, June 12, 2003, at 06:05 am, Richard L. Peskin wrote:
I have the following line in a test web page:
<a
href="http://ember:49999/cgi-bin/WebObjects/TimeDisplay.woa/wa/
default">try WebObjects</a>
The web page was not developed using WO, but I simply wanted to
reference a WOapp from this page.
The WOapp (TimeDisplay.woa from the tutorials) was built with the
-WOPort 49999 launch parameter.
The WOapp (TimeDisplay.woa) runs correctly, but when called from the
test web page, I get a "connection refused" error.
To access the WebObjects application you need to have it running.
You have two options: either start the application using Monitor or
start it from the command-line. In reality, you have 3 options as you
can start it from PB as well--but you already know that.
This explains how to start Monitor:
file:///Developer/Documentation/WebObjects/Deployment/
Deploying_Applications/DeploymentElements/Starting_Monitor_Manually.html
(On MacOS X, you can ignore the $NEXT_ROOT)
Cheers,
-- Denis.
However, if I have a WOapp running (say I run the WOapp from
ProjectBuilder, and do not stop the executable), then I can access the
WOapp from the test web page.
I should note that this all on a development platform; i.e. there is no
WO deployment in the sense of running WO on a server. Can anyone
explain what is happening? Is my problem simply that (absent running
the deployment) all I have running is direct connection? If I want to
use the development platform to serve such test web sites, do I have to
install and run the WO deployment? Do I need to do some Apache config
changes to deploy from my development platform? (WO 5.2.1; Mac OSX
10.2.6)
thanks,
--dick peskin
Richard L. Peskin, RLP Consulting, Londonderry, VT
http://www.rlpcon.com
http://www.caip.rutgers.edu/~peskin
_______________________________________________
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.