ich habe auf OpenSuse 10.1
Apache2
Jboss4.0 installiert, Tomcat5 ist in Jboss4 integriert.
ueber http://mydomain:8080 kann ich aufs Jboss Start seite zugreifen, wenn ich ein war file unter /srv/www/jboss/default/deploy einfuege leuft unter http:mydomain:8080/WarFileName Problemlose.
aber wenn ich dies unter /srv/www/vhosts/apachedomain/httpdocs/jboss einfuege und http://mydomain/jboss/WarFileName aufrufe bekomme icg error 404
ich vermute das es irrgend wo and dem mod_jk liegt:
mod_jk.conf
Code: Select all
<IfModule mod_jk.c>
JkWorkersFile /etc/apache2/workers.properties
JkLogFile /var/log/apache2/mod_jk.log
JkLogLevel debug
<Location "/jboss/*">
Options Indexes FollowSymLinks
DirectoryIndex index.html index.htm index.php index.jsp
Order deny,allow
Allow from all
</Location>
JkMount /jboss/* ajp13
</IfModule>
Code: Select all
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
Code: Select all
JVM
Free memory: 85.75 MB Total memory: 123.87 MB Max memory: 247.50 MB
[b]jk-8009[/b]
Max threads: 200 Min spare threads: 4 Max spare threads: 50 Current thread count: 4 Current thread busy: 1
Max processing time: 0 ms Processing time: 0 s Request count: 0 Error count: 0 Bytes received: 0.00 MB Bytes sent: 0.00 MB
Stage Time B Sent B Recv Client VHost Request
P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive
[b]http-0.0.0.0-8080[/b]
Max threads: 250 Min spare threads: 4 Max spare threads: 50 Current thread count: 3 Current thread busy: 2
Max processing time: 2548 ms Processing time: 3 s Request count: 42 Error count: 3 Bytes received: 0.00 MB Bytes sent: 0.29 MB
Stage Time B Sent B Recv Client VHost Request
S 0 ms 0 KB 0 KB 87.106.48.222 mydomain GET /status HTTP/1.1
R ? ? ? ? ? ?
R ? ? ? ? ? ?
P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive
hat jemand eine loessung ?
Danke Sehr