设置网站服务器apache tomcat配置,泛域名解析

泛域名  时间:2020-12-30  阅读:()

网站服务器apache+tomcat配置,泛域名解析Web server apache+tomcat conf iguration, universal domain name resolution

1, modify the host file, DNS simulation analysis.

192. 168. 1. 211 cc.com to the CNCA folder

192. 168. 1. 211 xj.cc.com to the CNCA folder

192. 168. 1. 211 xz.cc.com to the CNCA folder

192. 168. 1. 211 *. cc. com to the CNCA folder

2, install Apache

Http://www.apache.org/dist//httpd/binaries/win32/

If you install SQL 2008 after installation will appear 80 port conf lict

CMD, executive

Netstat -aon|findstr "80" search occupy 80 port process Tasklist|findstr process of the "ID" look to occupy the port service

Close service, re install

3, install Tomcat

The default port 8080

If it is unpacked version:

Decompress Tomcat to D:Program FilesTomcat, setting system environment variables:

CATALINA_BASE = D:Program Files omcat

CATALINA_HOME = D:Program Fi les omcat

CLASSPATH =%CATALINA_HOME%l ibservl et-api. jar

JAVA_HOME = D:Program Fi lesJavajdk1.6.0_07

C LAS SPATH

=. ;%Java_Home%l ib oo l s. jar;%Java_Home%l ibdt. jar;

PATH =%Jav a_Home% i n

4, install JK

Http://www.apache.org/dist/tomcat/

Copy mod_jk-1.2. 26-httpd-2.2.4. so to D:Program

FilesApache2.2modules

The following server configuration:

1, the configuration of Tomcat

Find the Tomcat directory of the conf/server.xml file in the <host></host> into the middle of the following statement to modify the default directory:

<Context "path=" docBase= "E:wwwroot" reloadable= "true"crossContext= "true" / >

Here, if the path is not empty, it is set to the virtual directory, the value of path for the virtual directory name.Find the Tomcat directory of the conf/workers.properties file,and compare the text below, if not the same, to modify below the text shall prevail.

Workers.tomcat_home=D:Program FilesTomcat # let mod_jk know Tomcat position module

Workers. java_home=D:Program FilesJavajre1.6.0_07 # let mod_jk know JRE position module

Ps=

Worker. list=ajp13 # module version

Worker.ajp13.port=8009 #working port, if not occupied without modification

Worker.ajp13.host=localhost # this machine, if the above

Apache host is not localhost, modify

Worker.ajp13. type=ajp13 # type

Worker.ajp13. lbfactor=1 # number of agents, without modification

If the file does not exist, according to the above content creation. Any modifications to the Tomcat set to restart will come into effect.

Tomcat configuration method IP on multi domain in detail as follows.

< host name = "localhost" debug = "0" appbase = "d: webapps tomcat 5.0"unpackwars = "true" autodeploy = "true"xmlvalidation = "false" xmlnamespaceaware = "false" >< alias > < / > localhost.com alias

< logger classname = "org.apache.catalina. logger.filelogger"directory= "logs" prefix= "localhost_log. " suffix= ".txt"t imestamp = "true" / >

< context path= "" docbase= "d: tomcat 5.0 webapps gg" reloadable = "true" casesensitive = "false" debug = "0" >

< / context.

> < / host

< host name = "one. localhost" debug = "0" appbase = "d: \ webapps tomcat 5.0"unpackwars = "true" autodeploy = "true"xmlvalidation = "false" xmlnamespaceaware = "false" >< alias > < / > one. localhost.com alias

< logger classname = "org.apache.catalina. logger.filelogger"directory= "logs" prefix= "localhost _log. " suffix= ".txt"t imestamp = "true" / >

< context path= "" docbase= "d: tomcat 5.0 webapps kk\"reloadable="true"casesensitive="false"debug="0" >< / context.

> < / host

2、配置apache

打开d: program fi les apache2.2 conf下的httpd. conf,在最后加入下面这段代码并保存.loadmodule jk_module modules mod_jk-1.2. 26-httpd-2.2.4. so

#此处mo d_ j k的文件为你下载的文件jkworkersf ile "d: program files tomcat conf workers.properties"

#指定tomcat监听配置文件地址jklogfile "d: program files tomcat logs mod_jk2. log"#指定日志存放位置jkloglevel info

#设置虚拟主机

< > virtualhost localhost

#如果非虚拟主机,将< virtualhost localhost >和最后的< /virtualhost >注释或者删除掉即可serveradmin localhost documentroot and wwwroot: /

"directory" e: / wwwroot ">

#您的站点项目所在路径,应与tomcat中的目录设置相同,据说以上两个必须同时设置才可以生效,没有试过不同的时候会有什么情况

messaging localhost directoryindex index. jsp index.html.errorlog logs / shsc error_ log.txt customlog logs / shsc - access _ log.txt common jkmount / servlet / * ajp 13

#让apache支持对servlet传送, 用以tomcat解析jkmount / *. jsp ajp13

Let # Apache support for JSP transmission, using Tomcat analysis

JkMount /*.do ajp13

Let#Apache support for.Do transmission, using Tomcat analysis </VirtualHost>

At the beginning of the # behavior can delete notes. I am here to set the configuration of the virtual directory, re designated serverName, DocumentRoot path allocation site, in fact, the Apache configuration can be very flexible, you can not use the virtual directory, directly to modify the default configuration of the site, the editing tool of any text search,such as ServerName, DocumentRoot, ServerAdmin other related items, then the configuration can be modified according to your

actual situation. I suggest that you can try a different configuration, this is a very fun experience.

After all the changes, double-click the Apache icon in the system tray, and then click Start to start the Apache service.In the address bar enter http://localhost/ and http://localhost:8080/respectively, if the result is the same,Apache and Tomcat integration success

3, the configuration of the Apache and Tomcat pan DNS Because of the way that *.yourdomain.com domain could not be configured Tomcat host, which is supported by Apache, as long as the set of*.yourdomain.com can be. In server.xml a<Engine defaultHost="localhost"name="Catalina" >when the non domain pointer to the way when they are submitted to the webapps/ROOT,so as to set up extensive domain name analysis to the default defaultHost on it.

The specific configuration of Apache and Tomcat extensive domain name analysis steps:

You confirm whether the domain name support extensive domain name analysis, now most of the domain name providers to support such services.

Conf igure the Apache pan DNS you

<VirtualHost *.*.*.*: 80>

S erverName *.yourdomai n.com

DocumentRoot /usr/local/jakarta-tomcat-5.0.28/webapps/ROOT ServerAdmin yntsky@gmai l. com

ErrorLog logs/a.ntsky. com_log

</VirtualHost>

The domain name to ROOT

Do not need to do other settings in tomcat, you can keep the original, for some special two level domain name as long as the tomcat/confg/server.xml configuration of<Engine defaultHost="localhost" name= "Catalina" >

Analysis of abc.yourdomain.com information in ABC code 2011-09-07

-----------------------------------------------------------

---------------------

C1009

PhotonVPS:$4/月,KVM-2GB/30GB/2TB/洛杉矶&达拉斯&芝加哥等

很久没有分享PhotonVPS的消息,最近看到商家VPS主机套餐有一些更新所以分享下。这是一家成立于2008年的国外VPS服务商,Psychz机房旗下的站点,主要提供VPS和独立服务器等,数据中心包括美国洛杉矶、达拉斯、芝加哥、阿什本等。目前,商家针对Cloud VPS提供8折优惠码,优惠后最低2G内存套餐每月4美元起。下面列出几款主机配置信息。CPU:1core内存:2GB硬盘:30GB NVm...

舍利云30元/月起;美国CERA云服务器,原生ip,低至28元/月起

目前舍利云服务器的主要特色是适合seo和建站,性价比方面非常不错,舍利云的产品以BGP线路速度优质稳定而著称,对于产品的线路和带宽有着极其严格的讲究,这主要表现在其对母鸡的超售有严格的管控,与此同时舍利云也尽心尽力为用户提供完美服务。目前,香港cn2云服务器,5M/10M带宽,价格低至30元/月,可试用1天;;美国cera云服务器,原生ip,低至28元/月起。一、香港CN2云服务器香港CN2精品线...

Dataideas:$1.5/月KVM-1GB/10G SSD/无限流量/休斯顿(德州)_主机域名

Dataideas是一家2019年成立的国外VPS主机商,提供基于KVM架构的VPS主机,数据中心在美国得克萨斯州休斯敦,主机分为三个系列:AMD Ryzen系列、Intel Xeon系列、大硬盘系列,同时每个系列又分为共享CPU和独立CPU系列,最低每月1.5美元起。不过需要注意,这家没有主页,你直接访问根域名是空白页的,还好他们的所有套餐支持月付,相对风险较低。下面以Intel Xeon系列共...

泛域名为你推荐
海外虚拟主机国外的虚拟主机介绍个注册国际域名哪里的国际域名注册便宜?虚拟主机推荐虚拟主机哪个好台湾vps哪个地区的VPS从大陆访问快呢。免费网站空间哪里有永久免费的网站空间?网站空间购买企业网站空间购买的网站空间具体需要多大的合适?重庆网站空间重庆建网站的公司 我司准备建一个好点的网站,求推荐香港虚拟主机虚拟主机大陆的还是香港的好?美国虚拟主机购买我公司需要购买美国的虚拟主机。但是为什么有的海外主机很便宜!有的却很贵呢。 质量如何区分!有没办法去虚拟主机测评我们可以用哪些命令来测试一个虚拟主机的好坏?
greengeeks 免费申请网页 韩国俄罗斯 免费主机 外国服务器 http500内部服务器错误 免费静态空间 什么是刀片服务器 已备案删除域名 免费dns解析 双线asp空间 便宜空间 畅行云 阿里云手机官网 网页加速 工信部icp备案查询 免费网络空间 稳定空间 免费稳定空间 乐视会员免费领取 更多