Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-18 Thread Krish
Sent from my iPhone On Feb 18, 2010, at 6:32 PM, Christopher Schultz > wrote: access? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 zé, On 2/18/2010 4:51 PM, zé wrote: >> Interesting. What is the URL you are trying to access? > I tryed access a directory containing images. Each image is accessed > correctly, but the whole directory don't, generating the HTTP 404 status. If you go

Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-18 Thread
Hi Chris! >Interesting. What is the URL you are trying to access? I tryed access a directory containing images. Each image is accessed correctly, but the whole directory don't, generating the HTTP 404 status. >Can you give us more details? I was using a AJAX request (using JQuery) to load the s

Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 zé, On 2/17/2010 12:02 PM, zé wrote: > I don't use any kind of authentication Ok. > I believe that the directory indexes are disabled due the HTTP 404 > error returned when is tried listing. Interesting. What is the URL you are trying to access? >

Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-17 Thread
Hi Chris! Thanks for response! I don't use any kind of authentication and, I believe that the directory indexes are disabled due the HTTP 404 error returned when is tried listing. It's just a servlet being accessed by a PHP script. The servers aren't in the same machine instead of I told before,

Re: Accessing a Tomcat webapp from a PHP webapp

2010-02-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 zé, On 2/17/2010 6:06 AM, zé wrote: > I'm trying to access a Java web application, hosted on a Tomcat 6.0.20, from > a PHP application hosted on a Apache, located at the same machine. The PHP > app must request a Java app with few parameters and, the