macchonmhaighe Posted December 16, 2008 Share Posted December 16, 2008 Hi My Server is setup using apache , jboss and mod_jk to rewrite requests from apache to jboss. The JkMount directives look like this: JkMount myapp/* myworker The apps on Jboss have the welcome files set so that the correct page is loaded on a request i.e http://jboss-server/myapp will load the index page I have set in my web.xml from apache however http://apache-server/myapp will give a 404 error it requires the trailing "/" http://apache-server/myapp/ I tried setting directory index for myapp in it <location myapp/> but that doesnt work How do I make a request http://apache-server/myapp to load to the jboss server without a redirect? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.