On 19/07/2010 19:44, Tony Anecito wrote:
> Hi All,
> 
> I have been having odd issues with APR & Tomcat (6.0.20) since I set it up a 
> while ago. I am seeing:

Time for an upgrade.

> 1. Sometimes on the first try to get images from a page where the images are 
> assigned a sub domain via a host tag I get a red x. Hitting refresh seems to 
> retrieve the images. The images are in a subfolder off of the ROOT folder of 
> tomcat.

Can you reproduce the problem?

What does the client actually see?

You can use a browser tool to find out, e.g. Firebug in Firefox.
Fiddler, ieHttpHeaders in IE, the built-in developer tools in Safari/Chrome.

What does the server actually send?  You didn't state your OS (tsk) but
there are tools available for most OS which will allow you to monitor
network traffic at the server. (e.g. Wireshark).

> 2. I get a file not found off of another folder where the file is a jnlp file.
> 
> 
> So is there any type of directory tag (allow, deny ect) I should be using for 
> the sub folders off or ROOT? When I used Apache Web server I set those up but 
> then I was not using a Host tag either. But for APR I did not set up any type 
> directory tags.

No there isn't.  Tomcat != Apache HTTPD.

Security permissions are set in the "ROOT/WEB-INF/web.xml", as per the
Servlet Spec.


p

> If I need the directory tags where would I put them?
> 
> Thanks,
> -Tony
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to