>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Subject: RE: Getting OpenBlueDragon and Tomcat to traverse directories > >> I thought the use of handlers (JKMount and JKUnMount) would >> direct the requests properly. > > I believe that if you're very, very careful, you can get away with it, but > your risk factor goes way up. > >> What if I plan on having only one webapp, OpenBlueDragon? > > The directory (or war file) that contains the webapp should be named ROOT > (case sensitive), and be placed immediately under whatever directory the > <Host> appBase attribute points to. In your case, that would be: > /var/www/html/mysite/ROOT > or > /var/www/html/mysite/ROOT.war >
I tried this and it seems to work, kinda. It forces everything that's handled by Tomcat to be rooted at /var/www/html/mysite/ROOT, while everything else that's not (HTML, JPEG, etc.) is rooted under /var/www/html/mysite. I wish they could both point to the same directory, though. Ross > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]