RE: Apache does not load images!!

2002-02-28 Thread Eswar.K

hi ricky,

i am using mod_jk only and not mod_webapp. any clue why it is happening?

Eswar K. J. A

-Original Message-
From: Ricky Leung [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 28, 2002 5:05 AM
To: Tomcat Users List
Subject: RE: Apache does not load images!!


are you using mod_webapp?  I find this to be a problem when using apache and
mod_webapp, but it went away once I use it on Solaris.  mod_jk doesn't have
this problem either.

-Original Message-
From: Eswar.K [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 8:56 AM
To: Tomcat Users List
Subject: RE: Apache does not load images!!



sometimes some images gets loaded and sometimes some others...
and sometimes all of them are shown.

The path of  the image is not a problem, bcos if it was, i should be
consistently get the problem for the same image, which is not happening.

Eswar

-Original Message-
From: Phil Shrimpton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 3:27 PM
To: Tomcat Users List; Eswar.K
Subject: Re: Apache does not load images!!


On Wednesday 27 February 2002 10:39, Eswar.K wrote:

Hi,

 tomcat has been integrated with apache with mod_jk.  When I send a request
 directly to tomcat(post 8080), all the images are loaded appropriately,
but
 when i am sending a requet to apache(port 80), few images are not being
 loaded. What should be done to avoid such a problem?

I had the same problem.  What is was, was that the URI I was using for the
imgaes was

/images/myimage.gif

Which when used via Apache/mod_jk were being request from Apache's doument
root.

Changing the URI to...

images/myimage.gif  (no initial slash)

Fixed the problem

Phil


--
Linux 2.4.4-4GB
  9:55am  up  2:27,  1 user,  load average: 0.20, 0.47, 0.41

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Apache does not load images!!

2002-02-27 Thread Eswar.K

hi guys,

My system setup is like this.

tomcat has been integrated with apache with mod_jk.  When I send a request
directly to tomcat(post 8080), all the images are loaded appropriately, but
when i am sending a requet to apache(port 80), few images are not being
loaded. What should be done to avoid such a problem?

hope to get a speedy response...

thanks in advance.

Regards,
Eswar

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Apache does not load images!!

2002-02-27 Thread Eswar.K


sometimes some images gets loaded and sometimes some others...
and sometimes all of them are shown.

The path of  the image is not a problem, bcos if it was, i should be
consistently get the problem for the same image, which is not happening.

Eswar

-Original Message-
From: Phil Shrimpton [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 3:27 PM
To: Tomcat Users List; Eswar.K
Subject: Re: Apache does not load images!!


On Wednesday 27 February 2002 10:39, Eswar.K wrote:

Hi,

 tomcat has been integrated with apache with mod_jk.  When I send a request
 directly to tomcat(post 8080), all the images are loaded appropriately,
but
 when i am sending a requet to apache(port 80), few images are not being
 loaded. What should be done to avoid such a problem?

I had the same problem.  What is was, was that the URI I was using for the 
imgaes was

/images/myimage.gif

Which when used via Apache/mod_jk were being request from Apache's doument 
root.

Changing the URI to...

images/myimage.gif  (no initial slash)

Fixed the problem

Phil


-- 
Linux 2.4.4-4GB
  9:55am  up  2:27,  1 user,  load average: 0.20, 0.47, 0.41

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Problem in connecting apache and tomcat on different hosts

2002-02-14 Thread Eswar.K

hi all,
 
I have a problem here..
I have apache 1.3 on 1 machine and tomcat 3.2.3 on another machine.
how do i make them talk to each other.
where and what do i configure in apache so that it talks to tomcat on
another host.
if they are on the same machine then it works fine...
 
Thanks in advance...
 
Regards,
Eswat



RE: Configuring apache + tomcat on separate machines

2002-02-14 Thread Eswar.K

how would the apache server know on which IP address the tomcat is running?
from the tomcat side it is fine, but how about the communication from apache
to tomcat...

-Original Message-
From: Keith Simpson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 14, 2002 10:14 PM
To: Tomcat Users List
Subject: Re: Configuring apache + tomcat on separate machines


Would think it would have to be possible.  since they communicate via
ajp protocol, you just need to specify something other than localhost on
the tomcat side I would think.  the ajp stuff has default ports of
something like 8007 and 8009.  


Sharanya Vemu wrote:
 
 if any one hasnt done it , well the  question is can this be done ?? at
all
 , someone can surely reply for that atleast!!
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 14, 2002 3:31 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Configuring apache + tomcat on separate machines
 
 DOESEN'T ANYONE KNOW HOW TO DO THIS?
 SURELY SOMEONE MUST KNOW!
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]