My guess then, if name resolution works, is that your httpd.conf is not set
up the way you think it is.  That is, the JkMount statement is only being
called for a VirtualHost that matches the IP address, not the name.

John


> -----Original Message-----
> From: vim m [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 3:37 PM
> To: Tomcat Users List
> Subject: RE: Apache2.0.40 Tomcat4.1.18 Integration on Linux 7.1
> 
> 
> ping works. Morever, my servers work well as
> standalones. Its only the connectivity that doesnt
> work.
> Thank you
> 
> --- [EMAIL PROTECTED] wrote:
> > Perhaps, a dns entry is missing for the ip address?
> > Can you pink host
> > name?
> > Thanks,
> > Sudha
> > 
> > -----Original Message-----
> > From: vim m [mailto:[EMAIL PROTECTED]] 
> > Sent: Friday, January 24, 2003 2:24 PM
> > To: Tomcat Users List
> > Subject: RE: Apache2.0.40 Tomcat4.1.18 Integration
> > on Linux 7.1
> > 
> > I thought I will try this: I gave the IP address of
> > my
> > system in ServerName of httpd.conf and host of
> > server.xml and workers.properties file.
> > 
> > The connectivity works if I access as
> > http://xxx.xx.xx.x/.
> > 
> > Any guesses as to why it doesnt work for the machine
> > name?
> > 
> > Thanks
> > 
> > 
> > 
> > 
> > 
> > 
> > --- "Turner, John" <[EMAIL PROTECTED]> wrote:
> > > 
> > > Sure, it's worth a try.  Somewhere back in this
> > > thread there's a link to
> > > what a "full" mod_jk.conf file looks like for a
> > > default install, if you want
> > > to use that as a reference.
> > > 
> > > John
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: vim m [mailto:[EMAIL PROTECTED]]
> > > > Sent: Friday, January 24, 2003 2:35 PM
> > > > To: Tomcat Users List
> > > > Subject: RE: Apache2.0.40 Tomcat4.1.18
> > Integration
> > > on Linux 7.1
> > > > 
> > > > 
> > > > I tried this. It doesnt work. Should I try
> > manual
> > > > configure instead of using the auto option?
> > > > Vim 
> > > > 
> > > > --- "Turner, John" <[EMAIL PROTECTED]> wrote:
> > > > > 
> > > > > Try the IP address instead of the hostname in
> > > > > workers.properties.
> > > > > 
> > > > > John
> > > > > 
> > > > > 
> > > > > -----Original Message-----
> > > > > From: vim m [mailto:[EMAIL PROTECTED]] 
> > > > > Sent: Thursday, January 23, 2003 10:32 PM
> > > > > To: Tomcat Users List
> > > > > Subject: RE: Apache2.0.40 Tomcat4.1.18
> > > Integration
> > > > > on Linux 7.1
> > > > > 
> > > > > 
> > > > > Yes. If I give the IP address it works. My
> > > problem
> > > > > is
> > > > > calling tomcat from apache. The connectivity
> > > works
> > > > > on
> > > > > the same system and not for remote systems. 
> > > > > Thanks.
> > > > > 
> > > > > --- Ed Robbins <[EMAIL PROTECTED]> wrote:
> > > > > > See my answer to the HTTP 500 - No Context
> > > > > > configured.
> > > > > > 
> > > > > > Replace the name localhost with the actual
> > IP
> > > > > > address like
> > > > > > 
> > > > > > http://192.168.1.1:8080/examples
> > > > > > 
> > > > > > I'm willing to bet that will work for you.
> > > > > > 
> > > > > > Ed
> > > > > > 
> > > > > > On Thu, 2003-01-23 at 22:16, vim m wrote:
> > > > > > > If it was a DNS problem, then shouldnt
> > > tomcat
> > > > > and
> > > > > > > apache have problems running as
> > standalones
> > > > > too???
> > > > > > I
> > > > > > > am assuming here, correct me if I am
> > wrong.
> > > > > > > Anyway -
> > http://thedomainname:8080/examples
> > > > > works
> > > > > > from
> > > > > > > remote systems and http://thedomainname/
> > > too.
> > > > > > > Like I told you
> > > http://localhost:8080/examples
> > > > > > does
> > > > > > > not work from the same system. This seems
> > > > > strange.
> > > > > > 
> > > > > > > 
> > > > > > > Cheers.
> > > > > > > vim
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --- "Turner, John" <[EMAIL PROTECTED]>
> > wrote:
> > > > > > > > 
> > > > > > > > If you can't get responses when checking
> > > from
> > > > > a
> > > > > > > > remote machine, you have a
> > > > > > > > name resolution/DNS problem that is
> > > preventing
> > > > > thedomainname from 
> > > > > > > > resolving to a number.
> > > > > > > > 
> > > > > > > > John
> > > > > > > > 
> > > > > > > > 
> > > > > > > > -----Original Message-----
> > > > > > > > From: vim m
> > [mailto:[EMAIL PROTECTED]]
> > > > > > > > Sent: Thursday, January 23, 2003 4:42 PM
> > > > > > > > To: Tomcat Users List
> > > > > > > > Subject: RE: Apache2.0.40 Tomcat4.1.18
> > > > > > Integration
> > > > > > > > on Linux 7.1
> > > > > > > > 
> > > > > > > > 
> > > > > > > > John: I just checked this out. The
> > > connection
> > > > > is
> > > > > > > > working if I access the server from the
> > > same
> > > > > > > > machine.
> > > > > > > > Till now, I was checking this from a
> > > remote
> > > > > > machine.
> > > > > > > > But listen to this - maybe it would
> > help.
> > > > > > > > It works for:
> > > > > > > > http://localhost - I see the default
> > > Apache
> > > > > > page.
> > > > > > > > But http://localhost:8080/ does not
> > work.
> > > > > > > > 
> > > > > > > > When I give
> > > > > > > > http://thedomainname:8080/ it works.
> > > > > > > > and http://thedomainname/examples works
> > > and so
> > > > > > do
> > > > > > > > all
> > > > > > > > my other applications.
> > > > > > > > All this happens in the same machine. It
> > > does
> > > > > > not
> > > > > > > > work
> > > > > > > > from remote machines.
> > > > > > > > 
> > > > > > > > Would this be a problem with my
> > servername
> > > in
> > > > > > > > http.conf and host in server.xml? I have
> > > > > checked
> > > > > > > > them
> > > > > > > > and they point to the same name.
> > > > > > > > This is so frustrating :(
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > --- "Turner, John" <[EMAIL PROTECTED]>
> > > wrote:
> > > > > > > > > 
> > > > > > > > > Sorry, I'm stumped.  Your config files
> > > look
> > > > > OK
> > > > > > to
> > 
> === message truncated ===
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to