> > are there any plans to implement a life update (without
> restarting the
> > connector) of the CRL in tomcat 7?
> > And maybe via URL not via File?
>
> At the moment? No.
Thanks.
It looks simple to switch from File to URL.
But the life update seems to be quite complicated. Where could I hac
stigation on
this, I'm glad to try them.
Dan
On Wed, Aug 19, 2009 at 2:08 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Daniele Development-ML [mailto:daniele@googlemail.com]
> > Subject: Re: Increasing Heap Size and Max Perm Size
> >
>
nhaber
> Daniele Development-ML:
>
> > Forgot to mention that when I try with the following command:
> > java -Xms512m -Xmx750m
> >
> > it does succeed in creating the JVM
> [...]
> > I don't understand why I get different behaviour passing this option t
when starting Tomcat, and when I give directly to the JVM - I have tried
this also with a simple Java main class that instantiates big arrays.
Any hit/suggestions are very welcomed.
Dan
On Wed, Aug 19, 2009 at 11:05 AM, Daniele Development-ML <
daniele@googlemail.com> wrote:
> Th
The JVM actually recognises that the value being set/asked for is 100 as
when I shut it down, I get a message saying that a JVM with the specified
100m of memory cannot be created.
On Tue, Aug 18, 2009 at 11:48 PM, André Warnier wrote:
> Daniele Development-ML wrote:
>
>> Hi al
cache then hit pages again.
> No difference.
>
> I doubt this is a cache issue. If that's the case, why does
> it reflect my hack (double "Hello!") and no class file?
>
> I am confused.
>
> Tena
>
>
> -Original Message-
> From: Daniele Developm
Are you reloading the pages from the server with the shift key?
The pages might be locally cached from your browser.
Dan
On Tue, Aug 18, 2009 at 7:48 PM, Tena Sakai wrote:
> Hi,
>
> I am new to tomcat and jsp. I appologize in advance my lack of knowledge,
> but I would appreciate some poninte
Hi all,
I'm trying to increase the sizes of the heap and of the max perm by passing
the options with the values (in catalina.sh)
JAVA_OPTS="$JAVA_OPTS -Xmx=100m -XX:MaxPermSize=350m -Dfile.encoding=UTF-8"
but the VM cannot be created and from the catalina.out file I get this
printout:
Invalid m
Hello everybody,
I'm trying to set up a SSL transport layer, but I'm coming up against some
difficulties.
Specifically, I followed all the steps requires and specified as in the
Tomcat guide - adding some suggestions I found around on several web site
for the installation of APR libraries - but s
Hi Chris,
I'm coming across the same identical problem - your final message says you
have solved it. Could you post the detailed steps required to solve it? It
might beneficial to all of us.
Thanks,
Dan
On Mon, Jun 15, 2009 at 4:17 AM, Christopher Piggott wrote:
> Konstantin,
>
> Thanks for sha
Hello everybody,
I'm trying to monitor Tomcat with lambdaprobe and I'm coming across some
configuration difficulties - the best place where to post this question
would be their forum, but it appears to be not very active and thus I'm
giving a go here.
The problem is that I cannot visualise the con
Hello everybody,
I have deployed a web application within a remote Tomcat server and now I
need to access the Tomcat logging for debugging purposes.
Anybody knows whether is available a web application to monitor this
remotely - in analogy with the Manager application? Or any other techniques
you w
at java.lang.Thread.run(Thread.java:619)
On Sun, Jul 5, 2009 at 11:05 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Daniele Development-ML [mailto:daniele@googlemail.com]
> > Subject: Multiple invocation of servlet with the same URL request
> &
Hello everybody,
I'm developing a web application using Struts and Tomcat as deployment
container.
A servlet of the application retrieves a BLOB object (ca 1 - 4 MB) from the
local database and registers this activity in another table, of the same db.
Looking at the log and all the printouts, I ha
Hello,
I have a WS deployed on Tomcat and querying a DB. The JDBC and JNDI
configurations should be fine but I still have some problems.
When loading the WS (actually starting Tomcat) I got the following
exception. It doesn't recognise the user and password I set in the
context.xml.
I searched
gt; startup, if I'm reading it correctly.
> --
> Len
>
> On Sat, Sep 6, 2008 at 06:29, Daniele Development-ML
> <[EMAIL PROTECTED]> wrote:
> > Thanks David!
> > The code is:
> >
> > Class.forName("com.mysql.jdbc.Driver");
>
; 2. Do use strong passwords on the database (especially for the root
> account) with at least three character classes (upper case, lower case,
> punctuation, numbers) and no dictionary words present.
> 2. Add a validatonQuery="select 1" attribute to your
> element so connecti
Hello everybody,
I am trying to set up the configuration for a pool of connections to a MySQL
DB and I get the following exception when deploying on Tomcat.
I followed the steps at
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html.
The application actually consists of a
I have used a sevlet filter and translte from ISO8859_1 to UTF8 just works
through all application.
> > 1) there are 20 results for Djavax.servlet.request.encoding in google ^^
> > (but am really not sure this parameter really exists in tomcat)
>
> My bad. I kept the "-" in front which, of course
s for full-text search, XUpdate
> <http://www.smb-tec.com/xmldb/xupdate/index.html> support, XQuery update
> extensions <http://tortui.uvm.edu:8080/exist/update_ext.xml> and tight
> integration with existing XML development tools. The database implements
> the current
Hi everyone.
Iam trying to change server default enconding from ISO8859_1 to UTF8.
Till now I found 2 differrent solutions.
The fisrt one is to use the following in my catalina.sh:
set JAVA_OPTS=-Djavax.servlet.request.encoding=UTF-8 -Dfile.encoding=UTF-8
Putting this line in the start of my cata
What we use is (Solaris 8, Apache 2.0.55, mod_jk.1.2.15):
worker.worker1.type=ajp13
worker.worker1.host=a.b.c.d
worker.worker1.port=xyz
worker.worker1.lbfactor=50
worker.worker1.cache_timeout=600
worker.worker1.recycle_timeout=600
worker.worker1.socket_timeout=62
worker.worker1.sticky_session=1
wo
Hi,
Environment:
SPARC - Solaris 8
Apache 2.0.55
mod_jk 1.2.15
I have configured mod_jk to log requests with the configuration option:
JkLogFile "|/usr/local/apache2/bin/cronolog
/afs2/logs/apache2/%Y/%m/%d/mod_jk.80.log"
JkRequestLogFormat "%w %r %s %T"
When the server gets busy, eve
23 matches
Mail list logo