Hello,
I have recently installed a Tomcat instance on my laptop and am attempting to get our application up and running locally for development purposes. We have the application on some of our development servers configured similarly without any issues.
I have placed our application structure in the Tomcat Install's webapps directory. After starting the server, I am able to get to the Tomcat landing page and manager page, but get a 404 error when trying to access or application. The server logs show an error related to the InitListener listener and I haven't been able to find anything else pointing me to what may be the issue.
I have attached the logs, the web.xml, log4j.ics.config.xml, and the server.properties file. Additional system information is below. Please let me know what else I can provide to make it easier for assistance.
Platform: Windows 10
Tomcat Version: 10.0.23
Java Version: 1.8.0_281
SmartClient Version: v12.1p_2021-06-05/Pro Deployment
Thanks!
Jason
I have recently installed a Tomcat instance on my laptop and am attempting to get our application up and running locally for development purposes. We have the application on some of our development servers configured similarly without any issues.
I have placed our application structure in the Tomcat Install's webapps directory. After starting the server, I am able to get to the Tomcat landing page and manager page, but get a 404 error when trying to access or application. The server logs show an error related to the InitListener listener and I haven't been able to find anything else pointing me to what may be the issue.
I have attached the logs, the web.xml, log4j.ics.config.xml, and the server.properties file. Additional system information is below. Please let me know what else I can provide to make it easier for assistance.
Platform: Windows 10
Tomcat Version: 10.0.23
Java Version: 1.8.0_281
SmartClient Version: v12.1p_2021-06-05/Pro Deployment
Thanks!
Jason
Comment