vote up 2 vote down star

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...

flag

1 Answer

vote up 1 vote down check

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. ?

link|flag
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 Feb 19 at 22:01
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 Feb 19 at 23:56
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 Feb 21 at 6:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.