I'm running a webapp using the included tomcat server in NetBeans. NetBeans shows me the Tomcat log in the output window, but I also want to see my webapp's log. Is this possible? Can I configure NetBeans to do this? I can't find any options in the server or project settings so far...
views:
244answers:
1
+1
A:
it depends on the log configuration of your web-app, did you made the webapp yourself, is it one of the netbeans webprojects, maven archetype, etc. ?
Michael Lange
2009-02-19 21:59:32
It's uPortal, an open source web portal. I can make changes to the webapp, but I wouldn't know what I need to do. If you can tell me how to get a log into the output window, I can figure out how to do it for my particular application.
Sam Hoice
2009-02-19 22:01:06
that's not the way it works normally, the web-app logs (or not) and if it logs the output goes into the tomcat log (normally), you need to look into the documentation of uPortal for some infos about the logging, if there are no informations, mail a developer
Michael Lange
2009-02-19 23:56:20
So it's assumed that all log output goes into the Tomcat log? Interesting... That would probably indicate that NetBeans isn't going to be interested in catching other logs...
Sam Hoice
2009-02-21 06:00:48