|
From: Peter N. <pe...@ni...> - 2005-09-30 14:28:45
|
Hi Andreas,
Andreas Korthaus schrieb:
> Hi Peter
>
> Peter Niederlag schrieb:
[...]
> Hm, I tried IBM-JDK, since it was used in the example, and I could make
> the jdk work, but make of php-java-bridge failed:
[...]
> make[1]: *** [JavaBridge.jar] Killed
> make[1]: Leaving directory
> `/var/tmp/portage/php-java-bridge-2.0.7/work/php-java-bridge-2.0.7/server'
> make: ***
> [/var/tmp/portage/php-java-bridge-2.0.7/work/php-java-bridge-2.0.7/modules/libnatcJavaBridge.la]
> Error 2
>
> Hm, and I have no idea what to do. Do you think it's a problem with the
> JDK, or a specific version? I installed ibm-jdk-bin-1.4.2 (but without
> any X components...)
no idea, maybe it#s just compilation of tomcat-servlet failing? That
tripped me already sometimes. ;) (@Jost, wouldn't it make sense to
disable that by default?)
This is my configure without servlet compilation:
---------snipp------------
#! /bin/sh
#
# Created by configure
#'--prefix=/usr/local/php5' \
'./configure' \
'--disable-servlet' \
'--with-java=/usr/lib/j2se/1.4' \
"$@"
>> It has been running rock-stable here. Jost and his team(?) are really
>> doing a tremendous job imho. Personally I have used it in development
>> only yet.
>>
>>
>
> It really looks very promising - but first of all I have to make it work
> here.
>
> btw.: which "running-mode" do you recommend? We use an Apache with
> mod_php here - should I run php-java-bridge as service, in the
> webserver/php?
>
> What is the most stable version here?
I rely on documentation and use a standalone JVM which is connected via
sockets ("Mode 3" iirc)
Have fun,
Peter
--
Peter Niederlag * Neuer Sandberg 9 * 31535 Neustadt *
Fon 05036/924100 * Fax 05036/924105
http://www.niekom.de * TYPO3 und EDV Dienstleistungen *
http://www.clown-goli.de * Clown-Comedy-Jonglage-Animation *
|