The problem is that if anyone enters a URL such as http://servlet.mysite.com/somestuff, Tomcat spits back an ugly 404
page. So I would like that whatever request comes in, tomcat only sees http://servlet.mysite.com, and thus serves the only servlet I have
available.
Should I use a rewrite for that? Am I doing it the correct way? I have
tried a few things but they all failed, the page couldn’t load
anymore.
Okay I got it working, I had to append the “last” flag instead of
“break”. But I don’t understand the difference between the two, the
wiki is not crystal clear about that. Does anyone have a good
explanation or can redirect me to an equivalent apache one?
Too many redirects occurred trying to open
“http://sogenactif.railsbuntu.ath.cx/index.jsp”. This might occur if
you open a page that is redirected to open another page which then is
redirected to open the original page.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.