hange
if they are properly formed. With the clients, if certs should be viewable
when you right click on the browser properties>content>certificates, if not,
they probably were not p12 formated and the browser did not install it even
though it said "Import successful"
- Daniel
-
I have a servlet on TC 5.5.9 that services a page with applet content that
will reguire three GETs to complete the page 1) basic page, 2) applet jar
and 3)image. The basic page GETs served OK and the browser comes back with
a GET to request the JAR file which is modestly large (150K) so I attem
Wrap it in a BufferedOutputStream
- Original Message -
From: "Daniel" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Thursday, October 27, 2005 5:03 PM
Subject: outputstream.flush() hangs at 32K
I have a servlet on TC 5.5.9 that services a page with
eystore - it beats
screwing up the JRE's cacerts while you experiment to get things right.
Good Luck,
- Daniel
- Original Message -
From: "Raueber Hotzenplotz" <[EMAIL PROTECTED]>
To:
Sent: Sunday, October 23, 2005 8:55 AM
Subject: KeyStore question
Hi all
I still wa
echo "Then continue"
pause
Here's a batch file that will create, then sign, then package in a p12
format Client certificate for a browser
import:
rem file: CreateClient.bat
echo "When prompted for common name, provide the users common name, e.g.
"Daniel Puryear"
If so, whats the magic to the certs and keystores?
- Daniel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ly if it
crashes. Again, the problem is very unlikely to be with Tomcat itself, but
the tuning of the VM.
-
Daniel Savard
Le jeu. 24 août 2023 à 02:29, Thomas Hoffmann (Speed4Trade GmbH)
a écrit :
> Hello Daniel,
>
> > -Ursprüngliche Nachricht-----
> > Von: Daniel Savard
> > Gesendet: Mittwoch, 23. August 2023 19:03
> > An: users@tomcat.apache.org
> > Betreff: Tomcat
path to suit your configuration)
>
> Robert
>
Hi Robert,
I will look into it. For now, I cannot modify the system easily. I need to
plan a change for this with at least a one week notice and upon approval.
Will try to include this in a forthcoming change.
-
Daniel Savard
Le jeu. 24 août 2023 à 13:06, Christopher Schultz <
ch...@christopherschultz.net> a écrit :
> Daniel,
>
> On 8/23/23 13:03, Daniel Savard wrote:
> > I didn't specify the actual Tomcat version because the problem occurs
> under
> > all versions. We are running a
Was there a change to the addSslHostConfig JMX mbean operation between
9.0.82 and 9.0.83? I have some code that works in 82, but fails with an
MBeanException: Cannot find operation [addSslHostConfig] in 9.0.83.
When I attempt to look at the available operations on ProtocolHandler in
jconsole, it
Thanks for taking a look. My lightly scrubbed connector example is
attached.
On Tue, Nov 21, 2023 at 6:45 AM Michael Osipov wrote:
> On 2023/11/21 11:25:11 Michael Osipov wrote:
> > On 2023/11/20 22:14:14 Daniel Skiles wrote:
> > > Was there a change to the addSslHostConfig J
I've had no success digging into this.
Is this a regression, or was this an intentional change?
On Mon, Nov 27, 2023 at 8:56 AM Daniel Skiles wrote:
> Thanks for taking a look. My lightly scrubbed connector example is
> attached.
>
> On Tue, Nov 21, 2023 at 6:45 AM Michae
I found the source of the problem
9.0.82 accepts the simple class name as a type parameter for the operation.
9.0.83 requires the canonical class name.
On Wed, Dec 6, 2023 at 3:06 PM Daniel Skiles wrote:
> I've had no success digging into this.
>
> Is this a regression,
(DefaultMBeanServerInterceptor.java:814)
~[?:?]
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
~[?:?]
Any ideas here?
On Wed, Dec 6, 2023 at 4:45 PM Daniel Skiles wrote:
> I found the source of the problem
>
> 9.0.82 accepts the simple class name as a type paramete
All,
I've been doing some testing, and I'm pretty sure the addSslHostConfig
operation on ProtocolHandler is busted in 9.0.83.
In versions prior to 9.0.82, you can call the operation with a single
argument of type SSLHostConfig.
In 9.0.82, that contract seems to have been broken, and you had to ca
tion e) {
throw new RuntimeException("Error invoking " + method + " with params " +
Arrays.toString(params) + " and signature " + Arrays.toString(signature),
e);
}
}
}
On Fri, Dec 8, 2023 at 4:55 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Dan
0.83 might have to do
with the fact that the catalina java code now has a one argument and two
argument variant of the same method.
On Wed, Dec 13, 2023 at 10:27 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Daniel,
>
> On 12/12/23 19:45, Daniel Skiles wrote:
>
ethod. I'm not familiar with the code, but it appears that there might be
an issue with how that map is constructed.
On Thu, Dec 14, 2023 at 4:25 AM Rémy Maucherat wrote:
> On Wed, Dec 13, 2023 at 9:43 PM Daniel Skiles
> wrote:
> >
> > The object and opera
Christ,
Thanks for the explanation.
The XML-based registration - is that something I would do as a user, or
something that would be changed on the Tomcat side as part of its release
bundle?
On Thu, Dec 14, 2023 at 10:17 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:
&g
Hi, community
When I configured Tomcat logs, I found the following configuration in
logging.properties
1catalina.org.apache.juli.AsyncFileHandler
2localhost.org.apache.juli.AsyncFileHandler
3manager.org.apache.juli.AsyncFileHandler
4host-manager.org.apache.juli.AsyncFileHandler
I am not sure wha
Thank you so much.
I am ashamed that I did not read the documentation carefully.
On Thu, Mar 14, 2024 at 7:46 PM Mark Thomas wrote:
>
> On 14/03/2024 11:36, Vincent Daniel wrote:
> > Hi, community
> >
> > When I configured Tomcat logs, I found the fo
:)
On Thu, Mar 14, 2024 at 7:53 PM Mark Thomas wrote:
>
> On 14/03/2024 11:51, Vincent Daniel wrote:
> > Thank you so much.
> > I am ashamed that I did not read the documentation carefully.
>
> No problem. It is only a single line in the docs and it helps a lot if
> yo
Hello,
I'm trying to set up MySQL 8.0.11 database connection pooling in Tomcat
10.1.24 on Windows 10. The MySQL database is "holidays" with user name
"root" and password "rootpwd". I've tried to follow the examples at
https://tomcat.apache.org/tomcat-9.0-doc/jndi-datasource-examples-howto.html
Hello again
I sent the following message yesterday. Is anyone going to reply? I'm
totally stuck. If no one can help, then I will have no alternative but to
abandon Tomcat and try some alternative.
Dan Schwartz
From: Daniel Schwartz
Sent: Monday, June 17, 2024 4:19 PM
To:
Dear Thomas,
Your email came with no content. Please try again.
Dan Schwartz
From: Thomas Hoffmann (Speed4Trade GmbH)
Sent: Wednesday, June 19, 2024 2:05 AM
To: Tomcat Users List
Subject: AW: Tomcat MySQL Connection Pooling JNDI lookup
her
Sent: Wednesday, June 19, 2024 1:41 AM
To: Tomcat Users List
Subject: Re: Tomcat MySQL Connection Pooling JNDI lookup
Am 17. Juni 2024 22:18:53 MESZ schrieb Daniel Schwartz
:
>Hello,
>
>
>
>I'm trying to set up MySQL 8.0.11 database connection pooling in Tomcat
To: users@tomcat.apache.org
Subject: Re: Tomcat MySQL Connection Pooling JNDI lookup
Daniel,
On 6/19/24 11:40, Daniel Schwartz wrote:
> Dear Felix,
>
> Thank you for your reply. The connector jar file is at
>
> C:\Program
> Files\apache-tomcat-10.1.24\lib\mysql-connector-j-8.4.0.
g wrong with these
files?
Dan
-Original Message-
From: Christopher Schultz
Sent: Wednesday, June 19, 2024 5:10 PM
To: users@tomcat.apache.org
Subject: Re: Tomcat MySQL Connection Pooling JNDI lookup
Daniel,
On 6/19/24 16:37, Daniel Schwartz wrote:
> I followed you instruction to mo
Thanks, very useful information to channel back to my team and beyond.
-
Daniel Savard
msg param " + userControlledParam);
>
>
No.
> Mfg
> Thomas
>
>
-
Daniel Savard
Apache Tomcat/9.0.58 reports an error on shutdown: "Failed to clear soft
references from ObjectStreamClass$Caches for web application [ROOT]"
The error is reported for web applications: [ROOT], [host-manager], and
[manager] -- the only applications deployed in Tomcat.
The traceback shows a ClassC
Thank you, Mark!
This answers my question and offers two (three) good solutions.
I appreciate the quick, accurate, and constructive response.
Dan
On Wed, Jan 4, 2023 at 10:38 AM Mark Thomas wrote:
> On 04/01/2023 15:11, Daniel McCue wrote:
> > Apache Tomcat/9.0.58 reports an error on
tes are stored in the Windows registry.
https://docs.microsoft.com/en-us/windows-hardware/drivers/install/local-machine-and-current-user-certificate-stores
Since IIS is a Windows-only product, this is the simple thing for them to
do. Tomcat runs on various platforms and should support open and neutral
keystore formats instead.
-
Daniel Savard
icates. Just make a copy and put your certificates in the copy. In
fact, you may not need the original file at all if only self-signed
certificates are involved. All the certifications authorities in the file
are then useless to you.
Regards,
-
Daniel Savard
up being a RedHat only
question having nothing to do with Tomcat itself. From the Tomcat point of
view, you can only copy the file somewhere else where the RedHat scripts,
update procedures will not touch it and let Tomcat know where it is.
Regards,
-
Daniel Savard
Le lun. 31 août 2020 à 11:13, Christopher Schultz <
ch...@christopherschultz.net> a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
>
> Daniel,
>
> On 8/28/20 20:46, Daniel Savard wrote:
> > Le ven. 28 août 2020 à 17:19, Darryl Philip Baker <
Is it possible to change the keystore alias of the _default_
SSLHostConfig's certificate while tomcat is running?
At present, I'm trying to move the _default_ certificate from one
certificate in my keystore, to another. I modify the server.xml, then I
call the reloadSslHostConfigs MBean operation
; wrote:
> -BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Daniel,
>
> On 9/10/20 09:09, Daniel Skiles wrote:
> > Is it possible to change the keystore alias of the _default_
> > SSLHostConfig's certificate while tomcat is running?
> >
> > At present,
lem. Do you know which MBean and operation that
is?
On Thu, Sep 10, 2020 at 4:00 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Daniel,
>
> On 9/10/20 13:33, Daniel Skiles wrote:
> > In this case,
x27;ll give that a try.
On Fri, Sep 11, 2020 at 9:44 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Daniel,
>
> On 9/10/20 16:39, Daniel Skiles wrote:
> >> Also note that calling reloadSslHostCon
be better.
If the server.xml isn't actually read during the reloadSslHostConfigs
operation, is there a way to add an SSLHostConfig at runtime? I see
addSslHostConfig on ProtocolHandler, but I'm not certain that it will do
what I think it will do.
On Fri, Sep 11, 2020 at 9:52 AM Daniel Skil
-BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Daniel,
>
> On 9/11/20 17:06, Daniel Skiles wrote:
> > I've gotten my _default_ SNI SSLHostConfig working. Thank you for
> > the help.
>
> Excellent.
>
> >> Perhaps that method could have a bet
Daniel Skiles wrote:
> > Did you try it?
>
> I've been unable to try it through JConsole or Visual VM. JConsole throws
> an error indicating that it can't load the remote class, and Visual VM
> disables the method. It looks like it takes a complex object, and I do
nd I don't see any reason for
such a behavior.
Regards,
-
Daniel Savard
This is a bit of a long shot, but are you running on VMWare ESX by chance?
A few years ago, I had a problem where Tomcat would send data down the
socket, but about half the message wouldn't actually arrive at the client.
On Fri, Oct 16, 2020 at 5:05 AM Eric Robinson
wrote:
> Hi Mark --
>
> Those
I'm currently running into some peculiar behavior with SNI, and I'm
wondering if any of you might be able to offer suggestions. I'm not sure
if it's a bad config, a bug, or a limitation of the software.
I have a Tomcat instance that has two SSLHostConfig elements applied.
The first is the defaul
opher Schultz <
ch...@christopherschultz.net> wrote:
> Daniel,
>
> On 1/27/21 14:37, Daniel Skiles wrote:
> > I'm currently running into some peculiar behavior with SNI, and I'm
> > wondering if any of you might be able to offer suggestions. I'm not sure
> >
I have not uncovered. I am not
intimately familiar with the Tomcat internals.
On Wed, Jan 27, 2021 at 3:36 PM Mark Thomas wrote:
> On 27/01/2021 19:42, Christopher Schultz wrote:
> > On 1/27/21 14:37, Daniel Skiles wrote:
>
>
>
> >> Are SSLHostConfig.hostName attribut
sure the code for choosing the certificate is actually in
> JSSE. Once we hand the key store and socket over to JSSE, it picks
> everything. But surely there is no such case-sensitivity bug in JSSE,
> right?
>
> -chris
>
> On 1/27/21 17:25, Christopher Schultz wrote:
> >
Hi Eric,
It should behave the same way. The socket client application will be
assigned an ephemeral port.
On Fri, Jun 25, 2021 at 9:14 AM Eric Robinson
wrote:
> I guess I may have answered this question for myself. At least I can
> simulate it with ncat. Note that I have two ncat sessions open
https://wiki.openssl.org/index.php/TLS1.3#Ciphersuites
TLSv1.3 supports 5 cipher suites and none is in your list.
-
Daniel Savard
Le mar. 29 juin 2021 à 01:44, S Abirami a
écrit :
> Hi Christopher,
>
> Below is my Connector element, sslEnabledProtocols =TLSv1.2 ,TLS
on is passed to the Shutdown process, which can't listen on the JMX
port because Tomcat is already listening.
How can I pass the -Xmanagement option to Tomcat startup _only_, and not
shutdown too.
Thanks in advance,
Daniel Serodio
I'm trying to install a webapp in a different base directory other than
webapps under the tomcat base, using ant.
This worked perfectly under 4.1.31 but under 5.5.17 it wants to dump the
application in webapps. What have I forgotten or over looked?
The ant build file looks like this:
roperties in WEB-INF/classes and log4j-1.2.13.jar
in WEB-INF/lib
I'm running Tomcat 5.5.15 on Linux with JRockit 1.5.0_06-b05, but I see
the same behaviour on Windows and/or with the Sun VM, so I dont't think
it'a VM-related problem.
Thanks in advance,
Daniel Serodio
Filter.doFilter(PageFilter.java:52)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>
> On 8/14/06, Daniel Serodio <[EMAIL PROTECTED]&
I've been running a struts app on a plain vanilla install of Tomcat
(5.0.28), and recently I've been getting some OutOfMemoryErrors. I did some
looking, and found the -Xms and -Xmx flags, and was hoping to get some
advice regarding good values.
I'm upgrading to a couple of RH Linux servers which
eful, but every once in
a while I find a PreparedStatement or ResultSet that isn't closed...
Still, these are two different tracks. I'd like to get Java set up
correctly to give maximum memory to Tomcat, while simultaneously trying to
track down any leaks.
Daniel
> -Original
his communication in error and that any review,
> disclosure, dissemination, distribution or copying of it or
> its contents
> - Original Message -
> From: "Daniel Blumenthal" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'"
> Sent: Sa
Hopefully, a pretty easy question: how do you determine the IP address of
the server a servlet is running on?
Thanks!
Daniel
We just switched from a single server to a cluster, with a load balancer out
front to manage incoming connections. The load balancer makes the decision
to go to app server 1 (app1) or app server 2 (app2) based on IP address -
once a request comes in from one source IP, all future requests (for som
sessionID verification to
only check those first three numbers. This is probably an Apache problem.
Daniel
> -Original Message-
> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 10, 2006 8:37 AM
> To: Tomcat Users List; [EMAIL PROTECTED]
> Subject
Martin,
I think there might be a bit of a misunderstanding - America Online (AOL)
isn't a server under my control - it's an ISP from which some of my
customers come.
Daniel
> -Original Message-
> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, Octob
I could make sure it only authenticates the sessionID against the
first three numbers in the IP address...
Daniel
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thanks! These are good places to test.
> -Original Message-
> From: Paul Singleton [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 10, 2006 3:06 PM
> To: Tomcat Users List
> Cc: [EMAIL PROTECTED]
> Subject: Re: AOL
>
> Daniel Blumenthal wrote:
> >
The two environments are identical in terms of tomcat/mod_jk
version.
Thanks alot in advance!!
Regards,
Daniel
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
internal server IP rather than the domainname in the URL. I'd be
interested in hearing what configuration you have for this.
Could you please provide some more detail for what is getting redirected
to where?
Regards,
Daniel
Ashley Hayes schrieb:
Hi Daniel,
I recently setup some si
I'd like to get rid of the manager webapp, but it isn't clear where it's
located. What's the best way to delete it?
Thanks!
Daniel
From: David Smith [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 12, 2006 11:24 AM
> To: Tomcat Users List
> Subject: Re: uninstalling the manager
>
> Simple version = delete manager.xml in
> conf/Catalina/localhost. manager itself is located in server/webapps
>
> --Da
Hi Kam,
this might be useful
http://linux.org.mt/article/tomcat-ports
Searched google for: running tomcat port 80 non root
Regards
Daniel
-Original Message-
From: Kam Lung Leung [mailto:[EMAIL PROTECTED]
Sent: 26 October 2005 20:00
To: Tomcat User List
Subject: can I run tomcat on
Sounds like you should open a tar with Oracle. You should also your
problem into an Oracle user group, as obviously your application works
in Tomcat. Good luck!
> -Original Message-
> From: Franklin Phan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 17, 2005 2:04 PM
> To: Tomcat
tup which would make this work?
Thanks!
Daniel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
tup which would make this work?
Thanks!
Daniel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ache/conf/httpd.conf:
LoadModule jk2_module modules/mod_jk2.so
I hope this helps.
Daniel
> -Original Message-
> From: Pulkit Singhal [mailto:[EMAIL PROTECTED]
> Sent: Sunday, December 25, 2005 1:12 PM
> To: Tomcat Users List
> Subject: Re: How to forwa
Pulkit,
I don't have any experience with WinServer (strictly a Linux man), but if it
works... Also, it was my understanding (last time I checked) that no one's
maintaining the old jk connector code - possibly because your method is now
the recommended way? I don't know.
Goo
nt of time,
wakes to check on the situation, and goes back to sleep when done.
To the specific question - I would guess (incorrectly?) that there's no Java
file system listener. But I could certainly be wrong... ?
Daniel
> -Original Message-
> From: Khawaja Shams [mailto:
and mod_jk2, and have Tomcat serve everything? What does
everyone think?
Best,
Daniel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
that's probably
a little overkill. ;)
Daniel
> -Original Message-
> From: vineesh kumar [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 30, 2005 11:38 PM
> To: Tomcat Users List
> Subject: Re: Multiple Webbapps, single login.jsp??
>
> It's not possible f
Why would you want separate webapps for this? Why not one webapp, one login
page, and then one (or more) screens with content created dynamically based
on the login ID?
> -Original Message-
> From: Rob Hills [mailto:[EMAIL PROTECTED]
> Sent: Saturday, December 31, 2005 12:39 AM
> To: Tom
Chuck,
> So, I repeat: What "full-fledged" features do you think are
> missing from Tomcat?
The reason I'm currently using Apache+Tomcat is that I had heard that Tomcat
was significantly slower at serving static files (.css, .gif, .js, etc.).
Is this no lon
I received a similar (identical?) error when I was first starting up, and
the solution was to be very careful to ALWAYS close ResultSets.
ResultSet rset = stmt.executeQuery("select foo from bar where ID=7");
int foo = rset.getInt(1);
rset.close();
> -Original Message-
> From: Khawaja Sham
- "select count(*) as c from [postings on tomcat.apache.org] group by email
order by c desc", and then figure out which are the clued-in, and which are
the clueless
- repeat, with other listservs
> -Original Message-
> From: David Thielen [mailto:[EMAIL PROTECTED]
> Sent: Friday, Februar
er/technicalArticles/Servlets/ServletControl/)
would help me with creating multiple sessions for the same users?
And how would someone solve the problem with the problem of multiple
browser windows?
TIA,
Daniel
-
To unsubsc
er/technicalArticles/Servlets/ServletControl/)
would
help me with creating multiple sessions for the same users?
And how would someone solve the problem with multiple
browser-windows or -tabs?
TIA,
Daniel
-
To unsubsc
Take a look at the servlet specification.
Basically you have to set up a context for your webapp. The web.xml file
describes your web-app. This means that you define your servlets and the
servlet-mapping (which urls will be mapped to which servlet) in web.xml
you could use something like this for
request.getServerName()
> -Original Message-
> From: Amir Sadeh [mailto:[EMAIL PROTECTED]
> Sent: Sunday, February 19, 2006 10:57 AM
> To: users@tomcat.apache.org
> Subject: Retrieving host name
>
> Hi,
> How can I retrieve the host name (defined in the tomcat
> server.xml) or some un
As a security concern, you might not want to allow full UTF-8 usernames.
There are a number of invisible characters (from the soft hyphen to various
connector characters) which people can use to spoof other users' names.
Daniel
> -Original Message-
> From: Mark Thomas [ma
Provided the machine is equipped to handle the load, I don't see why it
would be a problem. Be sure you start your new one, change the config
to listen to a different port than 80 or 8080. You can just have Apache
proxy pass & reverse proxy pass to the new tomcat.
--DW
> -Original Message--
Did you try webalizer?
http://www.mrunix.net/webalizer/
> -Original Message-
> From: Steele, Aaron [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 20, 2006 1:47 PM
> To: Tomcat Users List
> Subject: Website Statistics
>
> Does anyone know of a good free tool to gather website
> statis
e some more reports. Our company used to use Web
> Trends, but it got too expensive so we are looking for a replacement.
>
>
> Thank You,
>
> Aaron Steele
> YRI Enterprise Solutions
> https://ris.yumnet.com
> w: 972.338.6862
> c: 817.401.0831
>
>
> -
One interesting thing is that the line:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
is repeated inside the block.
Probably not a big deal.
How long has the site been up?
> -Original Message-
> From: Scott Purcell [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 27, 2006
> >
> > Why then using tomcat at all? What's wrong with writing own app, which
> > listens on a socket and does whatever it has to do? Before you have to
> > rape tomcat to perform a task it was never designed for...
> >
>
> Well, that's a good question. The outcome of this thread might be just
> t
Hi!
>
> Right. I said you need to use polling, or use 5000 threads (which is
> not a problem if you have enough memory).
>
Are you sure that 5000 threads is not a problem when you have enough
memory. I'd be worried about wasting lots of cpu because of
context-switching???
lg
-
uot; +
request.getRequestURI().replace("jsp","do") +
(request.getQueryString().length() > 0 ? "?" + request.getQueryString() :
""));
%>
It feels like this should be a simple, single call. Any takers?
Thanks!
Daniel
ere is no proxy,
the Apache is just for fronting Tomcat the solution is
the same: take care for all cases in the static Perl
script?
How the mod_cache module could be added in this case:
C -> P(Apache) -> S(Tom)?
Many thanks for any hint, U
library was loaded however when JNI searches for
the necessary function it does not search the newly loaded library.
( A lookup is performed on all libraries loaded before but not on the
new library )
I am using Debian GNU/Linux with Sun JDK 1.5.08
Any help would be appreciated
- Daniel Wildschut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
the library itself is found and loaded ( at least according to
LD_DEBUG=all ), also if the library is not in the LD_LIBRARY_PATH I get
a different error ( the runtime telling me the library could not be loaded).
- - Daniel Wildschut
Martin
into the classpath. This solved the problem.
Thank you for your time & advice
- - Daniel Wildschut
Caldarale, Charles R wrote:
>> From: Daniel Wildschut [mailto:[EMAIL PROTECTED]
>> Subject: UnsatisfiedLinkError while using JNI
>>
>> I then used LD_DEBUG=all to che
start() is called, the StandardContext
isn't yet fully initialized (makes sense, starting the Realm is part of
that). So I moved my support objects under under
, so now I just need to get an instance of them and I'm fixed.
Thanks,
Daniel
--
View this message in context:
http://ww
ething else so that I can embed these into
the tag as children? (I'm not super-duper strong on the commons
digester, although it's really cool)
C. If what I'm tyring to do looks sane, can you please show me how to get
the javax.naming.Context or org.apache.naming.NamingContext object
1 - 100 of 1104 matches
Mail list logo