On Wed, Jul 22, 2009 at 12:10 PM, Lisa D Beggs/AC/VCU<ldbe...@vcu.edu> wrote:
> I am hoping you can help me.  I am trying to get a DNS entry that we set
> up www.websitename.edu (alias websitename.edu) to point to another page on
> our Crystal Reports Server (Infoview).

DNS entries associate host (and domain) names with IP addresses.
They do not "point to pages".

> When I type in the above website from the server however, I get the
> default Tomcat home page.  So essentially I need to set it up so that the
> URL to the logon page is redirected to http://websitename.edu/logon.jsp or
> http://www.websitename.edu/logon.jsp and not the current -
> http://myserver:/InfoViewApp/logon.jsp.

Then you could replace the default home page with one that will
forward or redirect requests to / to your own app.
~or~
You can make your own app the default Context by removing the
existing ROOT Context and renaming yours to ROOT, and define
login.jsp as a welcome page (see the default welcome pages and
explanatory note in the global $CATALINA_HOME/conf/web.xml).

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to