tomcat7 - Tomcat virtual host shows blank page -
I am trying to configure tomat for many domains and whatever I have tried was unsuccessful.
I call it /etc/tomcat7/server.xml
& lt; Hostname = "www.mysite.com" appbase = "webapps / mysite" unpackWARs = "true" Autodineer = "true" & gt; & Lt; Aka & gt; Mysite.com & lt; / Aka & gt; & Lt; / Host & gt; And I created the folder / var / lib / tomcat7 / webapps / mysite
whenever I go to my domain, I have an empty page. What am I doing wrong here? I'm running Debian 7
, you only have to make a change to test www .mysite.com / mysite works. What can I do?
& lt; Host name = "www.mydocs.com" appbase = "webapp" unpacked wars = "true" autodineer = "true" & gt; & Lt; Aka & gt; Mydocs.com & lt; / Aka & gt; here indicates the appbase webpage - but if I use the app as a webapps / mysite then empty Get the page In this case, you should probably try to define the context element in your app as a docbase
Comments
Post a Comment