---------------------------------------------------------------------------
HARBOR: http://coolharbor.100free.com/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
Making the Java dream come true.
---------------------------------------------------------------------------
----- Original Message -----
From: "ryan webb" <[EMAIL PROTECTED]>
To: "tomcat-help" <users@tomcat.apache.org>
Sent: Friday, May 09, 2008 5:01 AM
Subject: I dont want my users to see tomcat console. Any advice?
Ryan... try this
Make a new web app call it ROOT
Then in the JSP page add something like
<meta http-equiv="refresh" content="1; url=/webapp/index.jsp">
Drop it into tomcat...
I cant remember the deatails off hand, but because the ROOT that comes with
TC is precompiled, it wont listen to you if you change it directly.
Copy the old root out, just in case you change your mind later.
Also make a note of the URL on the default page, so you can still get at the
admin stuff.
Have fun
Dear Tomcat users,
*Situation:*
- I have internal web application (corporate web site only).
- I don't have Domain, user access our site using example:
http://107.105.13.236/webApplication/.
*Problem:*
- Users see tomcat manager console site when they type in URL
http://107.105.13.236/
*Question:*
- I don't want users to see the tomcat manager console site. Is there some
sort of redirection to webApplication?
I want users to see our webApplication when they typed in
http://107.105.13.236/
any advice, help, our suggestions are greatly appreciated
God bless,
Ryan Webb - Philippines
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]