Conversation:
Notices
-
might be able to get some more logs, but vim/vi don't work very well through docker exec. I have a couple of Tomcat experts on my team that might be able to help with this piece though. ultimately, I don't really know what is failing. There's just a bunch of js on this page and I don't know where it is coming from org.apache.catalina.core.ContainerBase.[Catalina].[localhost].le…
-
@musicman CTRL+U should give a view-source of the page. You're probably going to look for "script src="
-
@musicman I'm sure there are more efficient ways to read logs, but I often use either A: "grep errorname /path/to/logfile | less" when I know what I'm looking for or B: "tail -n someLargeNumber /path/to/logfile | less" (or sometimes "tail -n someLargeNumber /path/to/logfile | head -n someSmallerNumber | less") when I'm just wanting to see the most recent someLargeNumber entrie…
-
yeah, I can read the logs, but the info I want isn't there. I was going to increase the logging level higher than INFO