Adding Host Entry in the server.xml

Asked By 40 points N/A Posted on -
qa-featured

Hi everyone,

Can anyone tell me the syntax to write in server. xml file of Tomact Server to add host entry? How do i load a properties file?

Thanks.

SHARE
Best Answer by Waall Mike
Answered By 0 points N/A #107141

Adding Host Entry in the server.xml

qa-featured

Hi,

It is a very critical process to add the server. To do so, you should learn about the ways and attributes of this server.
Visit the address kept in the below. There are all aspects described very clearly with examples.
If you are lucky, you may get the needed syntax from the source.
 
Best Answer
Best Answer
Answered By 270 points N/A #195541

Adding Host Entry in the server.xml

qa-featured

Hey there Alonzo, 

Tomcat's server.xml files allows you to configure/modify Tomcat using a XML descriptor. This XML file (server.xml) is considered the heart of Tomcat. Your sever.xml file can be found on "conf/" directory of your Tomcat application. Here's a sample of a server.xml code.

Note : Sample was taken from Tomcat 4.0

For more information about this you might want to check tomcat.

Hope this helps. 

Waall Mike

Related Questions