Re: Installation Help Needed

2004-04-01 Thread FRANCOIS Dufour
PROTECTED] Subject: Re: Installation Help Needed Date: Wed, 31 Mar 2004 23:04:58 -0800 This is almost certainly because you're running a firewall. It's kind of an involved topic, and not one I'm an expert on anyway, so you should check out this: http://www.tldp.org/HOWTO/Firewall-HOWTO.html Beware

Re: Re: Installation Help Needed

2004-04-01 Thread Stormblade
Back to basics. Is it running? Look at your processes with something like ps -ax As far as I can tell yes. There is a line which I believe indicates it's running but it gets cut off and I don't remember how to make it word wrap. Re-directing it to a file is worse.

Re: Re: Installation Help Needed

2004-04-01 Thread Stormblade
This is almost certainly because you're running a firewall. It's kind of an involved topic, and not one I'm an expert on anyway, so you should check out this: http://www.tldp.org/HOWTO/Firewall-HOWTO.html Thank you for the reply. Yes I am running a firewall but I am familiar with

Re: Re: Installation Help Needed

2004-04-01 Thread Stormblade
Woo almost missed this one cuz it wasn't threaded under the others in my newsreader. Anyway, thanks for the reply. I have opened the port. I have done this for several other applications over the years. Games too so I know what I'm doing in that respect. However, I'm still not sure about

Re: Installation Help Needed

2004-04-01 Thread QM
On Thu, Apr 01, 2004 at 12:16:49AM -0500, Stormblade wrote: : Then I tried to access my box from another machine and there : is no answer. www.mymachinedomain:8080 doesn't even give me the default : page. What's the result of lsof -i -a -u {tomcat user} ? -or better still,

Re: Re: Installation Help Needed

2004-04-01 Thread Stormblade
On Thu, Apr 01, 2004 at 12:16:49AM -0500, Stormblade wrote: : Then I tried to access my box from another machine and there : is no answer. www.mymachinedomain:8080 doesn't even give me the default : page. What's the result of lsof -i -a -u {tomcat user} ? -or better

Re: Re: Installation Help Needed

2004-04-01 Thread QM
On Thu, Apr 01, 2004 at 10:14:52AM -0500, Stormblade wrote: : Forgive me but I'm unfamiliar with that command. I typed it exactly : as you had it above. Copy and paste even. For the archives: lsof is a tool to LiSt Open Files. It lets admins match a port to a process, among other things.

Re: Re: Re: Installation Help Needed

2004-04-01 Thread Stormblade
Back to the original post: {tomcat user} = use the name of the tomcat process owner ;) You could also have run: lsof -i :8080 I should've suggested that instead. Doing that I got this: java19217 root5u IPv4 811539 TCP *:webcache (LISTEN) java19218 root

Re: Re: Re: Installation Help Needed

2004-04-01 Thread QM
On Thu, Apr 01, 2004 at 11:07:21AM -0500, Stormblade wrote: : java19217 root5u IPv4 811539 TCP *:webcache (LISTEN) OK, so Tomcat is up and listening. (I'll assume that webcache = 8080; that's for you to confirm.) Next step: from the Tomcat host, try to interact with the port. Use

Re: Re: Re: Installation Help Needed

2004-04-01 Thread Parsons Technical Services
. Everything seems to point to a firewall/router ACL issue. Are there any devices between the client and server? Doug - Original Message - From: Stormblade [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 01, 2004 11:07 AM Subject: Re: Re: Re: Installation Help Needed

Re: Re: Re: Re: Installation Help Needed

2004-04-01 Thread Stormblade
No offense but sometimes we get burned by the silly little things. No offense taken. As a programmer I definitely have been bitten by the silly little things often enough that I'll try whatever. Everything seems to point to a firewall/router ACL issue. Are there any devices between the

Re: Installation Help Needed

2004-03-31 Thread Parsons Technical Services
Back to basics. Is it running? Look at your processes with something like ps -ax Do you have a firewall running? Can you ping the machine? Do a netstat -an and see if port 8080 is active. Doug - Original Message - From: Stormblade [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Installation Help Needed

2004-03-31 Thread Josh Rehman
This is almost certainly because you're running a firewall. It's kind of an involved topic, and not one I'm an expert on anyway, so you should check out this: http://www.tldp.org/HOWTO/Firewall-HOWTO.html Beware: many distros have customized firewall software. Anyway, this isn't a tomcat

RE: installation help

2001-02-02 Thread Michael Wentzel
What are your configurations(standalone, with Apache, etc...)? If you're running standalone just change the http port in conf/server.xml to 80 instead of 8080. If you're running Apache you don't need to change the ports of Tomcat you only need to configure Apache and apj. ---Michael

Re: installation help

2001-02-02 Thread affan
I need in on NT help affan - Original Message - From: Michael Wentzel To: '[EMAIL PROTECTED]' Sent: Friday, February 02, 2001 5:44 PM Subject: RE: installation help What are your configurations(standalone, with Apache, etc...)? If you're running

RE: installation help

2001-02-02 Thread Michael Wentzel
Once again the important question is do you already have another webserver, IIS or Apache for example, running on port 80? If you have IIS running you can run the isapi_redirect.dll to redirect jsp/servlet requests to tomcat transparent to the web user. If your using Apache then you can