Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
Hi, My server OS is centos and I've apache 2.2 and tomcat6 installed on my machine. I can display my php pages as abc.xyz.com and display my jsp pages on LAN as abc.xyz.com:8080/asd but my jsp pages cannot be display from out of my LAN. What may be the problem? My second question is, I want to

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread ratul banerjee
You probably have to set web alias... On 3/18/08, Murat Birben [EMAIL PROTECTED] wrote: Hi, My server OS is centos and I've apache 2.2 and tomcat6 installed on my machine. I can display my php pages as abc.xyz.com and display my jsp pages on LAN as abc.xyz.com:8080/asd but my jsp pages

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
Sorry, but I'm a kind of newbie. Can you explain it a bit detailed? Regards, On Tue, Mar 18, 2008 at 6:47 PM, ratul banerjee [EMAIL PROTECTED] wrote: You probably have to set web alias... On 3/18/08, Murat Birben [EMAIL PROTECTED] wrote: Hi, My server OS is centos and I've apache 2.2

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Brian Munroe
On Tue, Mar 18, 2008 at 9:45 AM, Murat Birben [EMAIL PROTECTED] wrote: My server OS is centos and I've apache 2.2 and tomcat6 installed on my machine. I can display my php pages as abc.xyz.com and display my jsp pages on LAN as abc.xyz.com:8080/asd but my jsp pages cannot be display from

RE: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Peter Crowther
From: Murat Birben [mailto:[EMAIL PROTECTED] My server OS is centos and I've apache 2.2 and tomcat6 installed on my machine. Do you have any integration between the two, or are they completely separate? I can display my php pages as abc.xyz.com ... from Apache httpd... and display my jsp

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
tcp0 0 :::8080 :::* LISTEN here is the part of 'netstat -an | grep -i listen' command for port 8080 On Tue, Mar 18, 2008 at 6:52 PM, Brian Munroe [EMAIL PROTECTED] wrote: On Tue, Mar 18, 2008 at 9:45 AM, Murat Birben [EMAIL PROTECTED] wrote: My server OS

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Brian Munroe
On Tue, Mar 18, 2008 at 9:58 AM, Murat Birben [EMAIL PROTECTED] wrote: tcp0 0 :::8080 :::* LISTEN Ok, that's good, it can listen on all IPs Now, do you know if you are running SELinux or if your firewall is configured as Peter suggested?

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
My SELinux is disabled, how could i check my firewall configurations? Regards, On Tue, Mar 18, 2008 at 7:16 PM, Brian Munroe [EMAIL PROTECTED] wrote: On Tue, Mar 18, 2008 at 9:58 AM, Murat Birben [EMAIL PROTECTED] wrote: tcp0 0 :::8080 :::* LISTEN Ok,

Re: Displaying jsp pages without specifying the port 8080

2008-03-18 Thread Murat Birben
I'm also using mod_jk connector On Tue, Mar 18, 2008 at 8:31 PM, Murat Birben [EMAIL PROTECTED] wrote: My SELinux is disabled, how could i check my firewall configurations? Regards, On Tue, Mar 18, 2008 at 7:16 PM, Brian Munroe [EMAIL PROTECTED] wrote: On Tue, Mar 18, 2008 at 9:58 AM,