Re: [Announce] WOCommunity repository for CentOS/RedHat Linux
Re: [Announce] WOCommunity repository for CentOS/RedHat Linux
- Subject: Re: [Announce] WOCommunity repository for CentOS/RedHat Linux
- From: Bastian Triller <email@hidden>
- Date: Thu, 17 Jan 2013 21:02:33 +0100
I'd symlink the app directory:
$ ln
-s /opt/Local/Library/WebObjects/JavaApplications/JavaMonitor.woa /var/www/html/WebObjects/
and for the Wonder JavaMonitor you have to symlink the Ajax.framework,
too:
$ ln
-s /opt/Local/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/Frameworks/Ajax.framework /var/www/html/WebObjects/Frameworks
... if CentOS doesn't use the httpd Option SymLinksIfOwnerMatch
Am Donnerstag, den 17.01.2013, 11:28 -0800 schrieb Theodore Petrosky:
> ok so the error_log shows:
>
> File does not exist: /var/www/html/WebObjects/JavaMonitor.woa/Contents/WebServerResources/help.png
>
> and indeed the file is not there
>
> they live here:
>
> /opt/Local/Library/WebObjects/JavaApplications/JavaMonitor.woa/Contents/WebServerResources
>
> I may reinstall Centos6 and do the WO installer again as this box was originally setup before Pascal created his beautiful YUM installer.
>
> Ted
>
> --- On Thu, 1/17/13, Bastian Triller <email@hidden> wrote:
>
> > From: Bastian Triller <email@hidden>
> > Subject: Re: [Announce] WOCommunity repository for CentOS/RedHat Linux
> > To: "Theodore Petrosky" <email@hidden>
> > Cc: "Jesse Tayler" <email@hidden>, "Pascal Robert" <email@hidden>, "WebObjects Development" <email@hidden>
> > Date: Thursday, January 17, 2013, 12:41 PM
> > Check your webserver error log. IIRC it
> > is in /var/log/httpd on CentOS. Ownership shouldn't be
> > the problem as long as you're not using symlinks to your
> > webserver resources or the permissions aren't
> > worldreadable.
> >
> > Am 17.01.2013 17:05 schrieb "Theodore Petrosky"
> > <email@hidden>:
> >
> > >
> >
> > > Interesting, when I drilled down to:
> >
> > >
> >
> > >
> > /var/www/html/WebObjects/JavaMonitor.woa/Contents/WebServerResources
> >
> > >
> >
> > > I see that javamonitor.css is owned by Interesting, when I drilled down
> > to:
> >
> >
> >
> > /var/www/html/WebObjects/JavaMonitor.woa/Contents/WebServerResources
> >
> >
> >
> > I see that javamonitor.css is owned by root:root
> >
> >
> >
> > should that be appserver:appserveradmn
> >
> >
> >
> > ?
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --- On Thu, 1/17/13, Jesse Tayler <email@hidden>
> > wrote:
> >
> >
> >
> > > From: Jesse Tayler <email@hidden>
> >
> > > Subject: Re: [Announce] WOCommunity repository for
> > CentOS/RedHat Linux
> >
> > > To: "Theodore Petrosky" <email@hidden>
> >
> > > Cc: "WebObjects Development" <email@hidden>,
> > "Pascal Robert" <email@hidden>
> >
> >
> > > Date: Thursday, January 17, 2013, 11:01 AM
> >
> > >
> >
> > > that's a webserver / http issue - me thinks.
> >
> > >
> >
> > > you get images via direct connect because it provides
> > it's
> >
> > > own http service but when you connect regularly, those
> >
> > > resources are expected to be vended from the http
> > website on
> >
> > > that box.
> >
> > >
> >
> > > make sense?
> >
> > >
> >
> > > On Jan 17, 2013, at 10:28 AM, Theodore Petrosky <email@hidden>
> >
> > > wrote:
> >
> > >
> >
> > > > I used this to set up a newly installed Centos6 on
> > a
> >
> > > mac mini. Thanks. That really saved me a bunch of
> > time.
> >
> > > >
> >
> > > > On weirdness (and maybe it is Centos problem). I
> > have
> >
> > > the javamonitor as a listed app and I get to it with:
> >
> > > >
> >
> > > > http://10.1.5.100/cgi-bin/WebObjects/monitor.woa
> >
> > > >
> >
> > > > all of a sudden, when I click the View Details
> > button,
> >
> > > none of the button images load. so I see a lot of blue
> > box
> >
> > > question marks. when i use the direct connect all the
> > images
> >
> > > load properly.
> >
> > > >
> >
> > > > if this were a permissions issue, where is the
> > director
> >
> > > that I could check for proper permissions?
> >
> > > >
> >
> > > > Ted
> >
> > > >
> >
> > > > --- On Mon, 1/7/13, Pascal Robert <email@hidden>
> >
> > > wrote:
> >
> > > >
> >
> > > >> From: Pascal Robert <email@hidden>
> >
> > > >> Subject: [Announce] WOCommunity repository
> > for
> >
> > > CentOS/RedHat Linux
> >
> > > >> To: "WebObjects Development" <email@hidden>
> >
> > > >> Date: Monday, January 7, 2013, 10:56 AM
> >
> > > >> Hello,
> >
> > > >>
> >
> > > >> The deployment tools are now available under a
> > Yum
> >
> > > >> repository for even easier installation! If
> > you are
> >
> > > using
> >
> > > >> CentOS 5.x/6.x, RedHat Enterprise Linux
> > 5.x/6.x or
> >
> > > Amazon
> >
> > > >> Linux, you can simply grab the repo file:
> >
> > > >>
> >
> > > >> https://raw.github.com/projectwonder/wonder/3e152ee904a9499e231daf00cff302b5795a13e6/Utilities/Linux/wocommunity.repo
> >
> >
> > > >>
> >
> > > >> into /etc/yum.repos.d/, and do:
> >
> > > >>
> >
> > > >> yum install wotaskd
> >
> > > >> yum install womonitor
> >
> > > >> yum install woadaptor
> >
> > > >>
> >
> > > >> to install everything. Please note that I just
> > find
> >
> > > out that
> >
> > > >> Amazon Linux installs Apache 2.4 by default,
> > and
> >
> > > the adaptor
> >
> > > >> don't work on it, so you will have to
> > install
> >
> > > Apache 2.2
> >
> > > >> BEFORE installing woadaptor. Also, the adaptor
> > is
> >
> > > not
> >
> > > >> available for 32 bit systems for now, I have
> > to
> >
> > > create to
> >
> > > >> find a way to build it along the 64 bit
> > version.
> >
> > > >>
> >
> > > >> It's the first time I'm building RPM
> > packages, so
> >
> > > it might
> >
> > > >> not be perfect, but it worked well on my
> > CentOS
> >
> > > 5.5, CentOS
> >
> > > >> 6.2 and Amazon Linux VMs, so please report
> > any
> >
> > > problems. The
> >
> > > >> spec files to build the RPMs are also in the
> >
> > > integration
> >
> > > >> branch of Wonder.
> >
> > > >>
> >
> > > >> Thanks.
> >
> > > >>
> >
> > > >>
> >
> > > >>
> > _______________________________________________
> >
> > > >> 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
> >
> > > >>
> >
> > > >
> >
> > > > _______________________________________________
> >
> > > > 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
> >
> > >
> >
> > >
> >
> >
> >
> > _______________________________________________
> >
> > 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
> >
_______________________________________________
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