Hi, All,
I am new to Apache2.0/Jboss4.0.3-Tomcat5.5 integration. After looking over
apache/tomcat docs, I am still stuck with this problem:

(1) Assume I have a web app called mywebapp.war and I deployed it to the
jboss server(http1.1 connector listens on port 8080). I can access this web
app with the URL http://localhost:8080/mywebapp/index.html (easy for
development)
(2) Now I want to add the apache server(assuming on port 80) as the
front-end to access mywebapp.war with shorter url
http://localhost:80/index.html (nice for production)

So I tried to configure apache server so that it can automatically prepend
the context path "/mywebapp" to the request and then relay it to
jboss/tomcat server either via ajp13(such as on port 8009) or directly to
http port 8080. 
But I did not find out on how to do it or maybe I am heading in wrong
direction...

What's the proper way to configure apache and/or mod_jk so that both (1) and
(2) are valid ways to access the given webapp?

Thanks a lot for your help!

-Xin



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to