my provider has asked me to use common/lib for connector or those wishing to
argue that there is no common/lib. This is where I currently have it in
production and am getting the runtime exception.
as mentioned, in test server I am uaing tomcat/lib and all works, waiting to
confirm that tomcat
Caldarale, Charles R said:
>Nothing, but you must do it correctly.
Yes, I figured that much. :)
>You don't set the path attribute - in almost all cases it is illegal
>(and "/" is never correct, under any circumstances - read the doc).
Interesting. Time for a reread.
>>
>> >
Ok, no need to accuse me of lying, please see screenshot showing common/lib
and other screenie showing there is no tomcat/lib :o
--
From: "Caldarale, Charles R"
Sent: Wednesday, June 16, 2010 4:03 AM
To: "Tomcat Users List"
Subject: RE: org.apac
> From: nejm [mailto:emedei...@mms.org]
> Subject: RE: disabling non url match returns
>
> I'm running the Tomcat V6
What part of "exact version" don't you understand? 6.0.what?
> It looks like my mapping thats catching all requests would
> be the culprit
Correct.
> I imagine if that mapping
> From: yucca...@live.co.za [mailto:yucca...@live.co.za]
> Subject: Re: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot
> create JDBC driver of class '' for connect URL 'null'
>
> production is tomcat 6.0.20
Then there's no common/lib or shared/lib in production either. Get your story
st
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
> Subject: Multiple Tomcat Instances
>
> As simple as that reads, I don't understand it.
Read the rest of that section of RUNNING.txt as well:
"When you use $CATALINA_BASE, Tomcat will calculate all relative references for
file
production is tomcat 6.0.20 thanks for the reply. had to call it a night so
sorry for delay in reply.
--
From: "Mark Eggers"
Sent: Wednesday, June 16, 2010 3:16 AM
To: "Tomcat Users List"
Subject: Re: org.apache.tomcat.dbcp.dbcp.SQLNestedExceptio
> From: MB [mailto:digital.disc...@gmail.com]
> Subject: basic 2 virtual hosts configuration
>
> to deploy 2 virtual hosts in Tomcat 5.5.29 (no Apache) what more than
> the server.xml file below and a context.xml per each host in Catalina
> do you need to set up?
Nothing, but you must do it corre
Are you developing on 6.0.x but deploying on 5.?.x (5.0 or 5.5)?
What version is running in production?
--- On Tue, 6/15/10, yucca...@live.co.za wrote:
> From: yucca...@live.co.za
> Subject: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC
> driver of class '' for connect UR
On Tue, Jun 15, 2010 at 4:23 PM, MB wrote:
> GUIDES?
> Anyone that can point to a guide that focuses only on the steps
> necessary to configure Tomcat 5.5.x for 2 or more virtual hosts?
In the documentation?
http://tomcat.apache.org/tomcat-5.5-doc/virtual-hosting-howto.html
--
Hassan Schroede
to deploy 2 virtual hosts in Tomcat 5.5.29 (no Apache) what more than
the server.xml file below and a context.xml per each host in Catalina do
you need to set up?
Where do I set path, like for "/"? Alright in the context file (see below)?
server.xml:
Yup. Have you seen the Bugs & Issues forum?
http://www.lambdaprobe.org/forum2/forum.jspa?forumID=2&start=0 or the Feature
Request forum? http://www.lambdaprobe.org/forum2/forum.jspa?forumID=3
There are a lot of people who do think that it is lacking something, but their
requests have been falli
My bad.
Copy and paste laziness led to a stray localDataSource="true" attribute winding
up in my server.xml Realm definition.
Fixed, and now everything works as expected. Back to writing.
/mde/
--- On Mon, 6/14/10, Mark Thomas wrote:
> From: Mark Thomas
> Subject: Re: hibernate not finding
In RUNNING.txt it says you can have a single copy of Tomcat binary shared among
multiple users on the same server by setting the "environment variable"
$CATALINA_BASE to the directory that contains the files for each personal
Tomcat instance.
As simple as that reads, I don't understand it. I d
okay i'm reading the docs right now actually
thanks for all the help
--- On Tue, 6/15/10, Pid wrote:
From: Pid
Subject: Re: adding servlet to existing website through iis7 and tomcat6
To: "Tomcat Users List"
Date: Tuesday, June 15, 2010, 4:05 PM
On 15/06/2010 20:49, j...@rogers.com wrote:
> w
I have tried to check why this exception is thrown in production but not
development
The difference between production snd development server is:
development) put mysql jar into CATALINA/lib (tomcat 6.0.26)
production) choice of common/lib or share/lib
exception is thrown by hibernate whic
On 15/06/2010 20:49, j...@rogers.com wrote:
> with the test.html file, im not trying to achieve anything, it was just
> a test to see if the virtual directory pointing to the correct place.
> thanks for the advice about the conf directory, i will change it
> to be able to host the servlet in on my
Am Tue, 15 Jun 2010 20:08:15 +0200
schrieb André Warnier :
> The version of mod_jk on that system is 1.2.18, and
[..]
> Now I'll see if I can get a more recent mod_jk as a Debian package,
I'm not so familiar with Debian and we run only on sparc-version (5.0,
Lenny), but there should be a newer on
Rainer Jung wrote:
On 15.06.2010 20:08, André Warnier wrote:
Rainer Jung wrote:
On 15.06.2010 16:13, Tobias Crefeld wrote:
Am Tue, 15 Jun 2010 15:04:01 +0200
schrieb André Warnier:
In other words, it appears to receive the URI "/mir/search.jsp", try
to map it to a worker, succeed, but then
On 15.06.2010 20:08, André Warnier wrote:
Rainer Jung wrote:
On 15.06.2010 16:13, Tobias Crefeld wrote:
Am Tue, 15 Jun 2010 15:04:01 +0200
schrieb André Warnier:
In other words, it appears to receive the URI "/mir/search.jsp", try
to map it to a worker, succeed, but then forwarding the requ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yucca Nel,
On 6/15/2010 1:25 PM, yucca...@live.co.za wrote:
> Much appreciated, Very nice wiki that got me up and running apart from
> some odd exception (does not happen in development only production)
>
> root cause
>
> org.apache.tomcat.dbcp.
uriworkermap.prioperties:
/rpctodb/*=testWorker
/rpctodb/*servlet.class=testWorker
/examples/*=testWorker
/examples/*.jsp=testWorker
/examples/servlet/*=testWorker
worker.properties:
worker.list=testWorker
worker.testWorker.port=8009
worker.testWorker.host=localhost
worker.testWorker.type=ajp
Rainer Jung wrote:
On 15.06.2010 16:13, Tobias Crefeld wrote:
Am Tue, 15 Jun 2010 15:04:01 +0200
schrieb André Warnier:
In other words, it appears to receive the URI "/mir/search.jsp", try
to map it to a worker, succeed, but then forwarding the request to
Tomcat as "/jsp/search.jsp" anyway (wh
hi
sorry, yeah that was the apache tomcat connector page i was using, and i am
using iis7
test.html file is in tomcat\conf, it is where the redirector dll is and it is
where i have pointed my virtual directory.
all i have in test.html is a simple "hello" in the body
JB
--- On Tue, 6/15/10, Pid
Hassan Schroeder-2 wrote:
>
> On Tue, Jun 15, 2010 at 10:33 AM, faciolo wrote:
>
>> so if my app isn't properly configured i can't get also static pages?
>
> Yep :-)
>
>> in my catalina.log i can read these lines:
>
> All of which should be strong clues there's something seriously wrong...
Pid * wrote:
>
> On 15/06/2010 18:28, faciolo wrote:
>>
>>
>>
>>>
>>> Where have you deployed "myApp"?
>>>
>>> What configuration have you changed?
>>>
>>> What is in your app's web.xml file?
>>>
>>>
>>> p
>>>
>>>
>>
>>
>> my application is named MediciRiuniti
>> it is in C:\Tomcat 6.0\web
suppressing username/passowrds can you display contents of
conf/auto/iis_redirect.reg
conf/auto/uriworkermap.properties
conf/auto/isapi_redirect.properties.
?
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentiali
On Tue, Jun 15, 2010 at 10:33 AM, faciolo wrote:
> so if my app isn't properly configured i can't get also static pages?
Yep :-)
> in my catalina.log i can read these lines:
All of which should be strong clues there's something seriously wrong...
> GRAVE: Context [/MediciRiuniti] startup fail
On 15/06/2010 18:29, j...@rogers.com wrote:
> hi,
> thanks for the response
> what im trying to do is host a servlet i've made onto my website
> i packed it into a WAR file, then deployed it into Tomcat webapps, where
> i am able to access it through localhost:8080
> then i configured iis to work w
On 15/06/2010 18:28, faciolo wrote:
>
>
>
>>
>> Where have you deployed "myApp"?
>>
>> What configuration have you changed?
>>
>> What is in your app's web.xml file?
>>
>>
>> p
>>
>>
>
>
> my application is named MediciRiuniti
> it is in C:\Tomcat 6.0\webapps\ROOT\
> if i search for localhosot
Hassan Schroeder-2 wrote:
>
>
> Because your app isn't configured properly? :-)
>
> Have you looked at your logs?
>
> --
> Hassan Schroeder hassan.schroe...@gmail.com
> twitter: @hassan
>
> -
> To
hi,
thanks for the response
what im trying to do is host a servlet i've made onto my website
i packed it into a WAR file, then deployed it into Tomcat webapps, where i am
able to access it through localhost:8080
then i configured iis to work with tomcat. after following various tutorials on
how t
>
> Where have you deployed "myApp"?
>
> What configuration have you changed?
>
> What is in your app's web.xml file?
>
>
> p
>
>
my application is named MediciRiuniti
it is in C:\Tomcat 6.0\webapps\ROOT\
if i search for localhosot:8081/ i can get tomcat home
i've changed only the por
Much appreciated, Very nice wiki that got me up and running apart from some
odd exception (does not happen in development only production)
root cause
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null'
org.apache.tomcat.db
I've added a sentence clarifying that, saying that you still need the dialect
property.
--- On Tue, 6/15/10, yucca...@live.co.za wrote:
> Please add to the wiki that hibernate
> dialect must still be set. Wiki says,
> must have NO database configuration properties but just got
> an exception
On Tue, Jun 15, 2010 at 10:02 AM, Christopher Schultz
wrote:
> On 6/14/2010 6:42 PM, Matthew Peterson wrote:
>> Lambda Probe is stale.
> It may not have gotten any updates for a while, but is it really lacking
> anything?
+1 -- it's running on all my deployed instances right now, and doing a
fi
On 15/06/2010 16:04, j...@rogers.com wrote:
> Hi,
> Im using apache tomcat 6.0.18, and have configured it successfully with IIS7.
> I am able to view the Tomcat examples through both localhost and
> localhost:8080. I am also able to view servlets that I have deployed into the
> tomcat webapps f
On Tue, Jun 15, 2010 at 9:58 AM, faciolo wrote:
> when i try to access my project home at localhost:8080/myApp/ or
> localhost:8080/myApp/index.html i get this message:
>
> HTTP Status 404 - type Status report message description The requested
> resource () is not available. Apache Tomcat/6.0.
On 15/06/2010 17:58, faciolo wrote:
>
> hi all, i'm a newbie with tomcat.
> i've istalled tomcat on my windows xp of my work station and all is going
> right.
> i've tried to install it also at home, on a windows 7.
> when i try to access my project home at localhost:8080/myApp/ or
> localhost:808
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Matt,
On 6/14/2010 6:42 PM, Matthew Peterson wrote:
> Lambda Probe is stale. It has been forked to Psi Probe which has regular
> activity: http://code.google.com/p/psi-probe/
Is Lambda Probe stale?
It may not have gotten any updates for a while, bu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yucca Nel,
On 6/15/2010 1:23 AM, yucca...@live.co.za wrote:
> --
>> From: "Christopher Schultz"
>> Subject: Re: hibernate not finding global resource datasource defined by
>> tomcat
>>
>> Maybe you need
hi all, i'm a newbie with tomcat.
i've istalled tomcat on my windows xp of my work station and all is going
right.
i've tried to install it also at home, on a windows 7.
when i try to access my project home at localhost:8080/myApp/ or
localhost:8080/myApp/index.html i get this message:
HTTP Statu
On 15.06.2010 16:13, Tobias Crefeld wrote:
Am Tue, 15 Jun 2010 15:04:01 +0200
schrieb André Warnier:
In other words, it appears to receive the URI "/mir/search.jsp", try
to map it to a worker, succeed, but then forwarding the request to
Tomcat as "/jsp/search.jsp" anyway (which was the original
Hi,
Im using apache tomcat 6.0.18, and have configured it successfully with IIS7.
I am able to view the Tomcat examples through both localhost and
localhost:8080. I am also able to view servlets that I have deployed into the
tomcat webapps folder through localhost and localhost:8080. This is a
Hello,
How to propagate variables to the jasper2 task in ANT?
I have log4.properties with a variable, with define the path where the
log file are located.
My variable is visible inside of ant, but doesn't get propagated with
jasper2, they are empty.
Is there something equivalent to "value="my
I don't know why it doesn't work, but I think this idea is really bad when it
comes to Windows Active Directory, even if you made it work.
* This won't work for trusted domains.
* This won't work for nested domain groups.
* This won't work for local groups.
* Y
below...
On Jun 15, 2010, at 9:06 AM, Hassan Schroeder wrote:
> On Mon, Jun 14, 2010 at 10:26 PM, Andrew Bruno wrote:
>> I am trying to setup Apache with JkMount to tomcat to dynamically
>> handle different contexts in Apache, but always use the same context
>> in Tomcat.
>
> That statement doe
Am Tue, 15 Jun 2010 15:04:01 +0200
schrieb André Warnier :
> In other words, it appears to receive the URI "/mir/search.jsp", try
> to map it to a worker, succeed, but then forwarding the request to
> Tomcat as "/jsp/search.jsp" anyway (which was the original URL, not
> the rewritten one). This "/
On Mon, Jun 14, 2010 at 10:26 PM, Andrew Bruno wrote:
> I am trying to setup Apache with JkMount to tomcat to dynamically
> handle different contexts in Apache, but always use the same context
> in Tomcat.
That statement doesn't make sense to me, given your example, but...
> http://apachefronten
Please add to the wiki that hibernate dialect must still be set. Wiki says,
must have NO database configuration properties but just got an exception
complaining om missing dialect properties
--
From: "Mark Eggers"
Sent: Monday, June 14, 2010 11:4
Hi,
I tried to configure tomcat to authenticate against active directory.
Here is the relevant part in server.xml
ldap://tst.mycollege.edu:389";
userBase="DC=tst,DC=mycollege,DC=edu"
userSearch="(sAMAccountName={0})"
userRoleName="memberof"
On Jun 15, 2010, at 1:32 AM, Mark Thomas wrote:
> On 15/06/2010 06:21, Andrew Bruno wrote:
>> I am testing this on my laptop, windows 7 64bit, tomcat 6
>>
>> If I use the same contexts, i.e.
>>
>> localhost:8181/r2 and localhost:8080/r2 the sessions are replicated
>> across them no problem.
>>
Hi.
I have a problem at tbe border between Apache httpd's mod_rewrite and the mod_jk
Apache/Tomcat connector.
Versions are :
Apache httpd 2.2.3
mod_jk 1.2.18
OS : Linux Debian 2.6.18-6-686 #1 SMP Thu May 8 07:34:27 UTC 2008 i686
GNU/Linux
(Not the latests versions, I know, but that's what t
I tried it and if you use glass fish you do not need to tom cat
but if you like you can use both and if you change the tag
for example http://localhost:8099 or http://localhost:8098 to use
tomcat
it seems no conflicts appear
and if use win you can add a exception on your firewall ,..
-Pouya
__
Chuck,
Thanks for the response. I'm running the Tomcat V6 and the following is my
web.xml:
It looks like my mapping thats catching all requests would be the culprit
although I imagine if that mapping was removed it may change the behavior in
other areas? I'm going to look into these changes and e
The true problem even after resolving connector port conflicts is that
tomat is not compatible with Java EE. Java EE has a copy of the
servlet-api which conflicts with the servlet-api distributed with
tomcat. If you want to use Java EE, you end up using Glassfish. If you
want to use tomcat, you
Hi David
You have some different choice one of them is in below
go to Tom Cat installation path/Apache Software Foundation/Tomcat 6.X\conf
in this path you can see file with name server.xml
in it you can see the tag
To: Tomcat Users List
Sent: Tue, June 15, 2010 4:14:01 PM
Subject: Re: Glassfish
Thanks David, I did that and it seemed to work. :: thumbs up ::
- Josh
On Thu, May 27, 2010 at 2:02 PM, David Smith wrote:
> On 5/27/2010 1:44 PM, Josh Gooding wrote:
> > Hey guys (and gals).
> >
> > Interesting enough, I installed the Jave EE 5 JDK for windows. I then
> > installed Tomcat 6.0
Oh sorry, I forgot to explain my architecture.
No, I have one dedicated server which host the tomcat and I use JMeter on a
second server ( not dedicated ).
> From: andrew.br...@gmail.com
> To: users@tomcat.apache.org
> Subject: Re: Perfomance analysis
> Date: Tue, 15 Jun 2010 19:53:56 +1000
>
Is jmeter on same box as app?
On 15/06/2010, at 7:05 PM, Michael Oullion wrote:
hello,
I'm doing some benchmark on Web service's Call and I have some
strange results.
First of all,
My web service is on a Axis2 1.5.1 framework,
I use a Apache Tomcat 6.0.20 / JRE (server mode) 1.6.0_20-b02
hello,
I'm doing some benchmark on Web service's Call and I have some strange results.
First of all,
My web service is on a Axis2 1.5.1 framework,
I use a Apache Tomcat 6.0.20 / JRE (server mode) 1.6.0_20-b02.
I use JMeter 2.3.4 to do my benchmark.
When I analyze my result, I have
Am Tue, 15 Jun 2010 08:42:47 +1000
schrieb Matthew Peterson :
> Lambda Probe is stale. It has been forked to Psi Probe which has
> regular activity: http://code.google.com/p/psi-probe/
It's always nice if there is some development in progress but it's not
so nice if this makes results worse.
Un
This is pretty much what I have been working on.
As a few hints, you'll need Apache in front, and setup AJP on tomcat.
I have set up loadbalancing, and have the two tomcats doing session
sharing, and use the jvmroute to route to respected tomcat.
You might need to change your server webapp "java
Konstantin Kolinko wrote:
> 2010/6/11 Reich, Matthias :
> >
> > The concept of long poll is e.g. described in
> >
> http://www.javaworld.com/javaworld/jw-03-2008/jw-03-asynchhttp
.html?page=6
> >
> > The sequence of events in my situation is as follows:
> > - a poll request is received by the serv
Hi,
I have several applications running on my tomcat server. But due to some
reasons i need to move some of these applications to another tomcat server.
But most of these applications are client-sever applications and hence i
don't have the flexibility of making changes to the url. So the clien
That is so fantastic! Well done. I was able to get it working. Perhaps
someone can explain the reasons for runtime exception complaining that the
jndi name was not bound in current context? The wiki is very good but I like
to understand the work behind the ecene a little too. My guess is that l
66 matches
Mail list logo