| Author |
Tomcat alias does not load website
|
Gina vernon
Ranch Hand
Joined: Jan 16, 2009
Posts: 108
|
|
Hi,
I have the following server.xml
When I try to access the website at https://portal.company.com/, it displays the 'Under Construction' page.
Thanks.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
Seems to me the appBase attribute needs to point to an absolute file path.
Bill
|
Java Resources at www.wbrogden.com
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
|
To expand on William's answer, it appears that you've configured the host to look for an exploded WAR at TOMCAT_HOME/webapps/app, since TOMCAT_HOME/webapps is the reference point for relative paths (and absolute paths ARE usually recommended). The "explodeWar" attribute would be meaningless since the WAR is expected to be pre-exploded.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Tomcat alias does not load website
|
|
|