php servlet

2003-06-22 Thread Thomas=20Rue=DF
Hi I ran into some trouble configuring cocoon for use with php on Win 2000. Calling a php file I always get an error messages : "Function registration failed - duplicate name - java_last_exception_get" - "Function registration failed - duplicate name - java_last_exception

RE: PHP status?

2002-12-23 Thread Geoff Howard
> -Original Message- > From: Alex McLintock [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 23, 2002 9:03 AM > To: [EMAIL PROTECTED] > Subject: RE: PHP status? > > > Thanks for spotting the important bits in the tutorial Geoff. Thank google! I knew it wasn

RE: PHP status?

2002-12-23 Thread Alex McLintock
Thanks for spotting the important bits in the tutorial Geoff. At 14:01 23/12/02, you wrote: I'm not a PHP user in cocoon, but I can provide some hints on the information you asked about. First, the biggest clues come from an odd location (http://xml.apache.org/cocoon/tutorial/tutorial-de

RE: PHP status?

2002-12-23 Thread Geoff Howard
I'm not a PHP user in cocoon, but I can provide some hints on the information you asked about. First, the biggest clues come from an odd location (http://xml.apache.org/cocoon/tutorial/tutorial-develop-webapp.html): -- PhpGenerator This generator functions just lik

Re: PHP status?

2002-12-23 Thread Alexandru COSTIN
Hello, If you want XML and PHP in a Cocoon like approach, you should look at Krysalis, a OS platform for XML content publishing. Please see more about it at http://www.interakt.ro/products/Krysalis/ Alexandru > Hi folks, > > I'm reasonably familiar with Cocoon but just learnin

Re: PHP status?

2002-12-23 Thread Alex McLintock
I asked about PHP within Cocoon and At 23:32 22/12/02, Nicola Ken Barozzi wrote: " * Allows PHP to be used as a generator. Builds upon the PHP servlet * functionallity - overrides the output method in order to pipe the * results into SAX events. " Looking at the code, it takes t

Re: PHP status?

2002-12-22 Thread Nicola Ken Barozzi
Alex McLintock wrote: Hi folks, I'm reasonably familiar with Cocoon but just learning PHP since it seems to be the fastest way to do lots of web applications. (See http://phpmyedit.sourceforge.net/ and http://www.platon.sk/projects/phpMyEdit/ for pne of the php tools I am interest

PHP status?

2002-12-22 Thread Alex McLintock
Hi folks, I'm reasonably familiar with Cocoon but just learning PHP since it seems to be the fastest way to do lots of web applications. (See http://phpmyedit.sourceforge.net/ and http://www.platon.sk/projects/phpMyEdit/ for pne of the php tools I am interested in ). Now I hear about

oh no not another php question!

2002-11-26 Thread conrad . crampton
ah, but this one is really simple. I don't believe I need to do anything with PHPGenerator but I hope to be advised what I need to do... Our intranet is a mixture of xml based content and php files. The xml and php have nothing to do with each other i.e. the xml doesn't get prod

PHP & HTML form problem

2002-11-20 Thread Dhiman Paul
Dear All, I m trying to call a php file after pressing the submit button from the tag. The file is getting called successfully but input tags are not submitting values to the php file. B'coz when i m trying to get vales from php file using $name(text field name value), it's not showin

Re: integrating php with cocoon 2.0.3

2002-11-20 Thread Alexandru COSTIN
Hello, To use PHP for XML/XSL content publishing, you should try Krysalis, it's an open source platform built for this goal. It already has a stable core, an powerful IDE, etc. See more details at http://www.interakt.ro/products/Kry

RE: Core Dump PHP & cocoon2

2002-11-18 Thread Tom Troonbeeckx
Thx for the information Now I know at least it's not a configuration fault -Original Message- From: Jose Borges Ferreira [mailto:[EMAIL PROTECTED]] Sent: maandag 18 november 2002 17:00 To: [EMAIL PROTECTED] Subject: RE: Core Dump PHP & cocoon2 I'm thinking if an

RE: Core Dump PHP & cocoon2

2002-11-18 Thread Jose Borges Ferreira
I'm thinking if anybody actually run php with tomcat ever ;) Acording to these people ( me included ) php servlet always core dumped after some usage. http://bugs.php.net/bug.php?id=17020 http://bugs.php.net/bug.php?id=18939 Apparently the servlet implementation should be better. I am

RE: Core Dump PHP & cocoon2

2002-11-18 Thread Tom Troonbeeckx
.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) -Original Message- From: Tom Troonbeeckx [mailto:[EMAIL PROTECTED]] Sent: maandag 18 november 2002 14:06 To: [EMAIL PROTECTED] Subject: Core Dump PHP & cocoon2 Dear Sir, Madam, I finally got the php working with cocoon

Core Dump PHP & cocoon2

2002-11-18 Thread Tom Troonbeeckx
Dear Sir, Madam, I finally got the php working with cocoon2. Thx for the many support. However. When I process a the phpinfo()-function, Cocoon2 shows just a bit of data. When I refresh the page a couple times. I have tomcat-core dump. Any ideas why? Thanks in advance. Ideaxis nv -facing

Re: integrating php with cocoon 2.0.3

2002-11-18 Thread Roger I Martin PhD
I still think you have a classpath problem; not a sitemap problem. - Original Message - From: "tom.troonbeeckx" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 6:21 AM Subject: RE: integrating php with cocoon 2.0.3 > I have put t

RE: integrating php with cocoon 2.0.3

2002-11-18 Thread tom.troonbeeckx
I have put the servlet in the webapps libarea. But still no go... In the sitemap.xmap i have defined the following. Im a newbie in the cocoonworld. Maybe i just configured it wrong. Has anybody an idea how to configure the sitemap.xmap for php-pages. Thanx in advance

Re: integrating php with cocoon 2.0.3

2002-11-18 Thread Roger I Martin PhD
Put the phpsrvlt.jar in you webapps lib area. - Original Message - From: "tom.troonbeeckx" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 5:57 AM Subject: integrating php with cocoon 2.0.3 > Dear sir, madam, > > > I have com

integrating php with cocoon 2.0.3

2002-11-18 Thread tom.troonbeeckx
Dear sir, madam, I have compiled cocoon-2.0.3 as described in the HOWTO in order to work with PHP-files. I'm running a j2sdk-1.4.1 and a tomcat 4.0.6 in a Redhat 7.1 Linuxbox. The compilation went fluently. I have put the cocoon.war in the WEBAPPS-folder and the phpsrvlt.jar into the $T

Re: PHP functionality

2002-11-08 Thread Alexandru COSTIN
if anyone out there could provide me with some pointers > about how to integrate PHP code with Cocoon? Specifically I have some XML > documents that are serialised to HTML pages but I would like to add PHP > functionality to enable data to be passed to and from a MySQL database and > in

RE: AW: PHP functionality

2002-11-05 Thread Robert Koberg
;     -Original Message-From: Derek Hohls [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 05, 2002 4:35 AMTo: [EMAIL PROTECTED]Subject: Re: AW: PHP functionality Also suggest you do some reading of your own...  have a look at the database tutorials linked off of:

Re: AW: PHP functionality

2002-11-05 Thread Derek Hohls
PHP one that you may be used to ... i.e. one that fits into the Cocoon philosophy of "separation of concerns" (you *do* know about this, I assume ;-)>>> [EMAIL PROTECTED] 05/11/2002 02:23:01 >>>Dear Hai,there is a scripting language available for Cocoon,namely XSP,

AW: PHP functionality

2002-11-05 Thread Rimbert Rudisch
Hai.HA@;reading.sema.slb.com] > Gesendet: Dienstag, 05. November 2002 12:27 > An: '[EMAIL PROTECTED]' > Betreff: PHP functionality > > > Hello experts, > > I was wondering if anyone out there could provide me with some pointers > about how to integrate PHP code

PHP functionality

2002-11-05 Thread HA, Hai
Hello experts, I was wondering if anyone out there could provide me with some pointers about how to integrate PHP code with Cocoon? Specifically I have some XML documents that are serialised to HTML pages but I would like to add PHP functionality to enable data to be passed to and from a MySQL

RE: [PHP-DB] Print data

2002-10-24 Thread José Moreira
@;GetingeCastle.com] Enviada: quarta-feira, 23 de Outubro de 2002 15:45 Para: 'José Moreira' Assunto: RE: [PHP-DB] Print data Yeah, I knew I could go into Page Setup and remove the strings manually. I was hoping you had devised a way to do it from the PHP code somehow. I know that it&#x

PHP Generator class PhpGenrator not found

2002-10-22 Thread Marcel Bariou
Tomcat 4.1.12 Cocoon 2.0.3 J2SDK 1.4.1 Linux 2.4.7.10 RH 7.2 Apache 1.3.27 PHP 4.2.3   Here are the facts, could somebody brings me some light about this issue, please ? - PHP works correctly ! - Without PHP Cocoon works correctly ! - Insite the main sitemap.xmap of Cocoon, I declare Php as a

PHP servlet problems

2002-10-16 Thread Gabriel Egolf
Hi, I am trying to integrate the functionality of PHP with Cocoon, but I seem to have run into some problems. When I try to run a small test script, 1 of 2 things will happen. 1. I get nothing back (the browser just sits and acts busy), or 2. If I restart my servlet engine, I receive a

RE: PHP

2002-09-12 Thread Sushil Bhattarai
I got phpsrvlt.jar from php.net and built webapp using the build instruction. Still, while building it says "Classes of optional package PHP are not available. Cocoon builds without them." Php generator class is not being created in cocoon.jar (org.apache.cocoon.generation) althoug

Re: PHP

2002-09-12 Thread Alexandru COSTIN
Hello, You might be trying Krysalis. It's pretty similar with Cocoon, but it's PHP based. http://www.interakt.ro/products/Krysalis/ Alexandru On Thu, 2002-09-12 at 18:06, Sushil Bhattarai wrote: > Hi > > Has anyone

RE: PHP

2002-09-12 Thread Per Kreipke
I thought it was in there already though it requires a little work to get it running: http://xml.apache.org/cocoon/userdocs/generators/php-generator.html -Original Message- Hi Has anyone build PHP generator ? I've never build Cocoon from source and I'm kind of scared to d

PHP

2002-09-12 Thread Sushil Bhattarai
Hi Has anyone build PHP generator ? I've never build Cocoon from source and I'm kind of scared to do that? Is there anyway I can incorporate PHP generator in cocoon.jar without building it from source? Also are there any sample for PHP in Cocoon SushilChat with friends online, try MSN

Re: php->xml->cocoon->html | wml --- query string lost

2002-07-07 Thread Michael Mangeng
I haven´t done anything with PHP&cocoon yet but i think you have to use the PHPGenerator.   Since you are not specifing a generator to the map:generate tag cocoon uses the filegenerator (if this is the default one in your sitemap).   try using: http://localhost/test/getSomething.php&qu

php->xml->cocoon->html | wml --- query string lost

2002-07-07 Thread Zein
hi,   i am new to cocoon and want to parse a xml document which is made by a php-file.   i call the file like this:   http://localhost:8080/cocoon/test/getSomething.php?foo1=test&foo2=test2&foo3=test3   my sitemap entry looks like this:     http://localhost/test/getSomet

Generator PHP for Cocoon - how to setup???

2002-04-01 Thread Jarosław Zabiełło
I do not know how to setup php generator for Cocoon 2.02. I am using Windows XP, Tomcat 4.0.4b2 and Cocoon 2.02. There are NO examples and almost no information in Cocoon manual. :-( I have phpsrvlt.jar file from PHP 4.12 (binary instalation for Windows). I copied it as I read and rebuiled Cocoon

Re: using php & cocoon big picture

2002-03-21 Thread charles gebhard
are there any docs, tutorials, or examples for using the phpGenerator? thanks for any info (sam, thanks for all your work with php!) -chuck On Sat, 16 Mar 2002, Sam Ruby wrote: > Charles Gebhard wrote: > > > > i've read all the previous posts pertaining to php and c

Re: using php & cocoon big picture

2002-03-16 Thread Sam Ruby
Charles Gebhard wrote: > > i've read all the previous posts pertaining to php and cocoon, but i still > can't get a grasp on how php fits into the big picture. It seems to me that you have gotten the big picture just fine. ;-) I am not aware of any performanc

using php & cocoon big picture

2002-03-16 Thread charles gebhard
greetings, i've read all the previous posts pertaining to php and cocoon, but i still can't get a grasp on how php fits into the big picture. namely: 1. can i run php as an apache module -- with cocoon (or is it _required_ to use phpGenerator)? 2. if my php pages are returning xml,

bypass .php

2002-03-09 Thread Cocoon User
into my dir where all my.xml files are i have a .php file http://www.osmosis.gr/xml/osmosis.gr/ this is the url i use to send the control to tomcat-cocoon all /xml are redirected to tomcat-cocoon for procesing but the i have a php/ dir where is my simple .php file i try to use the follow

Competition: Cocoon in php

2002-02-07 Thread Koen Pellegrims
Guys, has anyone seen this (http://www.interakt.ro/products/Krysalis/)? it seems to be a publishing framework in php and the developers have really (and I mean *really*) been inspired by Cocoon 2... regards, Koen. - Please

Re: Cocoon+PHP

2001-12-18 Thread Sam Ruby
phpservlet.jar and with > src="org.apache.cocoon.generators.PhpGenerator" /> in my sitemap. Note that this is a PHP Generator, not an XSP language. It enables you to put PHP scripts that produce XML into the beginning of a pipeline in your sitemap. - Sam Ruby ---

Re: Cocoon+PHP

2001-12-18 Thread Mauricio Souza Lima
Look at the sitemap... What it the type specified in the map? serverpages or php? So look at the generated source at: $TOMCAT_HOME/work/localhost/cocoon/org/... You will see... [EMAIL PROTECTED] wrote: > > Hi, Cocoon-Users! > > Have someone managed to get subj. working? >

Cocoon+PHP

2001-12-18 Thread rimo
But when I try to execute something like: http://apache.org/xsp";> PHP test $Author I have the following result: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling php

PHP resources for PhpGenerator

2001-11-12 Thread Aurelien
Hi, I'm trying to get PHP working with cocoon, but I can't put my hands on the php servlet jars that provide the PHP processing part. Can somebody help ? Candide - Please check that your question has not al

AW: AW: PHP Generator

2001-07-30 Thread Michael Zehrer
Hi Sam, ok this is the php stuff, but how do I configure the relationship between php-Pages and Cocoon? I only have in my sitemap.xmap until now. Michael -Ursprüngliche Nachricht- Von: Sam Ruby [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 30. Juli 2001 14:20 An: [EMAIL PROTECTED

Re: AW: PHP Generator

2001-07-30 Thread Sam Ruby
> I expect to evolve this quickly and have the code ready for prime time by > the O'Reilly Open Source conference in Monterey. Here is the simple demo that I presented at that conference: \n"; echo "  " . $sessions[$i++] . "\n"; echo "  " . $sessions[$i++] . "\n"; ec

AW: PHP Generator

2001-07-30 Thread Michael Zehrer
Hi Marco, It was on the list: --- [Cocoon Devel] *preliminary* PHP generator committed [EMAIL PROTECTED] [EMAIL PROTECTED] Wed, 28 Jun 2000 11:20:09 -0400 OK, I've committed to the cocoon-2 branc

R: PHP Generator

2001-07-30 Thread Marco Spinetti
Hi Michael , can you explain me how install the PHP Generator? THANKS MARCO - Original Message - From: Michael Zehrer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 1:52 PM Subject: PHP Generator > Hi list, > > Can someone give me an

PHP Generator

2001-07-30 Thread Michael Zehrer
Hi list, Can someone give me an example for using the php-Generator in Cocoon2 (not how to install it, but actually using it)? Regards Michael - Please check that your question has not already been answered in the FAQ before

R: R: PHP generator question!!

2001-06-28 Thread Marco Spinetti
Hi Sam, the last question. I have found this email that you have wrote to Stefano: OK, I've committed to the cocoon-2 branch the beginnings of a PHP > generator. A suitably configured system will invoke the PHP binaries > through JNI and the output of the page will be processed

Re: R: PHP generator question!!

2001-06-28 Thread Sam Ruby
Marco Spinetti wrote: > > I have some a question. I have always programmed in java and then I am not > very expert of Php. To succeed in mine intent I would owe: > 1) create a Php file that produces Xml . > 2) use, in the Cocoon Pipeline, the Php generator. > 3) apply a Xsl to

R: PHP generator question!!

2001-06-28 Thread Marco Spinetti
Hi Sam, I have some a question. I have always programmed in java and then I am not very expert of Php. To succeed in mine intent I would owe: 1) create a Php file that produces Xml . 2) use, in the Cocoon Pipeline, the Php generator. 3) apply a Xsl to turn the Xml file into Html. Am I making a

Re: PHP generator question!!

2001-06-28 Thread Sam Ruby
Marco Spinetti wrote: > > Can you explain to me how the Php generator works? The PHP generator will run PHP code natively and will pass the output through an XML parser and then from there the results be processed further however you wish. - Sa

PHP generator question!!

2001-06-28 Thread Marco Spinetti
Hi all, My question is about Cocoon2 PHP generator. My question is this: I have a open source forum which is based on MySQL databases. The code of this forum is php embedded in HTML page. I have Apache 1.3.19, Tomcat 3.2.2 and cocoon2: my project is to use this forum with cocoon2 because I