Re: Ajax xmlhttprequest

2007-04-17 Thread Pid
ubject: Re: Ajax xmlhttprequest On 4/16/07, Richard Dunne <[EMAIL PROTECTED]> wrote: I can query the database with a php script on its own. ...one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, Is there any particular/obvious reason why the request is b

Re: Ajax xmlhttprequest

2007-04-17 Thread Richard Dunne
I forgot to mention I have SDK5 installed as well, not that it matters seemingly. - Original Message From: Martin Heiden <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, April 17, 2007 9:14:27 AM Subject: Re: Ajax xmlhttprequest Richard! As you said: You install

Re: Ajax xmlhttprequest

2007-04-17 Thread dimitryous r.
an query the database with a php script on its own. In Windows, (Editplus text editor) one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, using alerts I have gone through the http readystates 1,2,3,4 and http status 200, but am having problems accessing/parsin

Re: Ajax xmlhttprequest

2007-04-17 Thread Martin Heiden
e webpages and most are scripts. I have a database and a > few tables created. So far in DOS, I can query the database with a > php script on its own. In Windows, (Editplus text editor) one of my > webpages is trying to execute the same php script via an Ajax > xmlhttprequest, using al

Re: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r .
thing to maybe look forward to in the future perhaps? - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, April 17, 2007 12:00:57 AM Subject: Re: Ajax xmlhttprequest On 4/16/07, Richard Dunne <[EMAIL PROTECTED]> wrote:

Re: Ajax xmlhttprequest

2007-04-16 Thread Richard Dunne
Learn something new everyday. OK developers, something to maybe look forward to in the future perhaps? - Original Message From: Hassan Schroeder <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, April 17, 2007 12:00:57 AM Subject: Re: Ajax xmlhttprequest On 4/16/07, R

Re: Ajax xmlhttprequest

2007-04-16 Thread Hassan Schroeder
On 4/16/07, Richard Dunne <[EMAIL PROTECTED]> wrote: I can query the database with a php script on its own. ...one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, Is there any particular/obvious reason why the request is breaking down in tomcat

Re: Ajax xmlhttprequest

2007-04-16 Thread Richard Dunne
are scripts. I have a database and a few tables created. So far in DOS, I can query the database with a php script on its own. In Windows, (Editplus text editor) one of my webpages is trying to execute the same php script via an Ajax xmlhttprequest, using alerts I have gone through the http

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: Ajax xmlhttprequest

2007-04-16 Thread dimitryous r.
I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). Hello, Please tell me more about your configuration: if your Apache Tomcat server is running on port 8080 how come do you get something out of a xxx.php script? You mean: at http://localhost:8080/myfile.jsp (Apa

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
Ursprüngliche Nachricht- > Von: Richard Dunne [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 13. April 2007 14:25 > An: Tomcat Users List > Betreff: Re: Ajax xmlhttprequest > > My php webpage renders just like an html page on localhost:8080, but when I > run an xmlhttp

Re: AW: Ajax xmlhttprequest

2007-04-13 Thread Pid
ailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. April 2007 14:25 An: Tomcat Users List Betreff: Re: Ajax xmlhttprequest My php webpage renders just like an html page on localhost:8080, but when I run an xmlhttprequest against the tomcat (jakarta) server from within the webpage, the request sh

AW: Ajax xmlhttprequest

2007-04-13 Thread Konstantin Breu
ActiveXObject)? -Ursprüngliche Nachricht- Von: Richard Dunne [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 13. April 2007 14:25 An: Tomcat Users List Betreff: Re: Ajax xmlhttprequest My php webpage renders just like an html page on localhost:8080, but when I run an xmlhttprequest against

Re: Ajax xmlhttprequest

2007-04-13 Thread Richard Dunne
winodws. I'm not using asp or jsp, just php and Ajax/javascript. cant post code at the moment, at work u c. Richard. - Original Message From: Johnny Kewl <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 12:56:30 PM Subject: Re: Aj

Re: Ajax xmlhttprequest

2007-04-13 Thread Richard Dunne
Not familiar with xxx.so. file.php is within my context. Richard - Original Message From: dimitryous r. <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 11:34:00 AM Subject: Re: Ajax xmlhttprequest Hi, I can't give you

Re: Ajax xmlhttprequest

2007-04-13 Thread Johnny Kewl
help u - Original Message - From: "Richard Dunne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 08, 2007 2:55 PM Subject: Ajax xmlhttprequest I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). My webpage is

Re: Ajax xmlhttprequest

2007-04-13 Thread dimitryous r.
Hi, I can't give you a response. But would like to know how you manage to be able to get a index.php (for example) page out of your Apache Tomcat server. Sould I recompile the whole stuff? Should I add some xxx.so file to my Apache config? TIA dimitryous. On 8 avr. 07, at 14:55, Richard

Ajax xmlhttprequest

2007-04-08 Thread Richard Dunne
I have a php webpage which is hosted on my laptop (XP and tomcat localhost:8080). My webpage is executing a php script via an xmlhttprequest which queries a database and sends back the info to the webpage. I have an a few alerts in my request to see the http.readystate and the http.status as t