You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cedric Talon <ta...@vexcel.com> on 2000/07/28 18:48:15 UTC

How to start Tomcat with another server.xml file?

    I have already asked this mailing list for this question but I
hadn't a answer who works.

    I think it is very simple but I don't know how to do it.

    I don't want to start my Tomcat with the file server.xml but with
another ( server2.xml for example).
    What I have to do ?

    Thx for your help.

    Cedric


RE: How to start Tomcat with another server.xml file?

Posted by "Rob S." <rs...@home.com>.
>     I don't want to start my Tomcat with the file server.xml but with
> another ( server2.xml for example).
>     What I have to do ?

I believe its "startup.sh -f filename"

Check the Users's Guide -
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm
l for an example.

- r