"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...