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
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
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
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
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
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
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
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
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
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]
>
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
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
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
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
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
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
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
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?
>
>
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
();
> - -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
-- 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
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
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
-
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:
&
24 matches
Mail list logo