Menu

[r1027]: / branches / Release-5-5-2 / php-java-bridge / java.ini  Maximize  Restore  History

Download this file

41 lines (26 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
;; -*- mode: Scheme; tab-width:4 -*-
;; java.ini: Activate the PHP/Java extension
;; zend_extension = "/path/to/java.so"
extension = java.so
;; Uncomment the following java section and one of the following
;; options:
[java]
;; The socket name for unix domain socket communication. Start the
;; standalone gcj-compiled, native back-end with:
;;
;; /usr/lib/php/modules/java LOCAL:/tmp/php-java-bridge.socket &
;;
;; Comment out "java.hosts" and "java.servlet" and uncomment the
;; following option:
; java.socketname="/tmp/php-java-bridge.socket"
;; If you have a servlet engine or an application server, deploy
;; "JavaBridge.war" and re-start the servlet engine or the application
;; server. Comment out the "java.socketname" option and uncomment the
;; following options.
;java.hosts = 127.0.0.1:8080
;java.servlet = On ;; Off, On or User
;; The request log level between 0 (log off) and 4 (log debug). The
;; default request log level is initialized with the value from to the
;; Java system property "php.java.bridge.default_log_level".
;; The default level is 2 (servlet) or 3 (standalone).
; java.log_level = 3
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.