2014-11-20 3:49 GMT+03:00 Barnes, Mark (CORP) <mark.bar...@adp.com>:
> Hi, everyone -
>
> Could someone please help me to get Tomcat 8.0.14 to find my web apps???
>
> I am trying to upgrade a server from Tomcat 6.x to Tomcat 8.0.14 on Linux.  
> Tomcat does not seem to build the path to the directory containing my web app 
> correctly.
>
> The server.xml I have been using for Tomcat 6.x is NOT working with Tomcat 
> 8.0.14.

As expected.  You must start with Tomcat 8 server.xml and modify
things as necessary.
http://tomcat.apache.org/migration.html

>
> I believe I am using appBase and docBase correctly, but when I start Tomcat I 
> get a series of exceptions that indicate that the directory cannot be found.  
> (Did things change between Tomcat 6 and Tomcat 8?)
>
> My $CATALINA_HOME is set to /usr/local/tomcat
> /usr/local/tomcat is a symbolic link to /usr/local/tomcat8
> /user/local/tomcat8 is a symbolic link to /usr/local/apache-tomcat-8.0.14
>
> In my <Host> element in my server.xml, I have appBase=""

Why do you think that having an empty appBase is valid?  It is a wrong value.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to