Re: Tomcat common and webapp classloader

2012-12-17 Thread Kris Maker
yea should work On Mon, Dec 17, 2012 at 3:28 PM, Olivier Lamy wrote: > 2012/12/17 Antonio Manuel Muñiz Martín : > > Hi Olivier, > > > > My fault, I found the problem, I had two spring versions in my > dependencies. > > However I have another question, could I use dependencies from > > non-centra

Re: Fwd: Contact requests from Mary Lou and Howard

2012-11-16 Thread Kris Schneider
On Fri, Nov 16, 2012 at 2:08 PM, Casper Wandahl Schmidt < kalle.pri...@gmail.com> wrote: > > Den 16-11-2012 20:05, Kris Schneider skrev: > >> -- Forwarded message -- 8< snip >8 > Thanks for letting us know :) Probably the wrong recipient? So...th

Fwd: Contact requests from Mary Lou and Howard

2012-11-16 Thread Kris Schneider
-- Forwarded message -- From: *Kris Schneider* Date: Friday, November 16, 2012 Subject: Contact requests from Mary Lou and Howard To: kurt schneider Kurt, Howard and Mary Lou have both expressed their inability to get responses from you on matters concerning Mom's estat

PooledJNDIRealm

2012-10-16 Thread Kris Easter
nly using part of it, are any regression tests available? Thanks, Kris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Form Authentication question

2012-07-30 Thread Kris Easter
On Mon, 2012-07-30 at 14:36 -0600, Mark Thomas wrote: > On 30/07/2012 21:24, Kris Easter wrote: > > > ... > > > > If the user sits too long on the login page the session times out, even > > if their credentials were authenticated successfully, and sends them &g

Form Authentication question

2012-07-30 Thread Kris Easter
e I get the dreaded 408 error. Can anyone enlighten me as to why it's a bad idea if: if (session == null) { session = request.getSessionInternal(false); } is instead: if (session == null) { session = request.getSessionInternal(true); } Thanks, Kris

Re: tomcat security authenticator

2012-06-28 Thread Kris Easter
cators.properties HTH, Kris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Form based Realm Authentication question

2012-02-23 Thread Kris Easter
olaris, JDK 1.6.0_31. Thanks, Kris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat filter-mapping dispatcher forward

2011-12-05 Thread Kris Schneider
ay forward is to write the simplest possible test >> case (1 * JSP + 1 * Servlet + web.xml should be plenty) that >> demonstrates this issue. If you still see the issue with that test case, >> it will probably be time to open a bug. >> >> Mark -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Strange MySQL-Behaviour with JDBC-Realm

2011-07-16 Thread Kris
Did autoreconnect solve your problem? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Terminating Timer Thread Gracefully

2011-07-12 Thread Kris Schneider
On Tue, Jul 12, 2011 at 10:03 AM, David kerber wrote: > On 7/12/2011 9:59 AM, Kris Schneider wrote: >> >> On Tue, Jul 12, 2011 at 7:59 AM, Caldarale, Charles R >>  wrote: >>>> >>>> From: Terence M. Bandoian [mailto:tere...@tmbsw.com] >

Re: Terminating Timer Thread Gracefully

2011-07-12 Thread Kris Schneider
cheduledExecutorService. The executor can be used to schedule a Runnable with a fixed rate or delay. When the context is destroyed, shutdown the executor and await its termination. >  - Chuck -- Kris Schneider - To unsubscribe, e-m

Re: java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread Kris Schneider
11 AM, testwreq wreq wrote: > It is jdk 1.6 from SUN > java -version > java version "1.6.0_20" > Java(TM) SE Runtime Environment (build 1.6.0_20-b02) > Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode) > > > On Wed, Jul 14, 2010 at 9:56 AM, Kris Schneider wrote: &

Re: java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread Kris Schneider
db.ProcessInput.doPost(ProcessInput.java:116) >         > javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so) >         > javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so) > > Thanks,vm -- Kris Schneider -

Re: set-cookie

2010-05-26 Thread Kris Schneider
(); > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkv9YrcACgkQ9CaO5/Lv0PDXegCfeKZOUdIKnIgAnfSmrhO015D2 > lVEAnRzbT4mKvoli8WDYshlA1uNGHHQS > =jp7W > -END PGP SIGNATURE

Re: Why does errorPage work but WEB-INF/web.xml error-page does not?

2010-05-26 Thread Kris Schneider
yoteAdapter.service(CoyoteAdapter.java:298) >>>      at >>> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) >>>      at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) >>>      at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769) >>>      at >>> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698) >>>      at >>> org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891) >>>      at >>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) >>>      at java.lang.Thread.run(Thread.java:637) >>> >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: users-h...@tomcat.apache.org >> >> >> > > -- > View this message in context: > http://old.nabble.com/Why-does-errorPage-work-but-WEB-INF-web.xml-error-page-does-not--tp28681659p28683804.html > Sent from the Tomcat - User mailing list archive at Nabble.com. -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem using "response.sendRedirect" to redirec t to URL that includes "ñ" or tilde

2010-05-17 Thread Kris Schneider
des "ñ" using >> "response.sendRedirect", but it parses wrongly this kind of character; I´ve >> tried it using "URLEncoder" and differents encondings (UTF-8,UTF-16,etc). > > What have you tried, and what was the exception / result? > >

Re: TC 6 & JSTL: attribute does not accept any expressions

2010-05-07 Thread Kris Schneider
ng environment) > 4. Working environment is using CATALINA_BASE to run Tomcat from >   a separate directory than the actual distro > > > Can anyone shed any light on this? I'm going to toss my entire WAR file into > the environment where it /is/ working to see if it's some interaction > problem. > > Thanks, > -chris -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Classpath for JSP

2010-04-26 Thread Kris Schneider
gt;> >> [snip] >> >> > I verified that the class that was not found is indeed in >> /WEB-INF/classes. >> >> Can you be specific? Where is the .class file for that class (including >> full path)? >> >> > Also, classes in *.jar files in WEB-INF/lib a

Re: a servlet-related Java question

2010-04-22 Thread Kris Schneider
stem.out.println(method); > >            return method.invoke(_target, args); >        } >    } > } > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkvQsjUACgkQ9CaO5/Lv0

Re: a servlet-related Java question

2010-04-22 Thread Kris Schneider
it. I should. > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkvQpjMACgkQ9CaO5/Lv0PDioACfXvCsWsL6dPHDsegCEqCx0ISZ > oF8Anj+PpzWrSWN9I6BWru0urmdLaWLg > =qt08

Re: a servlet-related Java question

2010-04-22 Thread Kris Schneider
se it long-term, but the >> above is about as compact as it gets. >> > > If it does a forward or include done the line, this won't work with any > remotely recent version of Tomcat.  These versions enforce the spec > requirement that the Request has to be a subclass of HttpServletWrapper > wra

Re: a servlet-related Java question

2010-04-21 Thread Kris Schneider
n be optimized a bit if you need to use it long-term, but the > above is about as compact as it gets. > > I'd still recommend the use of jad, honestly. > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkvPX0EACgkQ9CaO5/Lv0PCKVQCdG5SMXiySnsFEowVF7/44KM8s > b7kAoIAGSzxOIWmKt4+z6ATkqslTl5uW > =ykwF > -END PGP SIGNATURE- -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: 405 error?

2010-02-10 Thread Kris Schneider
But what is strange is that in catalina.out, I get: > > SBTester.doGet: query=foo=bar > > So, I'm a little confused. > A)  How is this happening (doGet running, but the browser reporting an > error) > B)  What am I doing wrong? > > Thanks in advance, > Ken -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Pipelining Problem after Form Authentication with Firefox and Status Code 408

2010-01-05 Thread Kris Reid
Did you find a solution? I've got the same issue Derek-52 wrote: > > Hello, > > I have some troubles with firefox and form authentication running on > Tomcat 5.0.28. > It happens as followed: > > User requests restricted Page and is redirected to a LoginServlet > which forwards the reque

Re: Understanding url-patterns

2009-12-08 Thread Kris Schneider
s list. http://java.sun.com/products/servlet/reference/api/index.html -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: How to cancel a servlet startup?

2009-11-12 Thread Kris Schneider
p failing due >> to unexpected error: " + e); >>                } >>        } >> } >> >> >> How can I make tomcat cancel the deployment of the entire war file >> that this servlet was distributed with? >> >> I thought that throwing a ServletException back up to Tomcat would >> make the webapp unavailable - but Tomcat continues to serve pages from >> this webapp even though the startup failed.  That doesn't seem like >> correct behavior... am I missing a setting somewhere? >> >> Thanks, >> >> Dan -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: loading a CharsetProvider via WebappClassLoader

2009-10-29 Thread Kris Schneider
I guess this bug will be of interest since it mentions both jutf7 and webapps ;-) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4619777 On Thu, Oct 29, 2009 at 11:42 AM, Kris Schneider wrote: > While the Javadoc for CharsetProvider claims that providers are looked > up via the c

Re: loading a CharsetProvider via WebappClassLoader

2009-10-29 Thread Kris Schneider
lved? Withouting having to deploy a jar file outside of > the webapp. Or is this not possible? > > Thanks in advance for any tips. > > Ronald. -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.a

Re: Tomcat Real Security on Port 80 - Connection Interrupted

2009-10-22 Thread Kris Reid
? Any other information you need? Cheers Kris Peter Crowther wrote: > > Exact Tomcat version? > Exact httpd version? > How are you connecting the two? "Port forwarding" seems odd unless > you have two IP addresses so that httpd is on addr1:80 and Tomcat is > on a

Tomcat Real Security on Port 80 - Connection Interrupted

2009-10-22 Thread Kris Reid
but then Connection Interrupted - Document contains no data But if you go to http://www.1realtimemlmleads.com:8080/Leads/order/displayProducts.action It works perfect What am I missing? Been banging my head on this for days. Any ideas would be appreciated Cheers Kris - http://www.kre

Re: 404 Error troubleshooting

2009-09-11 Thread Kris Schneider
On Fri, Sep 11, 2009 at 1:06 PM, Kris Schneider wrote: > On Fri, Sep 11, 2009 at 12:59 PM, Mike Baranski > wrote: >> Yes, restarted Tomcat (I also opened the war and opened the web.xml inside >> of it to make sure it was what I thought it was). >> >> No deploy err

Re: 404 Error troubleshooting

2009-09-11 Thread Kris Schneider
in manager) in the request... -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-20 Thread Kris Schneider
o implement, but wouldn't a custom WebappLoader and/or WebappClassLoader also be an option? -- Kris Schneider - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

problems with unsubscribing

2006-06-13 Thread Kris Reese
OK -- I've been trying to unsubscribe from the mailing list, many many many many times now by sending a blank e-mail to [EMAIL PROTECTED] but it's not working. Can anybody tell me what is going on here? Thank you. - To sta

[5.5] path specified in context.xml not being used

2006-03-24 Thread Kris Nuttycombe
deployed under is "/idb-0.8.2-SNAPSHOT" instead of "/idb" - how can I get it to deploy under a path different from the warfile name? Thanks, Kris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm