The default Tomcat page is what I get if I try to enter that on the server 
hosting Tomcat & Crystal Reports Server.....so my configuration in the 
server.xml file must be incorrect.

If I try to type in the webpage from another computer it can not find the 
page.


_____________________________________________
"Change is the essence of life. Be willing to surrender what you are, for 
what you could become". 

Lisa D. Beggs 
Information Technology Specialist
Business Application Services
Phone:  804 828-2098
Fax:   804 828-0322

Don't be a phishing victim - VCU and other reputable organizations will 
never use email to request that you reply with your password, social 
security number or confidential personal information.  For more details 
visit http://infosecurity.vcu.edu/phishing.html 








From:
Hassan Schroeder <hassan.schroe...@gmail.com>
To:
Tomcat Users List <users@tomcat.apache.org>
Date:
07/22/2009 03:42 PM
Subject:
Re: Trouble setting up virtual host



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