Hi Sameer
Thanks for the pointer. As it happened, I managed to get StartTLS to work
inside Tomcat, although I am still not sure why there is a difference in
behaviour when the below application is run standalone vs inside Tomcat. In
advance, please forgive the extended explanation but I am acutel
> From: Jim Garrison [mailto:[EMAIL PROTECTED]
> Subject: DelegatingCallableStatement.getInnermostDelegate()
> -- NoSuchMethodError
>
> I've examined the commons-dbcp-1.2.1.jar file that's
> in the classpath
What do you mean by "classpath"? The CLASSPATH environment variable
must NEVER be set
Jim
http://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/DelegatingSta
tement.html#getInnermostDelegate()
I would check to make sure you have (at least version( 1.21 DBCP
e.g. commons-dbcp-1.2.1.jar
Martin-
- Original Message -
From: "Jim Garrison" <[EMAIL PROTECTED]>
To: "Tomca
I'm getting a NoSuchMethodError on
org.apache.commons.dbcp.DelegatingCallableStatement.getInnermostDelegate
().
AFAICT DelegatingCallableStatement inherits ultimately from
DelegatingStatement, which DOES have such a method. I've examined the
commons-dbcp-1.2.1.jar file that's in the classpath, a
Thanks for the reply.
> which version of jsvc do you try to compile?
The one distributed with Tomcat 6.0.16. It's in tomcat/bin as jsvc.tar.gz.
> Which docs page are you referring to?
I mean the main Tomcat site...
http://tomcat.apache.org/tomcat-5.5-doc/setup.html
I also checked the file IN
Greetings;
We're using JBoss 4.0.5.GA, bundled with Tomcat 5.5.20.
Security vulnerabilities were found in Tomcat 5.5 and Tomcat 6.0 and
fixed
in Tomcat 5.5.26 and 6.0.16, and users are advised to upgrade.
The design of Tomcat folders/files in JBoss 4.0.5.GA doesn't match the
full
(or embedd
Hi,
jarrod schrieb:
Hi all. I'm trying to follow the Tomcat docs instructions for building jsvc.
I can't get past the ./configure step. Any help would be greatly
appreciated.
Trying to build on Ubuntu Linux. Linux linux-workstation 2.6.22-14-generic.
which version of jsvc do you try to compil
Hi all. I'm trying to follow the Tomcat docs instructions for building jsvc.
I can't get past the ./configure step. Any help would be greatly
appreciated.
Trying to build on Ubuntu Linux. Linux linux-workstation 2.6.22-14-generic.
I've uninstalled all versions of Java except the JDK 6 I download
Is it possible to configure Tomcat (preferably through the jsvc daemon)
to log through syslog? If so, how can it be done? The only way I can
conceive of this working is to configure Tomcat to use Log4j and
configure Log4j to use the SyslogAppender.
Thanks,
Andrew R Feller, Analyst
Univer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jürgen,
Juergen Weber wrote:
| the idea you sketched depends on the constructor being called with a
| list of realms. Is that so?
Not necessarily. Most objects that represent elements in server.xml have
no-arg constructors and then setFoo() methods
Christopher,
the idea you sketched depends on the constructor being called with a
list of realms. Is that so?
If you look at http://tomcat.apache.org/tomcat-6.0-doc/api/index.html
all realms in org.apache.catalina.realm have only the default constructor.
Probably one would have to get the surroun
> From: Sameer Tyagi [mailto:[EMAIL PROTECTED]
> Subject: WAR reloading after restart
>
> The new war is not picked up or exploded. I ve put a file
> named .xml in conf/catalina/lohcalhost with the
> following line
> path="/ reloadable="true" antiJARLocking="true"...
For starters, the path att
> See Thread at: http://www.techienuggets.com/Detail?tx=4877 Posted on
> behalf of a User
>
> Sorry for a kind of a necropost, but is't enough to add privileged="true"
> to the root tag of main context.xml which is in
> $CATALINA_HOME/conf/context.xml
>
> In Response To:
>
> Hi all,
>
> I'm using C
Cant figure why this is happening and wanted to see if anyone on the list
knew.
Using tomcat 6.0.16 on windows.
A war is deployed - works fine.
server is shut down, war file updated and server restarted.
The new war is not picked up or exploded. I ve put a file named .xml
in conf/catalin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stephanie,
[EMAIL PROTECTED] wrote:
| Thanks for Your reply.
|
|> mod_jk should work with all "reasonably recent" versions of Apache
|
| My OS is Debian Woody x86, which was released in the year 2002.
Wow, that's old. Have you been keeping it up-to-
Thanks for Your reply.
> mod_jk should work with all "reasonably recent" versions of Apache
My OS is Debian Woody x86, which was released in the year 2002.
It seems that the Apache Version 1.3.26 is provided by that distribution, so it
seems to be somehow old. (I did not find a apache version h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian,
Christian Kindler wrote:
| Maybe it's a good question for tomcat-dev...
Agreed. Post back if you find a solution.
- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.
Christopher Schultz wrote:
Christian Kindler wrote:
| Is something like Thread.currentThread().interrupt() the only way to
| stop a multipart post request?
I'm pretty sure you don't want to do that. The javadoc for
Thread.interrupt states that any blocked I/O calls will be aborted, but
you never
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tushar,
Tushar Madhukar wrote:
| Is there a way by which Tomcat can invoke a callback on these classes
| (shared/*) when it is shutting down? [snip]
| Basically, I would use an equivalent of
| ServletContextListener.contextDestroyed() callback in dep
Hi, thanks for reply. I can confirm that the client is sending an
Accept-Encoding header which includes 'gzip'.
Accept-Encoding: gzip, deflate
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: 14 March 2008 14:34
To: Tomcat Users List
Subject: Re: Tomcat 4.1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stephanie,
Stephanie Wullbieter wrote:
| when running Apache 1.3.26 (from Debian Woody), what is the latest
| mod_jk version compatible to that apache version?
mod_jk should work with all "reasonably recent" versions of Apache
httpd. Binaries are on
> From: Scott McClanahan [mailto:[EMAIL PROTECTED]
> Subject: RE: Database connections grow after redeploy
>
> Making the DBCP a global resource and linking it into the applications
> specifically does fix the problem.
Well, really it just masks the problem. Classes and objects from the
replace
Hi,
when running Apache 1.3.26 (from Debian Woody), what is the latest mod_jk
version compatible to that apache version?
On
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.26/i386/
for example is written:
mod_jk-1.2.26-httpd-1.3.39-eapi.so is for Apache 1.3.x with
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tim,
Smith, Tim wrote:
| We have a Linux server running Tomcat 4.1.30, serving jsp pages. We have
| tried to enable gzip compression by the addition of the compression="on"
| attribute to the server.xml file. We've seen some odd results.
Is the clie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christian,
Christian Kindler wrote:
| Is something like Thread.currentThread().interrupt() the only way to
| stop a multipart post request?
I'm pretty sure you don't want to do that. The javadoc for
Thread.interrupt states that any blocked I/O calls
On Fri, 2008-03-14 at 13:43 +, David Cassidy wrote:
> try netbeans
> its free and the profiler will watch all your objects being created.
> it will also work with snapshots...
>
>
>
>
> On Thu, 2008-03-13 at 20:56 +0200, Juha Laiho wrote:
> > Scott McClanahan wrote:
> > > > On Thu, 2008-03
Christian Kindler schrieb:
Christopher Schultz schrieb:
Christian Kindler wrote:
| I want to interrupt a multipart post request (e.g. if the
content-length
| exceeds a given limit). The problem is, that the client seems to
| continue sending the data to the server and gets no response from the
On Thu, 2008-03-13 at 09:23 -0500, Caldarale, Charles R wrote:
> > From: Scott McClanahan [mailto:[EMAIL PROTECTED]
> > Subject: Re: Database connections grow after redeploy
> >
> > Some times our exchange server really mangles e-mails or out right
> > blocks them so this is just a resend in cas
Memory leaks and deadlocks and CPU hogs! Java application developers often face
these runtime problems. They can be particularly daunting in a complex
application with multiple threads running through hundreds of thousands of
lines of code -- an application you can't ship because it grows in mem
Memory leaks and deadlocks and CPU hogs! Java application developers often face
these runtime problems. They can be particularly daunting in a complex
application with multiple threads running through hundreds of thousands of
lines of code -- an application you can't ship because it grows in mem
try netbeans
its free and the profiler will watch all your objects being created.
it will also work with snapshots...
On Thu, 2008-03-13 at 20:56 +0200, Juha Laiho wrote:
> Scott McClanahan wrote:
> > > On Thu, 2008-03-13 at 12:02 -0400, Christopher Schultz wrote:
> > > Caldarale, Charles R wro
David
Glad to hear that worked for you..keep us apprised if you need any further
help
Martin--
- Original Message -
From: "David Steinberg" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, March 14, 2008 4:33 AM
Subject: RE: STM
Filip/Martin,
Many thanks. I used the context app
We have a Linux server running Tomcat 4.1.30, serving jsp pages. We have
tried to enable gzip compression by the addition of the compression="on"
attribute to the server.xml file. We've seen some odd results. First of
all we couldn't get any compression to take place (using Fiddler to
monitor respo
Christopher Schultz-2 wrote:
>
> Is it possible that you are missing:
>
> JkMount /*.jwsmyWorker
>
> ??
>
> - -chris
>
Yes! thank you!
--
View this message in context:
http://www.nabble.com/tomcat-axis-not-compiling-java-tp16010755p16048075.html
Sent from the Tomcat - User mailing l
Can you give the line number as to where the error is
happening.
I found this link on google search you can read thru
the same it describes similar problems.
We have not had problems using java mail under tomcat
but we dont use imap.
http://forum.java.sun.com/thread.jspa?threadID=761635&messageID=4
Filip/Martin,
Many thanks. I used the context approach and have successfully upped the limit.
Regards
Dave Steinberg
Hello Currency
+44 (0)7810 752 708
www.hellocurrency.com
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Wed 12/03/2008 16:35
To: Tomca
36 matches
Mail list logo