RE: How to specify a servlet as a main page

2001-04-03 Thread Johnson, Robert
You might try putting a jsp page called default.jsp in the root of you web application. Just put the following lines in the default.jsp. jsp:forward page="start"/ -Original Message- From: Ismael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 9:26 AM To: Orion-Interest

Virtual Server question

2001-01-29 Thread Johnson, Robert
I have read the virtual server documentation on orionsupport.com, and I understand how to host two web-sites with one IP address (ie www.site1.com and www.site2.com) . My question is what is the term for having a domain split into two sub-domains (ie www.site1.com and forums.site1.com)? Would

Best way to redirect root / URL to servlet with parameters

2001-01-18 Thread Johnson, Robert
Is there an easy way with orion to redirect the root URL to a servlet. For example: www.mysite.com = www.mysite.com/c?param=1 (/c is mapped to a servlet) I could do it with a HTML redirect but I don't want the intermediate page to show up. I also thought about just mapping "/" to a servlet

Redirecting a URL

2001-01-17 Thread Johnson, Robert
How would I redirect a url such as: www.mywebsite.com (root) to www.mywebsite.com/c?param=x ? Is this something I can do with orion or is it just an HTML thing? My web.xml look like the following: servlet servlet-nameCommandServlet/servlet-name

How to find root of web app

2001-01-16 Thread Johnson, Robert
Does anyone know how to programatically find the root directory of the current web application? I'm am trying to access a file that sits in the "default-web-app" directory within my servlet code.

RE: How to find root of web app

2001-01-16 Thread Johnson, Robert
It works perfectly! Thanks for the help Tim. -Robert -Original Message- From: Tim Endres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 4:39 PM To: Orion-Interest Cc: Johnson, Robert Subject: Re: How to find root of web app Does anyone know how to programatically find