Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
Found it: http://lists.apple.com/archives/webobjects-dev/2010/Apr/msg00105.html I needed comment out the two lines below. Options FollowSymLinks AllowOverride None #Order deny,allow #Deny from all Thanks as always! Johnny On Jul 25, 2012, at 4:56 PM, Johnny Miller wrote: > Yup. I was

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
Yup. I was missing the apache.conf. So now instead of not found I'm getting: Forbidden You don't have permission to access /cgi-bin/WebObjects/METSAdminApp_1.woa/- on this server. On Jul 25, 2012, at 4:44 PM, Chuck Hill wrote: > > On 2012-07-26, at 10:41 AM, Johnny Miller wrote: >

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Chuck Hill
On 2012-07-26, at 10:41 AM, Johnny Miller wrote: > > It's in there and I tried commenting that line out as well but it had no > effect? Are you including the apache.conf from WebObjects? That error means that it is seeing the URL as a file request, not one to be passed through to WO. > On

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
It's in there and I tried commenting that line out as well but it had no effect? On a side note... did web sharing get the boot? It seems that option has been dropped from System Preferences On Jul 25, 2012, at 4:34 PM, Chuck Hill wrote: > Your httpd.conf needs to be fixed for this setting

Re: Trouble Shooting Mountain Lion

2012-07-25 Thread Chuck Hill
Your httpd.conf needs to be fixed for this setting: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1" On 2012-07-26, at 10:32 AM, Johnny Miller wrote: > Hi, > > I upgraded my computer today and now when I go to debug my application I get > the fo

Trouble Shooting Mountain Lion

2012-07-25 Thread Johnny Miller
Hi, I upgraded my computer today and now when I go to debug my application I get the following print out from Safari: The requested URL /cgi-bin/WebObjects/METSAdminApp_1.woa/- was not found on this server. WOMonitor, WOTaskd and my application appear to be running. Did anyone have a sim

Re: AjaxModalDialog problems

2012-07-25 Thread Chuck Hill
Hi Roger, Wonder strips out nested form tags. You should be getting this warning in your log: if (context.isInForm()) { logger.warn("The AjaxModalDialog should not be used inside of a WOForm (" + ERXWOForm.formName(context, "- not specified -") +

AjaxModalDialog problems

2012-07-25 Thread Roger Perryman
I have a page that uses an AjaxModalDialog control to popup an external form. The submit button does not work although an AjaxHyperlink does. When I view the (generated) source, I noticed that the form tag has been removed. The example from AjaxExample works so it must be something I am doing w

Re: JavaMonitor

2012-07-25 Thread Ted Archibald
JavaMonitor IS built with embedded frameworks. The problem you're having is slightly different, you kinda have a couple things going on here. JavaMonitor is built all in one, including the app and the webserver resources. This means you have to manually copy those resources into the proper webse

Trouble with ERAttachment and files that are too big

2012-07-25 Thread Neil MacLennan
Hi folks, I'm having some trouble with ERAttachment in dealing with files that are too large for the pre-set file-size limit (2MB in this case). I catch the ERXAttachmentExceedsLengthException in my WOComponent's invokeAction(): @Override public WOActionResults invokeAction(com.webob

Re: Installing Tools and Framework is a mess

2012-07-25 Thread ISHIMOTO Ken
Hi Try this Installer http://www.ksroom.com/App/WebObjects/Kisa.woa/wa/woDeploy I have already Installed 9 Machines with it and it is done in a few Minutes. Ken On 2012/07/25, at 4:51, Jeffrey Schmitz wrote: > On a similar subject, I'm trying to setup a new Lion server machine for > deploy

Re: JavaMonitor

2012-07-25 Thread WebObjects TORAcom
I open the JavaMonitor.woa/JavaMonitor script and this is the final line eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap ${COMMAND_LINE_ARGS} As you can see it is not defined the -WOFrameworksBaseURL parameter. I changed it

Re: JavaMonitor

2012-07-25 Thread WebObjects TORAcom
Thanks, I will try and report the solution. Just wondering if the JavaMonitor.tar.gz was build without the embedded frameworks configuration. On 25/07/2012, at 00:56, Johann Werner wrote: > That path should not be mysite.com/WebObjects/Frameworks/... but > mysite.com/WebObjects/JavaMonitor.

Re: Improvements to deployment tools

2012-07-25 Thread Pascal Robert
Le 2012-07-24 à 23:41, Ray Kiddy a écrit : > > On Jul 24, 2012, at 5:22 AM, Pascal Robert wrote: > >> Hi guys, >> >> This is something I'm thinking about for months, and since I see a lot of >> people having issues with deployment, I have a couple of ideas to improve it. >> >> 1) To have RES

Re: Installing Tools and Framework is a mess

2012-07-25 Thread Jeffrey Schmitz
I had forgotten to install the WebobjectsRuntime package from the Apple install. After running that the Adaptors dir is there. On Jul 24, 2012, at 10:46 PM, Jeffrey Schmitz wrote: > Just as a follow up, I did run the Apple installer. If I now run the > WOInstaller will there be problems? Al

Re: Improvements to deployment tools

2012-07-25 Thread Johan Henselmans
On 24-jul.-2012, at 14:22, Pascal Robert wrote: > Hi guys, > > This is something I'm thinking about for months, and since I see a lot of > people having issues with deployment, I have a couple of ideas to improve it. > > 1) To have REST actions inside wotaskd. By having that, we won't ever nee

Re: Wonder D2W and relationships on same entity

2012-07-25 Thread Johan Henselmans
On 19-jul.-2012, at 19:20, Ramsey Gurley wrote: > Hi Pierre, > > We should really post this somewhere obvious. It's a known issue with the > ERModern look due of the way it handles ids for update containers. > > If you look in your page source, you'll see more than one ajax update > containe