Re: AW: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r.
is set correctly. Richard. - Original Message From: Pid <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, April 13, 2007 3:08:53 PM Subject: Re: AW: Ajax xmlhttprequest I'm going to ask a potentially stupid question here: how have you configured / are you running

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Pid
3 PM Subject: Re: AW: Ajax xmlhttprequest I'm going to ask a potentially stupid question here: how have you configured / are you running PHP code on Tomcat? Have you called the PHP file directly to see what output it generates? p Konstantin Breu wrote: You can try to use a tool lik

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Richard Dunne
that path http://localhost:8080/your-context-folder-name. Assuming your environment variable path is set correctly. Richard. - Original Message From: Pid <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 3:08:53 PM Subject:

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Pid
I'm going to ask a potentially stupid question here: how have you configured / are you running PHP code on Tomcat? Have you called the PHP file directly to see what output it generates? p Konstantin Breu wrote: You can try to use a tool like fiddler, to see better what happens at the reque

AW: Ajax xmlhttprequest

2007-04-13 Thread Konstantin Breu
You can try to use a tool like fiddler, to see better what happens at the requests. Have you tried to change the xmlhttprequest call so that it requests a static html file from tomcat? Does that work? Which progid do you use to instantiate the xmlhttprequest object (if you instantiate it via new Ac