Re: Embedded Tomcat 6 & 7 logging to file

2012-07-17 Thread Benjamin Muschko
Thanks for clarifying it. That helped. -- View this message in context: http://tomcat.10.n6.nabble.com/Embedded-Tomcat-6-7-logging-to-file-tp4984104p4984163.html Sent from the Tomcat - User mailing list archive at Nabble.com. -

Embedded Tomcat 6 & 7 logging to file

2012-07-15 Thread Benjamin Muschko
Hi, I'd like to redirect the embedded Tomcat's startup logging messages to a file. What I am looking for is something like this: ... Initializing ProtocolHandler ["http-bio-8080"] Initializing ProtocolHandler ["http-bio-8091"] Starting service Tomcat Starting Servlet Engine: Apache Tomcat/7.0.11

Re: @HandlesTypes not resolving classes when added as repository directory

2012-03-11 Thread Benjamin Muschko
I don't think so because it works when these classes sit in a JAR file and are added using addRepository. Also I tried to explicitly set context.setIgnoreAnnotations(false); which doesn't help. -- View this message in context: http://tomcat.10.n6.nabble.com/HandlesTypes-not-resolving-classes-when

@HandlesTypes not resolving classes when added as repository directory

2012-03-10 Thread Benjamin Muschko
I am running an embedded container 7.0.26 that loads the web application classes and external JARS using the method http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/loader/WebappLoader.html#addRepository%28java.lang.String%29 WebappLoader#addRepository(java.lang.String) . One of the