creat /etc/apache2/conf.d/ox.conf and add
# Where to find workers.properties. We will create this file later in the tutorial.
JkWorkersFile /etc/apache2/workers.properties
# Where to put jk logs.
JkLogFile /var/log/apache2/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel error
# Select the log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
# JkRequestLogFormat set the request format
JkRequestLogFormat "%w %V %T"
# This points to our servlets we install later
JkMount /ajax/* ajp13_worker
JkMount /servlet/* ajp13_worker
Dienstag, 19. Juni 2007
/etc/apache2/conf.d/ox.conf
Abonnieren
Kommentare zum Post (Atom)
Blog-Archiv
-
▼
2007
(18)
-
▼
Juni
(18)
- debian 4 installation
- apt - sources list updates
- Java installation
- mysql 5 installation
- apache 2 installation
- libapache-mod-jk installation
- cyrus imap installation
- gettext installation
- Testings for JAVA
- ant installation
- create open-exchange directory
- download stuff for java and store in \opt\open-exc...
- export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
- /etc/apache2/conf.d/ox.conf
- /etc/libapache-mod-jk/workers.properties
- compile ox
- database setup
- gui
-
▼
Juni
(18)
Keine Kommentare:
Kommentar veröffentlichen