P
P
pocteg2015-02-27 13:53:48
Java
pocteg, 2015-02-27 13:53:48

How to configure Tomcat7 to process hosts like *.hostname.ru?

Good afternoon!
At the moment, the server.xml of Tomcat has the following host settings:

....
<Host name="host.ru" ...>...</Host>
....

And accordingly, the application processes only host.ru , but I need it to process all third-level domains ( www.host.ru, w1.host.ru, ekeke.host.ru )
How can this be done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Pavlov, 2015-02-27
@gurinderu

Nginx+proxy_pass on Tomcat

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question