Re: Web spiders - disabling jsessionid

2006-12-01 Thread Andrew Stepanenko
Hello, we use filter in web.xml as you said: StripSessionIdFilter. Works fine. Not that much overhead. Regards Andrew Stepanenko, Ternopil, Ukraine http://unf.tane.edu.ua On 12/1/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: Hi, As you may know url rewriting feature is not a nice

Re: Tomcat et log4j

2006-11-22 Thread Andrew Stepanenko
{1}] %m%n Is this correct ? Regards, Pierre 2006/11/22, Andrew Stepanenko <[EMAIL PROTECTED]>: > > try putting log4j.properties in $CATALINA_HOME/common/classes > > Regards, > Andrew Stepanenko > http://unf.tane.edu.ua > > On 11/22/06, Pierre Goupil <[EMAIL PROTECTED]

Re: Tomcat et log4j

2006-11-22 Thread Andrew Stepanenko
try putting log4j.properties in $CATALINA_HOME/common/classes Regards, Andrew Stepanenko http://unf.tane.edu.ua On 11/22/06, Pierre Goupil <[EMAIL PROTECTED]> wrote: Hi ! 1) English 2) French 1) I've just tried this. Tomcat's doc tells to put the file into the classpath an

Re: Struggling with basic database connection

2006-09-23 Thread Andrew Stepanenko
, Andrew Stepanenko, http://unf.tane.edu.ua On 9/23/06, Alan Chandler <[EMAIL PROTECTED]> wrote: On Saturday 23 September 2006 09:57, Andrew Stepanenko wrote: > Hello, > > there is a difference between how resources are defined in 5.0 and > 5.5. In 5.0 you could provide your resource

Re: Struggling with basic database connection

2006-09-23 Thread Andrew Stepanenko
this link: http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html I also had this problem when migrating from 5.0 to 5.5. After I defined a separate context.xml it started to work again. Regards, -- Andrew Stepanenko, http://unf.tane.edu.ua On 9/23/06, Alan Chandler <[EMAIL PROTEC

Re: JNDI, Hibernate, Tomcat

2006-09-11 Thread Andrew Stepanenko
hello, we have a working tomcat + hibernate setup in our project. What error do you get? Post some logs. Regards, -- Andrew Stepanenko, Software engineer, Ukrainian-Dutch Faculty of Economics and Management Ternopil State Economic University Shevchenko Street 9, Office 24-25 Ternopil, 46000

Re: NPE in log4j while reloading webapp

2006-08-14 Thread Andrew Stepanenko
hello, this issue has already been discussed before. Pls, search the archives. AFAIK, you need to put log4j JAR to $CATALINA_HOME/common/lib dir in addition to your WEB-INF/lib. Regards. Andrew Stepanenko On 8/14/06, Daniel Serodio <[EMAIL PROTECTED]> wrote: When I try to rel

Re: Programmatic access to error 500 stack trace

2006-03-15 Thread Andrew Stepanenko
(); e.printStackTrace(new java.io.PrintWriter(stackTrace)); request.setAttribute("error", stackTrace.toString()); } -Ursprüngliche Nachricht- Von: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. März 2006 08:33 An: users@tomcat.apache.org Betreff: Pr

Programmatic access to error 500 stack trace

2006-03-13 Thread Andrew Stepanenko
trace so that I may embed it into my email message? Thank you, Andrew Stepanenko. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]