[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache/JBoss integration using mod_jk.
kaymenji
do-not-reply at jboss.com
Fri Jun 22 11:08:06 EDT 2007
"madhav21" wrote : How do you mount your .ear file?
| Say my ear file is C:\jboss4.0.5\server\default\deploy\abcd.ear, can can you mount it with JKMount?
|
| I thought jkMount is to tell which requests to forward to JBoss.
Hi,
I got the solution. you could mount your web application by changing the JKMount in mod_jk.conf file.
for example:
# Mount your applications
JkMount /your-web-app-context-root/* loadbalancer
"your-web-app-context-root" is the web context root you defined in your jboss application.xml file.
Or you could define mutiple URL in uriworkermap.properties file. Good luck!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056925#4056925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056925
More information about the jboss-user
mailing list