search for: jkmount

Displaying 4 results from an estimated 4 matches for "jkmount".

2008 Apr 14
1
redirecting outside connections to https on apache
...s, There are about 15 applications hosted on different in our infrastructure mostly running on apache/iis/tomcat. We have a frontend apache server running on Centos 4.4 64bit which make these applications accessible to outside world. For the applications which are running on tomcat we are running jkmount to make these applications available without mentioning tomcat ports. For apache/iis applications we are using ProxyPass. The issue we are facing is that we are not able to make these applications accessible through https automatically means if the user is not from within the LAN then the http link...
2005 Apr 05
1
Jakarta-Tomcat 1.2.10 problem
...ta-tomcat-5.5.4/conf/workers.properties JkLogFile /etc/httpd/logs/mod_jk.log JkLogLevel info JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" JkAutoAlias /usr/local/jakarta-tomcat-5.5.4/webapps JkShmFile /etc/httpd/logs/mod_jk.shm JkMount /servlet/* ajp13Worker JkMount /*.vm ajp13Worker JkMount /therestaurant/servlet/ControllerServlet/* ajp13Worker </ifModule> NameVirtualHost xxx.xxx.xxx.xxx:80 <VirtualHost xxx.xxx.xxx.xxx:80> ServerAdmin vaneet at iwg.info DocumentRoot /usr/local/jakarta-tomcat-x.x.x/webapps/t...
2005 Mar 22
0
Centos 3.3 ( Apache WebServer integration with Tomcat
...I included virtual host settings in the end ) Below is: configuration for httpd.conf NameVirtualHost 213.217.226.168:80 <VirtualHost 213.217.226.168:80> #ServerAdmin vaneet@export4u.co.uk DocumentRoot /usr/local/jakarta-tomcat-5.5.7/webapps/XXX ServerName www.export4u.co.uk JkMount /servlet/* ajp13Worker JkMount /therestaurant/* ajp13Worker #ServerAlias export4u.co.uk # ErrorLog /usr/local/jakarta-tomcat-5.5.7/logs #CustomLog logs/dummy-host.example.com-access_log common </VirtualHost> 3) I also included this code in httpd.conf <IfModule mod_jk.c&g...
2004 Dec 06
1
Help: Apache2, Tomcat5 and jk2_connector
Hello, Does any have Apache 2.0.49 with tomcat 5.5.4 and jakarta-tomcat-connectors-jk2-2.0.4 working??? Apache was allready installed with CentOS 3 I installed tomcat with it's tar.gz file and instalation was good. but I installed first the j2sdk-1_4_2_06-linux-i586 java version... everything was OK... but when I try to install the jakarta-tomcat-connector I get an error when executing the