Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to configure Resin to serve static files such that navigating to e.g. http://localhost:8888/foo/bar/ will serve the file foo/bar/index.html (without performing a redirect)? I can't find the answer in the Resin docs, though I might be looking in the wrong place.

The equivalent in Apache would be the DirectoryIndex directive.

share|improve this question

2 Answers

up vote 2 down vote accepted
+100

Maybe I don't get the question, but welcome-file-list seems to do just that?

share|improve this answer

It looks like the welcome-file-list tag is used to specify this. See http://caucho.com/resin/doc/webapp-tags.xtp#welcome-file-list

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.