Menu

[r437]: / trunk / php-java-bridge / java.ini  Maximize  Restore  History

Download this file

34 lines (25 with data), 1.0 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
;; -*- mode: Scheme; tab-width:4 -*-
;; java.ini: Activate the PHP/Java extension
;;
;; See also: java-servlet.ini
;; See also: java-standalone.ini
extension = java.so
;; If you have installed the java-servlet.ini or java-standalone.ini,
;; leave this file alone, edit the servlet or standalone ini file.
;; Otherwise uncomment the following java section and one of the
;; following options:
;[java]
;; If you want to run the back-end(s) on different machines, start the
;; back-end(s), for example with the command:
;;
;; java -jar JavaBridge.jar
;;
;; (see java -jar JavaBridge.jar --help option) and set java.hosts,
;; for example:
;java.hosts = 127.0.0.1:9267 192.168.5.203:9267 127.0.0.1:9167
;; If you want to start the default JVM automatically when the HTTP
;; server starts, disable java.hosts, java.servlet and
;; java.socketname, set java.java_home=<VM_HOME> and
;; java.java=<VM_EXE>, for example:
;java.java_home = /usr/java/default
;java.java = /usr/java/default/bin/java
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.