Setting Multiple Domain pada Apache Tomcat

Tutorial

Banyak domain (Multiple domain) dapat diletakkan pada satu mesin/server dengan satu web server, misalnya Tomcat, Apache atau IIS. Cara seperti ini dapat digunakan untuk menghemat IP publik. Beberapa domain dan subdomain misalnya www.domainku.com, blog.domainku.com dan download.domainku.com dapat di-host pada satu web server dengan satu IP publik.

Pada tomcat, yang perlu dilakukan adalah menambahkan beberapa konfigurasi:

Pertama,
Buka file server.xml pada ${CATALINA_HOME}/conf
${CATALINA_HOME} adalah direktori tempat tomcat diinstall. Misalnya /usr/local/tomcat pada linux atau c:\tomcat ada Windows tergantung dimana Tomcat diinstall, kemudian tambahkan kode berikut:

<Server>
     <Service>
         <Engine>
           ..................
           ..................
           <Host name="blog.domainku.com"
                       debug="0"
                       appBase="/home/user/blog"
                       unpackWARs="true"
                       autoDeploy="true"
                       xmlValidation="true"
                       xmlNamespaceAware="false">
                    <Alias>blog.domainku.com</Alias>
           </Host>
         </Engine>
     </Service>
 </Server>

Kedua,
Masuk ke direktori ${CATALINA_HOME}/conf/Catalina dan buat direktori baru blog.domainku.com

Ketiga,
Masuk ke direktori ${CATALINA_HOME}/conf/Catalina/blog.domainku.com dan buat file baru dengan nama ROOT.xml yang isinya adalah sebagai berikut:

<Context docBase="/home/user/blog" path="" />

Terakhir,
Restart tomcat.

1,719 thoughts on “Setting Multiple Domain pada Apache Tomcat

  1. I simply could not leave your web site prior to suggesting
    that I actually enjoyed the usual information a
    person supply to your guests? Is gonna be back continuously to check out
    new posts

  2. I’ve been browsing online more than 3 hours as of late, but I never found any fascinating article like yours.
    It’s lovely price enough for me. Personally, if all web owners and bloggers
    made good content as you probably did, the web can be a lot
    more useful than ever before.

  3. Hey! This is my first visit to your blog! We are a team
    of volunteers and starting a new project in a community in the same niche.
    Your blog provided us beneficial information to work on.
    You have done a outstanding job!

  4. I’ve been surfing online more than 3 hours today, yet I never found any interesting article
    like yours. It is pretty worth enough for me. In my view, if all webmasters and
    bloggers made good content as you did, the internet will
    be a lot more useful than ever before.

  5. If some one wants expert view about blogging and site-building then i recommend him/her to pay a visit this webpage, Keep up
    the good job.

  6. I like the helpful info you provide for your articles.
    I will bookmark your blog and check again right here regularly.
    I’m reasonably sure I’ll be informed many new stuff right right here!
    Good luck for the following!

  7. Greetings! I’ve been reading your site for a long time now and
    finally got the courage to go ahead and give you a shout out from Austin Tx!
    Just wanted to mention keep up the good work!

  8. I’ve been surfing online more than 4 hours today, yet I never found any interesting article like yours.
    It’s pretty worth enough for me. In my view, if all webmasters and bloggers made good content as you did, the net will be a lot more useful than ever before.

  9. Everyone loves what you guys are up too. This sort of clever work and reporting!
    Keep up the amazing works guys I’ve included you guys to
    my blogroll.

  10. It is perfect time to make a few plans for the long
    run and it’s time to be happy. I’ve learn this put up and if I may I wish to counsel you few interesting issues or suggestions.
    Maybe you could write subsequent articles regarding
    this article. I desire to read more things about it!

  11. Every weekend i used to pay a quick visit this web site, as i wish for enjoyment,
    as this this web site conations actually good funny information too.

  12. Aw, this was an incredibly good post. Spending some time and actual effort
    to generate a very good article… but what can I say…
    I procrastinate a whole lot and never manage to get anything done.
    ps4 games allenferguson ps4 games

  13. Heya just wanted to give you a brief heads up and let you
    know a few of the images aren’t loading properly. I’m
    not sure why but I think its a linking issue. I’ve tried it in two different web browsers and both show the
    same outcome.

  14. Hi there! I could have sworn I’ve been to this blog before but after checking through
    some of the post I realized it’s new to me.
    Anyways, I’m definitely delighted I found it and I’ll be book-marking and checking back frequently!

  15. Attractive section of content. I just stumbled upon your blog and in accession capital
    to assert that I acquire actually enjoyed account your blog posts.

    Any way I’ll be subscribing to your feeds and even I achievement you access consistently fast.

  16. Its such as you learn my thoughts! You appear to grasp so much about this, such as you wrote the e book in it or
    something. I think that you could do with a few p.c. to pressure the
    message house a bit, however instead of that, that is excellent blog.
    An excellent read. I’ll definitely be back.

  17. Ahaa, its fastidious dialogue on the topic of this piece of writing here at this weblog, I
    have read all that, so now me also commenting here.

  18. I’ve been surfing online more than 3 hours today, but I never found any attention-grabbing article like yours.
    It’s beautiful price sufficient for me. In my view, if all web owners and bloggers made good content as you probably did, the web will be
    much more useful than ever before.

  19. It is perfect time to make some plans for the longer term and it
    is time to be happy. I’ve read this submit and if
    I could I wish to recommend you few interesting issues or tips.
    Maybe you can write next articles regarding this article.
    I want to learn more things about it!

  20. I have been surfing on-line more than 3 hours these days, but I by no means found any interesting article like yours.
    It is beautiful value sufficient for me. In my view, if all web owners and bloggers made just right content material as you did, the web will be much more helpful than ever before.

  21. It is appropriate time to make some plans for the longer term and it’s time to be
    happy. I’ve learn this post and if I could
    I wish to suggest you few attention-grabbing things or tips.
    Perhaps you can write subsequent articles referring to this article.
    I want to learn more issues approximately it!

Comments are closed.