Hi, as i'm fairly new to java and i like to setup orion to develop JSP/Java Beans first to learn the basics. Having orion running wasnt a problem, but i got stuck within these so-called documentation. I just like to have a virtual host for the domain www.test.java and deploy my jsp's to a directory /www/www.test.java and the beans to /www/www.test.java/beans. I added: <web-site path="./test-web-site.xml" /> to server.xml and copied default-web-site.xml to test-web-site.xml: <?xml version="1.0"?> <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://www.orionserver.com/dtds/web-site.dtd"> <web-site host="192.168.10.114" port="80" display-name="test" virtual-hosts="www.test.java"> <!-- The default web-app for this site, bound to the root --> <default-web-app application="default" name="defaultWebApp" /> <!-- Uncomment this to activate the news app --> <!-- <web-app application="news" name="news-web" root="/news" /> --> <!-- Access Log, where requests are logged to --> <access-log path="../log/test-web-access.log" /> </web-site> But now how to tell orion of the directories he should search for the jsp's and beans? maybe orionsupport would be of help, but its down :( thanks
