Just to close out this thread, it's now fixed. I found a native Java
dBase (.dbf) file driver, and it works great in both 32- and 64-bit
environments, without having to mess with ODBC or the screwy Microsoft
database file drivers.
D
On 12/16/2011 10:09 PM, David Kerber wrote:
On 12/16/2011
On Mon, 2011-12-19 at 18:06 -0500, Christopher Schultz wrote:
> On 12/17/11 2:34 AM, Lau Eng Huat wrote:
> > The question that I have now is how to get it to work with apache
> > httpclient components.
>
> Have you tried the apache-commons mailing list?
>
Actually Http Components has been a top
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Lau,
Marking OT because this is not a Tomcat question: it's either
http-components or Java-in-general.
On 12/17/11 2:34 AM, Lau Eng Huat wrote:
> The question that I have now is how to get it to work with apache
> httpclient components.
Have you tr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 12/19/11 5:19 PM, André Warnier wrote:
> On a 32-bit Linux system, this is what "top" has to say about the
> memory usage of one tomcat 5.5 instance, running one single small
> app, with -Xms128M -Xmx128M, and totally idle for the time being
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
German Starz,
On 12/18/11 7:26 AM, starz10de wrote:
> I a login page (it has utf-8) I checked this also manually; after
> login is successful a jsp page will be called to enter the query.
> This jsp page use iso encoding although inside it utf-8 is
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 12/17/11 9:37 AM, André Warnier wrote:
> I do not see anything in the above that submits anything with an
> "umlaut".
The form could have additional that were not included in the OP.
> This is a "GET" request, so anything submitted would
Thank you all for your responses; but my issue was in my testing. My
configuration was fine; however, I was testing in my browser using the wrong
port number. Thanks again...
Regards,
-Original Message-
From: Igor Cicimov [mailto:icici...@gmail.com]
Sent: Monday, December 19, 2011 4:
I'm having doubts that mod_jk is actually loading. You say httpd.conf
contains this line:
LoadModule jk_module modules/mod_jk.so
Unless you have a 'modules' directory under your ServerRoot that line
should probably be /usr/local/lib/apache/mod_jk.so or something
similar.
Try this command and
Pid wrote:
On 19/12/2011 19:41, Leon Rosenberg wrote:
Do a simple math. If you give each VM up to 384M heap and if you add
some 100 MB for permspace and overhead, you have a consumption of
500MB per VM.
Agreed. Object heap != total process usage.
Take 1GB for OS needs, you have 15, and 15.
On 19/12/2011 19:41, Leon Rosenberg wrote:
> Do a simple math. If you give each VM up to 384M heap and if you add
> some 100 MB for permspace and overhead, you have a consumption of
> 500MB per VM.
Agreed. Object heap != total process usage.
> Take 1GB for OS needs, you have 15, and 15.000/500
Igor Cicimov wrote:
If you have virtual host in apache jkMount needs to be inside the virtual
host.
Not necessarily true (JkMountCopy?), but in any case it seems irrelevant here.
-
To unsubscribe, e-mail: users-unsubscr...@tom
If you have virtual host in apache jkMount needs to be inside the virtual
host.
On Dec 20, 2011 7:27 AM, "Troy-McKoy, Vickie"
wrote:
> Yes. From the apache host, I pinged and telneted the tomcat host.
>
> # ping tomcatappserver
> PING tomcatappserver (nn.n.nn.nnn) 56(84) bytes of data.
> 64 byt
I'll continue to top-post, since you do.
(Note that this is not the most logical way to have a conversation; it is easier when
questions and responses follow a logical top-down order).
Summary :
- your Apache httpd configuration looks OK
- your Tomcat AJP Connector looks OK
- you can connect wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nibu,
On 12/19/11 3:46 AM, Thomas, Nibu wrote:
> I'm unable to setup SSL with Tomcat 7 on a Linux VM ..
If you're really running 7.0.5, then nobody is going to help you. That
was a beta version of Tomcat released over 2 years ago.
- -chris
-BEGI
Yes. From the apache host, I pinged and telneted the tomcat host.
# ping tomcatappserver
PING tomcatappserver (nn.n.nn.nnn) 56(84) bytes of data.
64 bytes from tomcatappserver (nn.n.nn.nnn): icmp_seq=1 ttl=64 time=0.140 ms
# telnet tomcatappserver 8009
Trying nn.n.nn.nnn...
Connecte
Thanks alot for your help. Yesterday I mentioned that the problem is solved
but strange I think my messages is not got by the forum. The problem was
using the :
To change a encoding of a jsp page which is diudn’t work. I simply forget
that I am chanign the encoding of a jsp page and not html p
On 19/12/2011 17:50, Peter Balogh wrote:
> Hi Mark,
>
> I've tried to reproduce the issue without Eclipse, but I couldn't.
> The only way I could make tomcat to reload my app was to change the
> autoDeploy tag to true in the server.xml, so I'm not sure, if it's not
> tomcat related.
> Can changing
> -Original Message-
> From: Robinson, Eric [mailto:eric.robin...@psmnv.com]
> Sent: Monday, December 19, 2011 1:51 PM
>
> By default, my Java instances are configured with -Xms128M -Xmx384M.
80 JVM instances allocating 384M of heap each will need about 30GB total
virtual memory for heap
Do a simple math. If you give each VM up to 384M heap and if you add
some 100 MB for permspace and overhead, you have a consumption of
500MB per VM. Take 1GB for OS needs, you have 15, and 15.000/500 makes
it save to run 30 tomcat instances max.
Since you experience the problems after some running
> From: Robinson, Eric [mailto:eric.robin...@psmnv.com]
> Subject: Do I Have Java Memory Fragmentation?
> All of this makes me think we have a problem with Java memory
> fragmentation because of having so many instances of Java
Fragmentation doesn't really exist anymore, thanks to paging and gar
On Mon, 2011-12-19 at 13:42 -0500, Troy-McKoy, Vickie wrote:
> Thanks for your response.
>
> When I ping server2, I get valid responses coming back. When I telnet
> to server2 on port 8009, I am also able to connect.
>
Did you do the telnet test from a shell on the apache host? Did you use
the
We have a Windows 2003 R2 x64 virtual machine running as a guest under
Oracle VirtualBox on 64-bit Linux. The Windows VM has 16GB of RAM and is
running approximately 80 separate instances of tomcat. (These instances
do a specific small function and do not require much power or cause much
load.) Wit
Thanks for your response.
When I ping server2, I get valid responses coming back. When I telnet to
server2 on port 8009, I am also able to connect.
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Saturday, December 17, 2011 7:14 AM
To: Tomcat Users List
Subject:
Thanks; but, I disabled the firewall on both machines before I started the
configuration.
-Original Message-
From: Igor Cicimov [mailto:icici...@gmail.com]
Sent: Saturday, December 17, 2011 4:19 AM
To: Tomcat Users List
Subject: Re: AJP 1.3 Connector
Firewall?
On Dec 17, 2011 11:34 AM,
Hi Mark,
I've tried to reproduce the issue without Eclipse, but I couldn't.
The only way I could make tomcat to reload my app was to change the
autoDeploy tag to true in the server.xml, so I'm not sure, if it's not
tomcat related.
Can changing this small change in the server xml make a differe
On Mon, 2011-12-19 at 09:05 -0800, Leon Rosenberg wrote:
> Hello,
>
> you can specify the logoutput as relative path:
> instead of
> log4j.appender.file.File=/var/log/webapp.log
> to
> log4j.appender.file.File=logs/webapp.log
> and link the local file to the desired destination.
>
+1
or if you
Hello,
you can specify the logoutput as relative path:
instead of
log4j.appender.file.File=/var/log/webapp.log
to
log4j.appender.file.File=logs/webapp.log
and link the local file to the desired destination.
regards
Leon
On Mon, Dec 19, 2011 at 5:54 PM, Simon wrote:
> Hi,
>
> Our webapp is packa
Hi,
Our webapp is packaged with the log4j framework (1.2.16) and a log4j
configuration that redirect all logs to a file on the server
filesystem. This log file is rotated when it reaches 50M.
Here is the configuration detail :
log4j.rootLogger=INFO, file
log4j.appender.file=org.apache.log4j.Roll
On 14/12/2011 10:42, Jean Louis LECOQUIERRE wrote:
> Hi
>
> I need help to manage the tomcat.jks
>
> The certificate Racine is not good, I need to change it
>
> What is the command ?
$JAVA_HOME/bin/keytool --help
p
> Jean Louis LECOQUIERRE
> Administrateur systemes et reseaux
>
> Challenge
On 17/12/2011 08:01, Lutischán Ferenc wrote:
>>> Dear Users,
>>>
>>> I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02.
>>> When I have upgraded it to 7.0.23, the starting process is paused on
>>> the line:
>>> "INFO: Deploying web application directory
>>> /usr/local/tomcat1/webap
On 17/12/2011 22:33, Tim Watts wrote:
> On Sun, 2011-12-18 at 01:11 +0530, Anshul Asthana wrote:
>>
>>
>>
>>
>>
>> From: André Warnier
>> To: Tomcat Users List
>> Sent: Saturday, 17 December 2011 6:03 PM
>> Subject: Re: Tomcat 6.0 configuration with Adobe LiveCyc
On 19/12/2011 02:44, r.sriram wrote:
> Hello,
> I am setting up my multiple domains on Go Daddy. In my current in-house
> windows server my Tomcat is on Program Files (86) and the ROOT is in
> C:\Program Files (x86)\apache-tomcat-6.0.33\webapps directory. That is
> where WEB-INF is, that is what is
On 18/12/2011 16:13, Peter Balogh wrote:
> Hi,
>
> I'm not sure, if it's the right list to ask for help in this.
> I'm using Tomcat 6.0.35 from Eclipse.
> If I change the webapp, and publish it, the next request for the
> CometProcessor implementation never ends (I'm inspecting the behavior in
> f
Thomas, Nibu wrote:
I'm unable to setup SSL with Tomcat 7 on a Linux VM ..
The error is as below - Please advise
*** CertificateRequest
Cert Types: RSA, DSS
Cert Authorities:
*** ServerHelloDone
http-8443-exec-1, WRITE: SSLv3 Handshake, length = 3428
http-8443-exec-1, received EOFException: er
I'm unable to setup SSL with Tomcat 7 on a Linux VM ..
The error is as below - Please advise
*** CertificateRequest
Cert Types: RSA, DSS
Cert Authorities:
*** ServerHelloDone
http-8443-exec-1, WRITE: SSLv3 Handshake, length = 3428
http-8443-exec-1, received EOFException: error
http-8443-exec-1,
35 matches
Mail list logo