Hand-rolled links not working in development without negative port number
Hand-rolled links not working in development without negative port number
- Subject: Hand-rolled links not working in development without negative port number
- From: John Pollard <email@hidden>
- Date: Tue, 24 Jun 2008 11:55:58 +0100
Hi list,
As a rule I run WO apps in development via apache2 web server with:
-WOAdaptorURL http://localhost/cgi-bin/WebObjects
-WOAllowRapidTurnaround true
-WODirectConnectEnabled false
-WOPort -9999
This results in URLs that begin with http://localhost/-9999/.......
Does this mean that apache sends requests to that application instance
directly or does it go via wotaskd?
This all works fine and links generated by the application itself in
code all contain the -9999, no problem.
However, the application also has user supplied links to WO pages that
omit the -9999 (as there would be no -9999 in the deployed system).
These give me a "The requested application was not found on this
server".
My colleague says that the same links, that omit the -9999, work fine
in development for him and they used to work for me too.
I could do with understanding what the mechanics are of these negative
port number connections and why mine should have broken. I am suspect
it relates to my Run... script as that seemed to get hosed by an SVN
checkout at one point.
Thanks for any help.
John
_______________________________________________
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