On 12/04/2016 12:48,
"webobjects-dev-bounces+pmiddleton=onestep.co...@lists.apple.com on behalf of
Paul Yu" wrote:
>Chuck
>
>If I have Apache 2.4 running and I can access it, and I can access JavaMonitor
>and I can access WOTaskd, and when I tick ON in JavaMonitor I can tail -f
>App-1 and s
Hi folks,
mod_WebObjects? Since people are still discussing how to build the Apache
adaptors on contemporary OSX, maybe I should add some more commentary.
If you need an Apache module that isn't supplied prebuilt for you, either as
part of Apache or as part of what your vendor supplies, alwa
Hi folks,
my experiences of this are with a release of Sybase where case-insensitive
prefix searching of indexed columns caused table-scanning of a very big table,
and assorted releases of MySQL with case-insensitive collation sequences. I
used to use the EOEditingContext delegate API to spo
Another choice is to install JavaMonitor as a regular application, with a
single instance, always running. JavaMonitor has its own password protection,
but use Apache access permissions to further lock down access to it.
-- Patrick
On 29/11/2015 20:09, Tim Worman wrote:
>Jeff:
>
>Even
Everything I can see that is working is using an IPv6 address
(Robert, that includes the SMTP headers where you send your emails to
the list) while everything that isn't working seems to involve using
an IPv4 address.
May we see the output from '/sbin/ipconfig -a' too please, and the
cont
I'd guess that IPv4 is disabled but IPv6 is enabled. Never seen that
before.
Check your Apache access log. You may find the address ::1 appearing
everywhere.
What do ' /usr/bin/host localhost ' and '/usr/bin/dig a localhost'
report?
On 17 Jun 2015, at 08:19, Robert B. Hanviriyapunt wrote
Was there about 15 years ago, with WO 5.1 and Sybase.
Some JDBC drivers (and ODBC drivers too!) don't support server-side
fetch limits, or don't support server-side return rowset buffering,
or don't usefully support cancel().
So what has to happen is that the client library (JDBC driver) as
On 4 Nov 2014, at 20:40, Benjamin Chew wrote:
...
If you want to see how I got things to work, read on...
...
Other things that I had to do after I built the adaptor:
- I then created the directory /System/Library/WebObjects/Adaptors/
Apache2.4/ and moved the adaptor there
- Copied the
I am puzzled by this entire thread.
The other day, at home, at my Mac running Yosemite with the newest
shiniest Xcode tools installed,
I did something like this...
cd /tmp/
svn co https://github.com/wocommunity/wonder.git/trunk/Utilities/
Adaptors
cd /tmp/Adaptors
gnumake
gnumake Apache2.4
I anticipate that's not a biggie.
You're building via APXS, APXS tries to use the same compiler and
compiler flags to make sure the ABI matches.
Because of how the compiler tools are installed in recent OSX
releases, the compiler is not /usr/bin/cc, it's ... something inside
an Xcode tool
We encountered this recently against MySQL 5.6.12.
(Not using Project Wonder)
The default primary key generation was invoking a stored procedure
once per row. Once per second, some sort of garbage collection would
occur inside the RDBMS and the stored procedure would take about 0.2s
to comp
I was amazed to discover that, on MacOSX, if I look up the word
'gullible' by highlighting it with the mouse and hitting cmd-ctrl-D,
it comes up with a concise definition, but does not insert a default
iChat image of myself. After all, on NX3.3, that's more or less what
Webster.app used to
test, please ignore
This email, including any attachments, is confidential and intended solely
for the person or organisation to whom it is addressed. If you are not the
intended recipient you must not disseminate, distribute or copy any part
of this email nor take any action in reliance on it.
Yes, that used to puzzle me.
How are you deploying? My deployments are seriously old-skool, 4.x-
style, with Apache and mod_WebObjects. mod_WebObjects can be
configured in three ways to know what applications and instances are
available (see the matching apache.conf). One is to poll the l
SVN?
Yes, the tendency of some applications, even those notionally
Subversion-aware like Xcode, to not preserve Subversion's working
copy administration area directories .svn , is well known. It should
not be beyond the wit of man to write a script to back these up after
a fresh svn chec
On 15 Feb 2011, at 09:54, Patrick Middleton wrote:
On 14 Feb 2011, at 18:27, Gennady Kushnir wrote:
...
Is this a module load order problem? Which version of Apache have
you got? Is mod_deflate.so loaded before mod_WebObjects.so, or after?
Further research reveals that while module
On 14 Feb 2011, at 18:27, Gennady Kushnir wrote:
It is not Wonder app.
Why make such tricks whereas Apache should do that already?
Because you might be using WebObjects without Apache.
Is this a module load order problem? Which version of Apache have
you got? Is mod_deflate.so loaded bef
Which Apache have you got? 2.2.x?
Did you compare httpd.conf between the two servers, the one that
works and the one that doesn't?
Have you got 'Include /Library/WebObjects/Adaptors/Apache2.2/
apache.conf' at the end?
Have you got an block that does
'ScriptAliasMatch ^/cgi-bin/((?!(?i:webob
So which version of PostgreSQL have you got?
http://www.postgresql.org/docs/8.0/static/datatype-datetime.html
That says: "Note: Prior to PostgreSQL 7.3, writing just timestamp was
equivalent to timestamp with time zone. This was changed for SQL
compliance."
And later it gives examples of v
On 6 Dec 2010, at 15:27, Mark Ritchie wrote:
...
Patches welcome!
...
On 7 Dec 2010, at 11:30, Patrick Middleton wrote:
[3] adequate uniqueness could instead be created by ensuring that
when httpd forks, the child process resets uniqueID_str.
Here's a patch. The changes work f
On 6 Dec 2010, at 15:27, Mark Ritchie wrote:
Good Morning,
On 6/Dec/2010, at 5:09 AM, Patrick Middleton wrote:
If an instance receives a request via a direct action and I don't
want it to be redirected via the load balancer, enough information
is broadcast such that other inst
On 6 Dec 2010, at 14:20, Simon wrote:
i was thinking the same - alternatively:
- do whatever is you are doing in a background thread
- switch on concurrent request handling, as i presume that it is
actually the request that is blocking, not the DB as unless your
are using something like m$
On 6 Dec 2010, at 13:52, r...@synapticstorm.com wrote:
Hi Patrick,
Couldn't you just use WOLongResponse so that it keeps the first
connection alive until it responds?
Regards,
Rob.
Without going into too much detail -- no.
---
Regards Patrick
OneStep Solutions (Research) LLP
www.oneste
I have an app doing something superficially like web services which
is sessionless and accessed via DirectActions. Because of other
activity in the database sometimes, database i/o can block for
several minutes. When this happens the Apache WebObjects adaptor's
loadbalancing features come
On 24 Nov 2010, at 17:16, Mark Ritchie wrote:
Hey,
On 24/Nov/2010, at 8:33 AM, Ron Lift wrote:
...
When I use http://cgi-bin/WebObjects/ I get a
404 error.
The webserver log has
“script not found or unable to stat: /Library/WebServer/CGI-
Executables/WebObjects”
First off, how did '.../cgi
On 22 Jul 2010, at 12:49, Anjo Krank wrote:
Why would you "preserve" the session id when it's no longer valid?
Cheers, Anjo
Am 22.07.2010 um 13:28 schrieb Patrick Middleton:
in order to sanitize inputs -- mostly by removing anything
containing the likes of '
Pre
Hi folks!
Some of our customers are commissioning penetration testing reports,
which are flagging vulnerabilities in our WebObjects applications.
The problem reported is with URLs such as .../wa/MyDirectAction?
wosid=XYZ%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3E , direct
actions that
On 3 Jun 2010, at 11:28, Simon wrote:
hi all -
we've got a session time-out issue that is affecting just 1
specific client. all other users of the app are happy - it's just
not working for this one company.
basically, as users form this one company click around the app they
randomly ge
bjects/MyApp.woa/64/wo/y3mg8PShGpKS3OCKmH49s4fCrTK/
7.0.1.8.1.3.23.3.3.123.1.1 key:content-length value:34327 r-
>content_type:application/vnd.lotus-1-2-3
=-=-=-=-=-=
On 18 Mar 2010, at 12:42, Patrick Middleton wrote:
Reorderering module loading did not help.
...
I also note in the Apac
module
content-handlers using the ap_table_*() routines. Rather, it is set
by pointing the content_type field in the request_rec structure to
an appropriate string. E.g.,
r->content_type = "text/html";
On 17 Mar 2010, at 17:50, Chuck Hill wrote:
Hi Patrick,
On Mar 17, 2010,
Anybody else seen this before?
I'm supporting WO451 on MacOSX 10.4.11 with Apache 1.3.41.
A sample URL generated is
http:///cgi-bin/WebObjects///wo/
s3VxGNjQd5pK3HI1TuI1TEs8h2j/5.0.1.8.1.3.23.3.3.123.1.1
Packet burglary with tcpflow on port 80 and on the woapp's port shows
that the insta
On 1 Nov 2009, at 12:40, Shravan Kumar. M wrote:
Thanks Kieran for your solution. But unfortunately, we don't extend
ERXGenericRecord, so we cannot get benefits of this!!! I have
actually read about your this solution in a similar kind of issue
posted and responded by you here: http://www.
On 28 May 2009, at 13:57, Anjo Krank wrote:
Just to add some caution: be sure to run either multi-threaded or
see that you don't have long requests that may block the app for a
longer time.
Otherwise the adaptor will happily redirect you callback to another
instance - where the session m
Back in the WO451 days I overrode Application.handleRequest to do
some very simple HTML parsing to remove excess whitespace while
remaining aware of comments, tags and the like. We used it for
some years but abandoned it; it ate CPU, and in terms of the time for
a request/response cycle t
On 6 Apr 2009, at 14:50, Anjo Krank wrote:
Am 06.04.2009 um 15:48 schrieb Amedeo Mantica:
lenght
length?
Cheers, Anjo
response.disableClientCaching();
response.removeHeadersForKey("Cahce-Control");
Cache?
---
Regards Patrick
OneStep Solutions LLP
www.o
I'm still really a WO451 programmer, so what do I know, but
doesn't Xplode allow you to set a default encoding for your text
(source) files? One might expect String s = "£"; to cause the
creation of a UTF8 string literal. Suppose your source code default
encoding was ISO 8859-1 ... w
On 2 Mar 2009, at 14:07, James Cicenia wrote:
Hmmm,, that is empty.
But the IP is the SAME ??
On Mar 2, 2009, at 8:00 AM, Pascal Robert wrote:
Check if you have a backup copy of SiteConfig.xml in /Library/
WebObjects/Configuration/, and if not, check the content of the
active SiteConfig.x
Without even looking, I'd guess that ERXRequest.remoteHostAddress()
is looking for an HTTP header REMOTE_ADDR (this is not really an HTTP
header, it's a CGI environment variable, but WebObjects presents it
as a header).
I have under some circumstances that I can't remember found that
some
On 9 Dec 2008, at 15:31, Sherry Tirko wrote:
Hi All,
I'm wondering if anyone knows if there is a pdf generator out there
for WO sites or even a converter for WO Components. I'd like to
take a form and make a pdf version for printing.
Thanks,
Sherry
Or on MacOSX 10.3 and later,
On 2 Dec 2008, at 10:47, Andrew Lindesay wrote:
Hello Anjo;
Yes this can be quite annoying -- the user gets a session timeout.
I guess the problem is that beyond the instance number in the path,
the adaptor doesn't know there is or is not a session.
cheers.
before proceeding. Now, the
thread is running it can use
those instead.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Email: [EMAIL PROTECTED]
England(MI
able break up the content
flow in such a way that can make the text incomprehensible when read
aloud sequentially.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT
), using API in WOMessage (WORequest's superclass).
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Email: [EMAIL PROTECTED]
England
ns if, in your AttractionVoucher.appendToResponse(,) , you
call super.appendToResponse(r, c) before doing the other stuff to set
the response's content to the PDF?
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax
have found extremelly helpful.
Many Thanks
George Wiles
java.lang.Runtime.exec() and ClamAV/clamscan ( http://
www.clamav.net/ ). If your deployment platform is MacOSX Server /
Xserve, you already have ClamAV.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone
namespaces.
Use the '' construct to wrap any HTML content
returned in your response to prevent XMLHttpRequest and friends from
trying to parse it as XML.
WO 5.3? I got this working without too much trouble in WO 4.5.1 .
Hope this helps!
--
Patrick Middleton
OneStep Solu
eaked and which should be
refaulted, and tell the helper object to restore the owning object's
editing context's previous delegate.
Patrick
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax:
in only certain places.
...
Suddenly I am reminded of some ObjC code I posted to this list on Apr
19 ("Re: AddObjectToBothSidesOfRelationshipWithkey") -- how to
manipulate relationships in a clean(ish) fully EOF 4.5.1 way that
avoids unnecessary firing of array faults.
--
Patric
On 7 Nov 2007, at 17:29, Dana Kashubeck wrote:
Remember way back when WebObjects supported Objective-C /and/
Java? Well, travel back with me if you are able.
I'm working with an Objective-C port of the MultiECLockManager. I
ran into a really nasty situation because when you lock an e
On 14 Jun 2007, at 14:53, Oliver Scheel wrote:
What's up with wocode.com? "Godaddy.com" complains about renewal of
wocode.com...
Any ideas?
Oliver
localhost> whois wocode.com
Whois Server Version 2.0
Domain names in the .com and .net domains can now be registered
with many different comp
l present,
you should be able to exploit the workaround I found.
http://www.wodeveloper.com/omniLists/ webobjects-dev/2003/July/
msg00300.html
http://www.wodeveloper.com/omniLists/ webobjects-dev/2003/July/
msg00470.html
--
Patrick Middleton
OneStep Solutions plc
351 London Road
f a flag in the EOFetchSpecification's
userInfo dictionary.
This has worked very well for me in a number of apps since 1999, you
don't need to tinker with EOF (everything is as per the EOModel) and
all the required client ID stuff resides in a single table.
--
Patrick Middleton
OneStep Solu
On 19 Apr 2007, at 14:57, Frank Stock wrote:
Ken,
what I don't understand is why all the relation-rows are fetched,
not just the selection thats needed?
A <--- B
A has an array fault; if you touch it, EOF will go to the database to
get all B belonging to A.
If you do a.addObjectToB
inary data
OSPArrayFaultSuppressor.m
Description: Binary data
OSPArrayFaultSuppressorRecord.h
Description: Binary data
OSPArrayFaultSuppressorRecord.m
Description: Binary data
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
Hadle
le to see the 'redirect url' setting
working for the first time.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Email: [EMAIL
On 11 Jan 2007, at 11:48, Patrick Middleton wrote:
http://developer.apple.com/documentation/WebObjects/Deployment/
Deploying_Applications/Installation/chapter_3_section_3.html says
(amonst other things) that "This section discusses building HTTP
adaptors from the source code in /Deve
mote
Desktop might help; if it does, and if you are deploying on a Xserve
without a real video card, performance might be disappointing.
These problems don't exist in WO5, where (1) you don't get access to
goodies like Quartz and (2) one can define a property -
Djava.awt.headless=tr
less cooperative.
If this is the problem and you can't get a name/address publlshed by
(probably internal) DNS in a hurry, try editing /etc/hosts .
[And I bet Tiff Cluel chimes in that there's a list webobjects-
[EMAIL PROTECTED], too!]
--
Patrick Middleton
OneStep Solutions plc
351
system.
Is the adaptor source still supplied but I haven't found it, or is it
missing; and if it's missing, is this by accident or design?
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 55685
so that WOResourceManager caches data -- if the app was
started while the database migration was still in progress, the row
required might have not been present when one instance tried to fetch
it and what you're seeing is "not found" from the cache, while
another instance may
removing detail objects from a to-
many relationship.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Email: [EMAIL PROTECTED]
England(MIME
itialize vars[0] and vars[1] using explicit
values, perhaps obtained via java.lang.System.getenv().
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Ema
y or crashed and exited in 10s, you have to decide what your
app should do next.
Your command-line routine probably isn't crashing -- it's probably
blocked waiting trying to read from standard input.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone:
On 6 Sep 2006, at 16:55, Ricardo Strausz wrote:
On Sep 5, 2006, at 21:41, [EMAIL PROTECTED]
wrote:
- many of us have large volumes of ObjC code
I'm wondering: how many? Are there really a lot of us out there with
large Objective-C frameworks that we need to leverage in our WO apps?
+1
I have a woapp on which I'm working where there will soon be:
three basic screen layouts, based on an assumed device display width
of 160px/320px/640+px, user selectable
some columns will always be present
some columns will be present if the user wants them shown
some columns will be present if
On 27 Jul 2006, at 17:43, David Griffith wrote:
Hi Jerry,
Well, I have no control over the other website. What I need to do
is this:
In my own WO App, I have a page which displays some information
from the database about a domain name and who it is associated with.
I would like to hav
On 30 May 2006, at 11:43, Gino Pacitti wrote:
Hi All
I have been running an app on Tiger server + latest Webobjects run
environment and recently updated development to the latest XCode 2.3
Now I have tried to build an existing running app and when I try to
start it I get a error - this r
other database.
Complicated? Certainly. But this approach does work.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Email: [EMAIL PROTECTED]
England
On 27 Apr 2006, at 14:29, James Cicenia wrote:
Hello -
I am developing a new website and decided correctly or incorrectly,
to have my wrapper page(s) be the main page and then swap out the
content in the wrapper with the switch component.
My question is.. normally I have code like nextPa
The computer on which an application is running needs to be
identified in the communications between wotaskd and the application
instances it manages because of configurations with multiple hosts.
In the simplest configuration, Apache and JavaMonitor and wotaskd and
all your applications wi
On 13 Apr 2006, at 21:21, Jerry Haynes wrote:
Has anyone successfully called sp_password on a Sybase database?
Nothing is being returned back to theArray so I have no clue what
the problem might be.
private NSArray setSybasePassword(String eoModel, String
masterPassword, String newPasswo
On 17 Mar 2006, at 15:00, James Cicenia wrote:
Hello -
I just implemented a "branded" version of our app. Basically this
means that the login in screen and graphics, some contact info,
etc., is triggered by the subdomain. This works great... HOWEVER...
If a person uses an old expired ses
On 6 Feb 2006, at 14:27, Gino Pacitti wrote:
Hi All
Any thoughts on how to address this problem
I have a multi instance app that connects to a single data store.
For any user, across the instances, I need to increment a numerical
value newly for each new registered user.
This then has to
On 11 Jan 2006, at 14:50, Dana Kashubeck wrote:
Okay, I know there probably isn't anyone out there still using
WebObjects 4.5, but I thought it was worth a shot.
We've been keeping our users on Jaguar, so I've been using Jag to
do my WebObjects development (yes, still with Objective-C).
lock
against the local network address; try
java.net.InetAddress.getAllByName("localhost").
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1702 556855
Essex. SS7 2BT Email:
On 7 Dec 2005, at 03:08, James Cicenia wrote:
Hello
We recently had a request for our application but they want the
data that is stored in the database to be encrypted.
We are using mySQL. Anyone know anything at all about this?
http://books.slashdot.org/article.pl?
sid=05/11/30/1634221
in why the problem doesn't show up with direct connect,
but doesn't explain why it's an intermittent problem via the woadaptor.
--
Patrick Middleton
OneStep Solutions plc
351 London Road Phone: +44 (0)1702 426400
HadleighFax: +44 (0)1
77 matches
Mail list logo