You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Stevens <JS...@utah.gov> on 2003/05/09 20:24:15 UTC

default page that comes up for tomcat

Hey,

I have tomcat4.1.24 loaded and when I go to the address
http://mydomain.com:8080 I get the Tomcat default page.  How do I go
about changing tomcat so that when I type http://mydomain.com:8080 it
goes to files that I have created instead of the default tomcat page?

john

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: default page that comes up for tomcat

Posted by John Turner <to...@johnturner.com>.
Change the page in the ROOT webapp in $CATALINA_HOME/webapps/ROOT.

You can also define the welcome file for your application in the 
application's web.xml file.

If you need your webapp to be available at "/", then you will need to 
change your Contexts in server.xml...basically substituting your webapp for 
the ROOT webapp.

John

On Fri, 09 May 2003 12:24:15 -0600, John Stevens <JS...@utah.gov> wrote:

> Hey,
>
> I have tomcat4.1.24 loaded and when I go to the address
> http://mydomain.com:8080 I get the Tomcat default page.  How do I go
> about changing tomcat so that when I type http://mydomain.com:8080 it
> goes to files that I have created instead of the default tomcat page?
>
> john
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org