Project

General

Profile

setting up context root

Added by dinesh kumar almost 16 years ago

reader,

I have configured WEBrick server with virtual Host (www.example.com). but i need to configure 
the context root for REDMINE (www.example.com/PMO) advance in thanks .........

Replies (1)

RE: setting up context root - Added by Thomas Löber almost 16 years ago

Please consider installing the mongrel HTTP server: gem install mongrel

You may then start the server inside your RAILS_ROOT with: mongrel_rails start -e production -d --prefix /PMO

    (1-1/1)