Configure a virtual host on Tomcat

xiaoxiao2021-03-06  74

Configure a virtual host on Tomcat

Reprinted:

First prepare we will configure two virtual hosts, assume that the domain names are

Www.sentom1.net

Www.sentom2.net

For the convenience of testing, please in the client:

Win2k: // Winnt / System32 / Drivers / etc / hosts

Linux: / etc / hosts

Add the following content, then check if the two domain names are parsing correct.

192.168.0.1 www.sentom1.net

192.168.0.1 www.sentom2.net

Of course, in the production environment, it is not possible, and needs to be parsed in DNS on DNS.

Two Tomcat Install Tomcat installation is not in this discussion scope, please refer to

Here. Make sure the Tomcat is installed correctly, otherwise do not continue the following configuration steps.

Copy a WebApps directory in the Tomcat directory in the same directory, and the directory name is divided into WebApps2 and then rename the WebApps directory as WebApps1. Finally, Tomcat's directory structure is as follows:

Tomcat

| --bin

| --Common

| --CONF

| --LOGS

| - Server

| --Shared

......

| --Webpapps1

| --Webpapps2

| - Work

Finally, write a simple HTML file for testing, file named Test.html, the file content is as follows:

Test </ Title></p> <p></ HEAD></p> <p><Body></p> <p><P align = "center"> You now access <font color = "# ff0000"> www.sentom1.net </ font> </ p></p> <p></ Body></p> <p></ Html></p> <p>Place the test.html file in Tomcat / WebApps1 / root, Tomcat / WebApps2 / root directory, then "www.sentom1.net" in the Tomcat / WebApps2 / root / test.html file content "www.sentom2 .NET ".</p> <p>At this point, the pre-preparation work is done, and it is some physical activity.</p> <p>Three configuration virtual hosts mentioned in front of the independent IP and shared IP. This article describes shared IP mode, which is all virtual hosts that use the same IP. The virtual hosts provided by China IDC are both models. The advantage of this mode is that the amount of IP is limited, and the disadvantage is that the virtual host can only access domain names and cannot be accessed through IP (in fact, it is not a disadvantage, only a little impact on the user's access in the mail system). And another independent IP mode is mainly used in the mail service, and it will not be introduced here.</p> <p>Configure www.sentom1.net virtual hosts</p> <p>Open the Tomcat / conf / server.xml file, remove all the content between the Host element, and then add the following to the original location of the Host element.</p> <p><Host name = "www.sentom1.net" debug = "0" appbase = "WebApps1"</p> <p>Unpackwars = "true" autodeploy = "true"></p> <p><Valve classname = "org.apache.catalina.valves.accessLogvalve" Directory = "logs" prefix = "SENTOM1_ACCESS_LOG." Suffix = ". Txt"</p> <p>Pattern = "Common" resolvehosts = "false" /></p> <p><Logger classname = "org.apache.catalina.logger.filelogger"</p> <p>Directory = "logs" prefix = "SENTOM1_LOG." suffix = ". TXT"</p> <p>TimeStamp = "true" /></p> <p></ Host></p> <p>Configure www.sentom2.net virtual hosts</p> <p>Add the following to the Host element, pay attention to changes in the Name property and the value of the AppBase property in the Host element.</p> <p><Host name = "www.sentom2.net" debug = "0" appbase = "WebApps2"</p> <p>Unpackwars = "true" autodeploy = "true"></p> <p><Valve classname = "org.apache.catalina.valves.accessLogvalve"</p> <p>Directory = "Logs" prefix = "SENTOM2_ACCESS_LOG." suffix = ". txt"</p> <p>Pattern = "Common" resolvehosts = "false" /></p> <p><Logger classname = "org.apache.catalina.logger.filelogger"</p> <p>Directory = "Logs" prefix = "SENTOM2_LOG." suffix = ". txt"</p> <p>TimeStamp = "true" /></p> <p></ Host></p> <p>Now you can start Tomcat, respectively</p> <p>http://www.sentom1.net:8080/test.html</p> <p>http://www.sentom2.net:8080/test.html</p> <p>If the page content obtained is below, the virtual host has been configured successfully. Otherwise, check your configuration process and re-configure it according to documentation.</p> <p>What you are visiting is www.sentom1.net</p> <p>What you are visiting is www.sentom2.net</p> <p>Four reference</p> <p>Http://jakarta.apache.org/tomcat/</p></div><div class="text-center mt-3 text-grey"> 转载请注明原文地址:https://www.9cbs.com/read-120158.html</div><div class="plugin d-flex justify-content-center mt-3"></div><hr><div class="row"><div class="col-lg-12 text-muted mt-2"><i class="icon-tags mr-2"></i><span class="badge border border-secondary mr-2"><h2 class="h6 mb-0 small"><a class="text-secondary" href="tag-2.html">9cbs</a></h2></span></div></div></div></div><div class="card card-postlist border-white shadow"><div class="card-body"><div class="card-title"><div class="d-flex justify-content-between"><div><b>New Post</b>(<span class="posts">0</span>) </div><div></div></div></div><ul class="postlist list-unstyled"> </ul></div></div><div class="d-none threadlist"><input type="checkbox" name="modtid" value="120158" checked /></div></div></div></div></div><footer class="text-muted small bg-dark py-4 mt-3" id="footer"><div class="container"><div class="row"><div class="col">CopyRight © 2020 All Rights Reserved </div><div class="col text-right">Processed: <b>0.055</b>, SQL: <b>9</b></div></div></div></footer><script src="./lang/en-us/lang.js?2.2.0"></script><script src="view/js/jquery.min.js?2.2.0"></script><script src="view/js/popper.min.js?2.2.0"></script><script src="view/js/bootstrap.min.js?2.2.0"></script><script src="view/js/xiuno.js?2.2.0"></script><script src="view/js/bootstrap-plugin.js?2.2.0"></script><script src="view/js/async.min.js?2.2.0"></script><script src="view/js/form.js?2.2.0"></script><script> var debug = DEBUG = 0; var url_rewrite_on = 1; var url_path = './'; var forumarr = {"1":"Tech"}; var fid = 1; var uid = 0; var gid = 0; xn.options.water_image_url = 'view/img/water-small.png'; </script><script src="view/js/wellcms.js?2.2.0"></script><a class="scroll-to-top rounded" href="javascript:void(0);"><i class="icon-angle-up"></i></a><a class="scroll-to-bottom rounded" href="javascript:void(0);" style="display: inline;"><i class="icon-angle-down"></i></a></body></html><script> var forum_url = 'list-1.html'; var safe_token = 'pKkbx9uVThFv3pFKw5wxY0rqJeiowyfp_2BUZJsHx7a5KIH3gw_2FryZZ7oaXFZ846cX_2FZ5yTxJ6HqyuqdfEEpjoBA_3D_3D'; var body = $('body'); body.on('submit', '#form', function() { var jthis = $(this); var jsubmit = jthis.find('#submit'); jthis.reset(); jsubmit.button('loading'); var postdata = jthis.serializeObject(); $.xpost(jthis.attr('action'), postdata, function(code, message) { if(code == 0) { location.reload(); } else { $.alert(message); jsubmit.button('reset'); } }); return false; }); function resize_image() { var jmessagelist = $('div.message'); var first_width = jmessagelist.width(); jmessagelist.each(function() { var jdiv = $(this); var maxwidth = jdiv.attr('isfirst') ? first_width : jdiv.width(); var jmessage_width = Math.min(jdiv.width(), maxwidth); jdiv.find('img, embed, iframe, video').each(function() { var jimg = $(this); var img_width = this.org_width; var img_height = this.org_height; if(!img_width) { var img_width = jimg.attr('width'); var img_height = jimg.attr('height'); this.org_width = img_width; this.org_height = img_height; } if(img_width > jmessage_width) { if(this.tagName == 'IMG') { jimg.width(jmessage_width); jimg.css('height', 'auto'); jimg.css('cursor', 'pointer'); jimg.on('click', function() { }); } else { jimg.width(jmessage_width); var height = (img_height / img_width) * jimg.width(); jimg.height(height); } } }); }); } function resize_table() { $('div.message').each(function() { var jdiv = $(this); jdiv.find('table').addClass('table').wrap('<div class="table-responsive"></div>'); }); } $(function() { resize_image(); resize_table(); $(window).on('resize', resize_image); }); var jmessage = $('#message'); jmessage.on('focus', function() {if(jmessage.t) { clearTimeout(jmessage.t); jmessage.t = null; } jmessage.css('height', '6rem'); }); jmessage.on('blur', function() {jmessage.t = setTimeout(function() { jmessage.css('height', '2.5rem');}, 1000); }); $('#nav li[data-active="fid-1"]').addClass('active'); </script>