Never mind. Found the problem. It wasn't tomcat, it was me.
Thanks!
Blake
On Sun, Oct 15, 2017 at 3:19 PM, Blake McBride wrote:
> Hi,
>
> I am running tomcat 8.5.16 with 64 bit Oracle Java 8.0.144 on a LinuxMint
> box. My Java REST app worked fine until I renamed my packages. So, for
Hi,
I am running tomcat 8.5.16 with 64 bit Oracle Java 8.0.144 on a LinuxMint
box. My Java REST app worked fine until I renamed my packages. So, for
example, my startup listener was in a package named:
com.abc.utils.StartupListner
webapps/myapp/WEB-INF/web.xml reflected that with:
com.abc.uti