Michael --
You don't need to fuss with aliases in Apache. Instead, you'll define which URIs to pass onto JBoss/Tomcat in the workers2.properties file.
For example, if you want to have JBoss handle all /test/* requests, you'll add a couple of lines in workers2.properties like this:
[uri:/test/*]
group=lb
You might also want to have it take all JSP requests: [uri:/*.jsp] group=lb
I just got finished integrating Apache 2.0.50, mod_jk2 and JBoss 3.2.5 on a Windows 2k box.
Best of luck, Tim
mjremijan wrote:
I'd like to use the apache jk2 in front of jboss. However, I have a small problem. In the httpd.conf file I would normally need to use an alias to point to the webapp directoy. Using straight tomcat this is easy:
Alias /test "D:/Programs/jakarta/tomcat/5.0.28/webapps/test/"
However, with jboss, I drop an ear into the /deploy directory and it ends up in some wierdly named directory like tmp\deploy\tmp458310.0.1-dsr.ear-contents\homesuite.war but the name of this directory changes everytime the webapp is redeployed. Is there any way to specify where jboss will unpack the ear?
Michael.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848232#3848232
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848232
-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
