Re: Debugging tomcat server - how to?

2015-01-02 Thread Mark Thomas
On 02/01/2015 08:39, MyList wrote: > Hello , > > I am newbie. I wanted to know as how to debug the tomcat server code > using eclipse. Any links to blogs or articles or your inputs would be > helpful. http://wiki.apache.org/tomcat/FAQ/Developing Mark ---

Debugging tomcat server - how to?

2015-01-02 Thread MyList
Hello , I am newbie. I wanted to know as how to debug the tomcat server code using eclipse. Any links to blogs or articles or your inputs would be helpful. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addition

Re: Debugging Tomcat 7 Cors Filter

2014-03-21 Thread mrs.nospam
Great thanks, that helped me track it down. On Fri, Mar 21, 2014 at 9:46 AM, Konstantin Kolinko wrote: > 2014-03-21 17:28 GMT+04:00 mrs.nospam : > > I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying > to > > figure out why a request isn't going through the > > org.apache.ca

Re: Debugging Tomcat 7 Cors Filter

2014-03-21 Thread Konstantin Kolinko
2014-03-21 17:28 GMT+04:00 mrs.nospam : > I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying to > figure out why a request isn't going through the > org.apache.cataline.filters.CorsFilter. It's a complex web app with a lot > of filters configured. Some requests hit the filter

Debugging Tomcat 7 Cors Filter

2014-03-21 Thread mrs.nospam
I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying to figure out why a request isn't going through the org.apache.cataline.filters.CorsFilter. It's a complex web app with a lot of filters configured. Some requests hit the filter and I can debug them properly and others are no

Re: Debugging tomcat

2007-03-04 Thread Filip Hanik - Dev Lists
I'd take this to the user list, that's the best place to get help Filip Sven Köhler wrote: On the tomcat side: depending on your exact connectors, set Log Level for org.apache.jk, org.apache.ajp, org.apache.coyote to debug. I tried appending "org.apache.level = FINE" to logging.propertie

Re: Debugging tomcat

2007-03-02 Thread Sven Köhler
> On the tomcat side: depending on your exact connectors, set Log Level > for org.apache.jk, org.apache.ajp, org.apache.coyote to debug. I tried appending "org.apache.level = FINE" to logging.properties of tomcat 6.0.10. But catalina.out doesn't contain any addition information. Hmm ... Also app

Re: Debugging tomcat

2007-03-02 Thread Rainer Jung
On the mod_jk side: set your log level to trace. On the tomcat side: depending on your exact connectors, set Log Level for org.apache.jk, org.apache.ajp, org.apache.coyote to debug. Sven Köhler schrieb: > Hi, > > i'd like to investigate about some bug - or at least something, of which > i think,

Debugging tomcat

2007-03-02 Thread Sven Köhler
Hi, i'd like to investigate about some bug - or at least something, of which i think, that it is a bug. Therefor, i would like to somehow dump all the AJP-packets, that are exchanged between mod_jk and tomcat. Is there some packet-dump-feature of either mod_jk or tomcat, that i could use? Than