Posted By:
Adrian_Butnaru
Posted On:
Tuesday, August 26, 2008 05:05 AM
Hi I am new trying to use Tomcat to run a website (e.g www.mywebsite.info) on a Virtual Private Server (VPS). I built the website using Magnolia CMS. My domain is registered by the provider of the VPS. I uploaded my application in the webapps folder. The name of the folder containing the application is magnoliaPublic. I did the following changes in server.xml: 1. Changed the Connector port from 8080 to 80. 2. Changed to 3. Changed unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> to unpackWARs="true" autoDeploy="true" xmlValidation=
More>>
Hi I am new trying to use Tomcat to run a website (e.g www.mywebsite.info) on a Virtual Private Server (VPS).
I built the website using Magnolia CMS.
My domain is registered by the provider of the VPS.
I uploaded my application in the webapps folder. The name of the folder containing the application is magnoliaPublic.
I did the following changes in server.xml:
1. Changed the Connector port from 8080 to 80.
2. Changed
to
3. Changed
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
to
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
If I try www.mywebsite.info in my browser I cannot see nothing.
Can you please guide how to make my website working?
Thanks
Adrian
<<Less