Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel V Green III
Puzzle solved !! Yes I did not have the binary ! It was right in front of me on the Tomcat.apache.org/download-70.cgi So sorry for all the challenges. Thanks for every ones help !! I've got it up and running now ! Thanks again, Samuel. On Jun 20, 2012, at 7:23 PM, Oguz Kologlu wrote: > Try thi

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Oguz Kologlu
Try this link. It's a tomcat mirror for the binary distribution: http://mirror.overthewire.com.au/pub/apache/tomcat/tomcat-7/v7.0.28/bin/apache-tomcat-7.0.28.tar.gz On 21/06/2012, at 11:46 AM, Samuel V Green III wrote: > That's exactly what I've been downloading, but when unpacking the tar.gz i

RE: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Caldarale, Charles R
> From: Samuel V Green III [mailto:macun...@gmail.com] > Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > That's exactly what I've been downloading, but when unpacking the tar.gz > it unpacks as YadaYada-src Then clearly you're downloadi

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Oguz Kologlu
If you've done an update you may now have java 1.7 installed (and maybe 1.6 removed) Oz On 21/06/2012, at 11:46 AM, Samuel V Green III wrote: > That's exactly what I've been downloading, but when unpacking the tar.gz it > unpacks as YadaYada-src > I just ran java -v at my terminal and get this

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel V Green III
That's exactly what I've been downloading, but when unpacking the tar.gz it unpacks as YadaYada-src I just ran java -v at my terminal and get this message : Unable to locate an executable at "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/bin/java" (-1) So some how my system is mess

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Hassan Schroeder
On Wed, Jun 20, 2012 at 6:29 PM, Samuel V Green III wrote: > I can't download a binary distribution…, I'm running Mac OS Lion and as far > as I could see there was no binary distribution ? 15:41 ~/Downloads $ tar xfz apache-tomcat-7.0.28.tar.gz Did you see what I downloaded? Get that. H*

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel V Green III
So I created a new user and same issues. I can't download a binary distribution…, I'm running Mac OS Lion and as far as I could see there was no binary distribution ? Ugg.. Must be a way to get Tomcat running ! Thanks, Samuel. On Jun 20, 2012, at 6:04 PM, Oguz Kologlu wrote: > Yes. > Save

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Oguz Kologlu
Yes. Save yourself some pain. Download the binary distribution unless you need it for a specific reason. Oz On 21/06/2012, at 10:57 AM, Samuel V Green III wrote: > Feeling like an idiot, but since I'm downloading apache-tomcat-7.0.28-src… > Do I have to do a build first ? > > Thanks, > > Samu

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Oguz Kologlu
Something screwy in your current environment. For a quick test: Create a new user Unpack tomcat into you user directory (don't mess around with /usr/local) start it up (not as root) Post the result. Oz On 21/06/2012, at 10:45 AM, Samuel V Green III wrote: > So I have my new install on /usr/lo

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel V Green III
Feeling like an idiot, but since I'm downloading apache-tomcat-7.0.28-src… Do I have to do a build first ? Thanks, Samuel. On Jun 20, 2012, at 3:50 PM, Hassan Schroeder wrote: > On Wed, Jun 20, 2012 at 3:28 PM, Samuel Green wrote: >> This afternoon I did a reinstall at /usr/local >> and still

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel V Green III
So I have my new install on /usr/local/tomcat (renamed 7.0.28) Following your instructions …. same old problem: Startup output: Using CATALINA_BASE: /usr/local/tomcat Using CATALINA_HOME: /usr/local/tomcat Using CATALINA_TMPDIR: /usr/local/tomcat/temp Using JRE_HOME: /System/Library/F

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Hassan Schroeder
On Wed, Jun 20, 2012 at 3:28 PM, Samuel Green wrote: > This afternoon I did a reinstall at /usr/local > and still am not able to get it started. 15:41 ~/Downloads $ tar xfz apache-tomcat-7.0.28.tar.gz 15:42 ~/Downloads $ sudo mv apache-tomcat-7.0.28/ /usr/local Password: 15:42 ~/Downloads $ cd /u

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel Green
This afternoon I did a reinstall at /usr/local and still am not able to get it started. No system links this time. Interestingly enough I had to create a "log" directory. Package did not include one.  Easy enough. I'll try your new install recommend,  but I still like to know why it won't load from

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel, On 6/20/12 11:55 AM, Samuel Green wrote: > Thanks guys , I'll try a fresh install tonight and attempt to run > JUST from my /usr/local and report back to the list my results. Just install it into ~/apache-tomcat-7.0.27 and call it a day. You

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel, On 6/19/12 10:20 PM, Samuel V Green III wrote: > I was trying to follow the instructions here: > http://wolfpaulus.com/journal/mac/tomcat7 where it mentions "Change > ownership of the /Libaray/Tomcat folder hierarchy: > > sudo chown -R /Libr

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 6/19/12 9:09 PM, Caldarale, Charles R wrote: >> From: Samuel V Green III [mailto:macun...@gmail.com] Subject: Re: >> apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > >> issued command export Catalina_H

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Samuel Green
o:macun...@gmail.com] > > > Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > > > > > I was trying to follow the instructions here: > > >  http://wolfpaulus.com/journal/mac/tomcat7 > > > > I would strongly recommend (as did Chris) that

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Daniel Mikusa
- Original Message - > > From: Samuel V Green III [mailto:macun...@gmail.com] > > Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > > > I was trying to follow the instructions here: > > http://wolfpaulus.com/journal/mac/tomcat7 &g

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-20 Thread Daniel Mikusa
/local install or vise versa ? > > Thanks, > > Samuel. > > > > On Jun 19, 2012, at 6:57 PM, Caldarale, Charles R wrote: > > >> From: Samuel V Green III [mailto:macun...@gmail.com] > >> Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "L

RE: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Caldarale, Charles R
> From: Samuel V Green III [mailto:macun...@gmail.com] > Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > I was trying to follow the instructions here: > http://wolfpaulus.com/journal/mac/tomcat7 I would strongly recommend (as did Chris) that yo

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Samuel V Green III
ory to match my user id instead of "root" ? On Jun 19, 2012, at 6:57 PM, Caldarale, Charles R wrote: >> From: Samuel V Green III [mailto:macun...@gmail.com] >> Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > >> Java(TM) SE Runtime Envi

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Samuel V Green III
@gmail.com] >> Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > >> Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720) >> Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode) > > That looks quite reasonabl

RE: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Caldarale, Charles R
> From: Samuel V Green III [mailto:macun...@gmail.com] > Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720) > Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode) That looks

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Samuel V Green III
II [mailto:macun...@gmail.com] >> Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > >> issued command export Catalina_HOME=/Library/Tomcat > > That's not useful (or necessary). The variable name is CATALINA_HOME, not > Catalina_HOME (

RE: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Caldarale, Charles R
> From: Samuel V Green III [mailto:macun...@gmail.com] > Subject: Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion" > issued command export Catalina_HOME=/Library/Tomcat That's not useful (or necessary). The variable name is CATALINA_HOME, not Catalina_HOME

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Samuel V Green III
I backup and installed the 7.0.28 of Tomcat. I used the setup as follows: sudo ln -s /usr/local/apache-tomcat-7.0.28/ /Library/Tomcat sudo chown -R "myusername" /Library/Tomcat issued command export Catalina_HOME=/Library/Tomcat upon issue of : /Library/Tomcat/bin/startup.sh get the following out

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Samuel, On 6/18/12 11:34 PM, Samuel V Green III wrote: > I followed directions for install and config here: > http://wolfpaulus.com/journal/mac/tomcat7 I use Tomcat 7.0.27 on my Mac every day. I'm not sure why you needed an "installation guide" when

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Oguz Kologlu
You are likely getting the same error in both cases. Just that in the first case you can see the error on the console. In the second case it's just going to a log file. It could be a bad download/unzip/permission error. Make sure you have JAVA_HOME defined (maybe in your ~/.profile ) Oz On 1

Re: apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-19 Thread Daniel Mikusa
- Original Message - > I followed directions for install and config here: > http://wolfpaulus.com/journal/mac/tomcat7 > > and here: > > http://www.janhellevik.no/blog/?p=323 > > When attempting to start Tomcat I get the following error…. ( I've > googled the _ _ it out of this error and

apache-tomcat-7.0.27 start up errors on Mac OX "Lion"

2012-06-18 Thread Samuel V Green III
I followed directions for install and config here: http://wolfpaulus.com/journal/mac/tomcat7 and here: http://www.janhellevik.no/blog/?p=323 When attempting to start Tomcat I get the following error…. ( I've googled the _ _ it out of this error and can't find a fix. sudo $CATALINA_HOME/bin/cat