Hi there,
I have followed the tutorial about how to setup db connection (with mysql).
But still giving me the followoing errors:
type Exception report
message
description The server encountered an internal error () that prevented it
from fulfilling this request.
exception org.apache.jaspe
Hi,
I have added testdb.jsp in the following path in Suse linux (the tomcat
server):
/tomcat/apache-tomcat-5.5.26/webapps/DBTest/
The content of the testdb.jsp code is:
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core";
Hi Martin,
Listen just thought I tell you that your email (mailing list stuff) is
coming out as one long
line of unpunctuated text... on Outlook anyway.
Its not easy to read it...
---
HARBOR : http://www.kewlstuff.co.za/ind
did you follow bill's code sample ?...did you have different result?also please
display the exact structure and calls you are making to instantiate your
javax.management.MBeanServerand which class is executing the addChild
javadocs located at
http://java.sun.com/j2ee/1.4/docs/api/javax/managem
static images,css and flash are normally served by apache
http://httpd.apache.org/could you explain specifically what you want to serve
inside TC and why you prefer to serve resources in a container vs
Apache http webserver?Martin __
Disclaimer and
- Original Message -
From: "Mathias P.W Nilsson" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 01, 2008 10:26 PM
Subject: Tomcat 6 and images
Hi!
I'm using tomcat with wicket framework for my webapplication. My images,
css, flashes resides outside the container and therefor I'm
Hi!
I'm using tomcat with wicket framework for my webapplication. My images,
css, flashes resides outside the container and therefor I'm using a Servlet
to serve the files.
Is there any builtin function to get files outside the container?
--
View this message in context:
http://www.nabble.com/
hi,
so i'm using tomcat 6.0.15.
I'm trying now to add a josso valve: always by jmx.
I don't get your lines, in fact...
Could you please help me a little more?
O.V
2008/7/31 Bill Barker <[EMAIL PROTECTED]>
> It's a lot of lines of code, but not that hard. You haven't mentioned your
>
Hi Johnny,
On Mon, Sep 1, 2008 at 9:26 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
>
> Linux admin guys just knocked off... I'll ask them to explain the details in
> the morning...
> They just said something about a major/minor heap allocation problem on
> earlier JREs
> You know these debian dudes
Hello Manuell,
having OutOfMemoryError in your logs doesnt necessary mean that you
are out of memory. OutOfMemory error can be caused by many things, for
example the impossiblity to create a new thread.
What's happening with your tomcat after 50 minutes, do you have any logs?
Also, detailed info
- Original Message -
From: "Gregor Schneider" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, September 01, 2008 9:04 PM
Subject: Re: Ignorance about some things.
On Mon, Sep 1, 2008 at 7:38 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
The guys tell me that the JRE did ha
On Mon, Sep 1, 2008 at 7:38 PM, Johnny Kewl <[EMAIL PROTECTED]> wrote:
>
>
> The guys tell me that the JRE did have a memory heap allocation bug... in
> pre JRE's 6...
> Its not tomcat apparently if you want to play with 64 bit... get the
> very latest JRE 6 from SUN direct.
> Have fun...
>
> A
- Original Message -
From: "Manuel Trujillo" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 01, 2008 1:41 PM
Subject: Ignorance about some things.
Hi!
Excuse me if this question is not correct for this list (also about my
bad english...).
I have two machines with tomcat 5.5. One
Tomcat is a webserver plus a servlet-container.
To run EJBs, you need an application-server.
Have a look at JBoss (www.jboss.org):
It's an application-server incorporating Tomcat as a servlet-container
/ web-server.
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA526807
- Original Message -
From: "Gaurav Pruthi" <[EMAIL PROTECTED]>
To:
Sent: Monday, September 01, 2008 9:48 AM
Subject: EJB with Tomcat 6.0.16
Dear Friends,
Is it possible to integrate EJB with tomcat v6 and higher? If yes then
kindly provide the How-To link. I googled but didn't find
Hi Marcus,
On Mon, Sep 1, 2008 at 4:56 PM, Markus Schönhaber
<[EMAIL PROTECTED]> wrote:
>
> Is the libtcnative your Tomcat uses really linked against your self-compiled
> version of APR (ldd to check)?
>
looks as if you're becoming my personal hero...
I just had the development-headers of the AP
David,
I can´t start the newly stock tomcat version. When I try to start up tomcat
by ./catalina.sh run I am getting an error which is pointing to the original
tomcat version.. how can I avoid that and just start the instance Ive just
installed?
-Original Message-
From: David Smith [mailt
I'm running Tomcat 6.0.16 with DIGEST auth using:
MySQL 5.0.51b + mysql-connector-java-5.1.6-bin.jar
Things work well until complete failure: every few days, all
authentication begins to fail. When this happens, nothing appears in
catalina.out to indicate a problem, and unless I restart Tom
Gregor Schneider wrote:
seems I was a bit too optimistic...
although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd
(changed 2048 to 4096 since this is the value specified in
/proc/sys/kernal/poolsize), it's again taking ages to start up tomcat.
AFAIK is /dev/urandom guaranteed not
On Mon, Sep 1, 2008 at 4:12 PM, Manuel Trujillo <[EMAIL PROTECTED]> wrote:
>
> Sorry, because this is a date that I should have said before.
> The machine has 4 Gb RAM, and this is the java config (memory):
>
> JAVA_OPTS="-Xms500M -Xmx2560M"
>
well, once we had some performance-problems on a TRUE6
> From: Ronald Klop [mailto:[EMAIL PROTECTED]
> My experience is also that java likes more memory on 64-bit
> systems. But I can't prove or explain it.
I would expect 64-bit Java to use 64-bit object pointers, and 32-bit Java to
use 32-bit object pointers. Given how often object pointers occur i
On Mon, Sep 1, 2008 at 16:05, Gregor Schneider <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 1, 2008 at 3:57 PM, Ronald Klop <[EMAIL PROTECTED]> wrote:
>> My experience is also that java likes more memory on 64-bit systems. But I
>> can't prove or explain it.
>>
>
> You can tell Java exactly how much me
On Mon, Sep 1, 2008 at 3:57 PM, Ronald Klop <[EMAIL PROTECTED]> wrote:
> My experience is also that java likes more memory on 64-bit systems. But I
> can't prove or explain it.
>
You can tell Java exactly how much memory to use:
Have a look at the -Xms and -XMX-parameters for the JVM (java -X wil
My experience is also that java likes more memory on 64-bit systems. But I
can't prove or explain it.
Ronald.
On Mon Sep 01 13:41:18 CEST 2008 Tomcat Users List
wrote:
Subject: Ignorance about some things.
Date: Mon Sep 01 13:41:18 CEST 2008
From: Manuel Trujillo <[EMAIL PROTECTED]>
Hi!
nal commands, e-mail: [EMAIL PROTECTED]
__ Information from ESET NOD32 Antivirus, version of virus
signature database 3402 (20080831) __
The message was checked by ESET NOD32 Antivirus.
Email message - is OK
http://www.eset.com
__ Information from ESET NOD3
hi all,
Im using form based jaas authentication, I have to call a stored procedure
with the user name and password to ininitialize some business objects!
how can I get the password on the j_security_check request?
can we use servlet filter to do this
thanks!
--
View this message in conte
Hi Markus,
seems I was a bit too optimistic...
although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd
(changed 2048 to 4096 since this is the value specified in
/proc/sys/kernal/poolsize), it's again taking ages to start up tomcat.
Since this is a server-machine where I just can't "mo
Hi Johnny
> But the way every one understands is... drop the war into webapps... thats
> it.
> Its smart... if the war has changed TC will fix things...
> If you drop a war into a dead tomact and then start it... its still smart ;)
>
Regarding the above, from what I experienced and from what I r
On Mon, Sep 1, 2008 at 1:41 PM, Manuel Trujillo <[EMAIL PROTECTED]> wrote:
>
> Is the java 64 bits more "memory-eat" than 32 bits?
>
No, in fact the 64-bit-jvm is able to adress (thus use) more memory
than on 32-bit-jvm.
just make sure that a 64-bit-jvm (java-virtual-machine) is installed.
Gregor
Hi!
Excuse me if this question is not correct for this list (also about my
bad english...).
I have two machines with tomcat 5.5. One is an Opensuse 10.3 32 bits,
the other is the same *but* in 64 bits. Same hardware, same config,
same... all.
In the 32 bits machine we haven't any error about insu
Hi, I'm currently stuck at the last hurdle of a task which involves
integrating JavaHelp into an ASP.net application. I know little about Java,
even less about JSP, but my boss likes server-side JavaHelp *sigh*. I chose
Tomcat 6.0.18 and the connector (1.2.26) as my path to integrating it with
our
Gregor Schneider wrote:
The solution was:
- create an .rnd-file within the user-space:
openssl rand -out $HOME/.rnd 2048
- compile the APR with /dev/urandom:
./configure --with-apr=/usr/bin/apr-1-config \\
--with-devrandom=/dev/urandom \\
--prefix=/hom
Hi Markus,
On Fri, Aug 29, 2008 at 5:52 PM, Markus Schönhaber
<[EMAIL PROTECTED]> wrote:
> Gregor Schneider schrieb:
>
> Search the list archives. There has more than once been discussion about
> this topic. For example
> http://marc.info/?l=tomcat-user&m=118190563608389&w=2
> Maybe this helps.
>
[EMAIL PROTECTED] wrote:
Are you sure you don't have something like this in your Tomcat's web.xml:
404
/Failure.jsp
What response do you get in browser when you try to access a resource
that does not exist on TC, after by-passing IIS i.e.
http://:/?
And what result do you get in your Br
Hello Konstantin
1- Yes, my host is accessible by its IP address, when I enter the IP,
without the /MyAPp extension, it loads the web page I want normally, not
the Apache default page
2- I always delete temp files and clear my cookies whenever I'm trying
3- After uninstalling Tomcat, I deleted a
Hi !
Take a look here http://docs.jboss.org/ejb3/embedded/embedded.html
On Mon, Sep 1, 2008 at 10:48 AM, Gaurav Pruthi <[EMAIL PROTECTED]> wrote:
> Dear Friends,
>
> Is it possible to integrate EJB with tomcat v6 and higher? If yes then
> kindly provide the How-To link. I googled but didn't find
2008/9/1 Gaurav Pruthi <[EMAIL PROTECTED]>:
> Dear Friends,
>
> Is it possible to integrate EJB with tomcat v6 and higher? If yes then
> kindly provide the How-To link. I googled but didn't find anything
> information which is worthy.
Hi!
A few week ago I read a hungarian java list, and there was
Dear Friends,
Is it possible to integrate EJB with tomcat v6 and higher? If yes then
kindly provide the How-To link. I googled but didn't find anything
information which is worthy.
Thanks,
Gaurav Pruthi
38 matches
Mail list logo