Re: server running website

2011-03-02 Thread Joel
On 2/23/2011 4:18 PM, Joel wrote: sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec \ grep function2.basiceng.umr.edu {} \; Oops: I forgot the -l switch on grep... it's not giving you any file names :) sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec

Re: server running website

2011-03-02 Thread Joel
Ignore that half complete message. One of mac's annoying keyboard shortcuts sent that for me :) (don't ask me how, I really don't know how it happened)

Re: server running website

2011-02-23 Thread Joel
On Tue, Feb 22, 2011 at 10:59 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: Again, it looks like something's wrong with the hosts file. Might be as simple as not having a hosts file, or not having an entry for localhost. Another possibility is that you may have a webapp

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 10:44 AM, Joel felixtheratr...@gmail.com wrote: On Tue, Feb 22, 2011 at 10:59 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: Again, it looks like something's wrong with the hosts file. Might be as simple as not having a hosts file, or not having an

Re: server running website

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 2/22/2011 10:59 AM, Caldarale, Charles R wrote: From: Joel [mailto:felixtheratr...@gmail.com] Subject: server running website But when I try to go to the page localhost:8080 or localhost:80 Safari says: Safari can't open the page

RE: server running website

2011-02-23 Thread Caldarale, Charles R
From: Joel [mailto:felixtheratr...@gmail.com] Subject: Re: server running website So yeah it might be the later problem, where there is a hardcoded directory. Is there a quick way to fix this? Since you're running on a very unsupported version of Tomcat, you're pretty much on your own

Re: server running website

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel, On 2/23/2011 10:47 AM, Joel wrote: On Wed, Feb 23, 2011 at 10:44 AM, Joel felixtheratr...@gmail.com wrote: sackett-research-lab2b:opt joel$ sudo find /opt/Tomcat -type f | xargs grep function2.basiceng.umr.edu grep: /opt/Tomcat/conf/server:

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz ch...@christopherschultz.net wrote: Try this: sudo find /opt/Tomcat -type f -exec \ grep function2.basiceng.umr.edu {} \; Thanks, I'll use this now. sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec \ grep

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 12:57 PM, Joel felixtheratr...@gmail.com wrote: On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz ch...@christopherschultz.net wrote: Try this: sudo find /opt/Tomcat -type f -exec \ grep function2.basiceng.umr.edu {} \; Thanks, I'll use this now.

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 3:26 PM, Joel felixtheratr...@gmail.com wrote: On Wed, Feb 23, 2011 at 12:57 PM, Joel felixtheratr...@gmail.com wrote: On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz ch...@christopherschultz.net wrote: Try this: sudo find /opt/Tomcat -type f -exec \

Re: server running website

2011-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel, I'll try to hit all your replies at once, here. On 2/23/2011 4:18 PM, Joel wrote: sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec \ grep function2.basiceng.umr.edu {} \; Oops: I forgot the -l switch on grep... it's not

server running website

2011-02-22 Thread Joel
So my boss has a Tomcat folder that was running a website at his old job. I don't know how to determine the exact version but in the realease notes there is: $Id: RELEASE-NOTES-4.1.txt,v 1.81 2003/10/27 13:40:27 remm Exp $ he wants to run it on a new machine, the OS is: Mac OS X Server 10.6.5

Re: server running website

2011-02-22 Thread David Smith
Check the logs to find out what happened when you attempted to start the server. Is there something else already running on the ports tomcat is trying to use? What does netstat list as listening ports with and without tomcat running? Also what connectors are configured in your tomcat's

RE: server running website

2011-02-22 Thread Caldarale, Charles R
From: Joel [mailto:felixtheratr...@gmail.com] Subject: server running website But when I try to go to the page localhost:8080 or localhost:80 Safari says: Safari can't open the page http://function2.basiceng.umr.edu/view; because Safari can't find the server function2.basiceng.umr.edu