It could be a million things, starting from dns not being properly
setup, to, well, just about anything in Tomcat's or Magnolia's
configuration.
Can you reach your Tomcat without Magnolia ?
If so, isn't there anything in Tomcat's log files that tells you what
went wrong ?
-g
On Aug 26, 2008, at 7:32 PM, Adrian Butnaru wrote:
Hi I am a newbie 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 <Engine name="Catalina" defaultHost="localhost">
to
<Engine name="Catalina" defaultHost="www.mywebsite.info">
3. Changed <Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true" xmlValidation="false"
xmlNamespaceAware="false">
to
<Host name="www.mywebsite.info" appBase="webapps/magnoliaPublic"
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? Is it something
more I should do?
Thanks
A.
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------