Hi Bill,
As I mentioned earlier we have an apache http server and the tomcat
container in place. In the previous implementation we were able to configure
tomcat NIO channels to accept the requests(with mod_jk enabled). Our new
implementation needs more enhanced support for comet as well as http
Hi Bill,
As I mentioned earlier we have an apache http server and the tomcat
container in place. In the previous implementation we were able to configure
tomcat NIO channels to accept the requests(with mod_jk enabled). Our new
implementation needs more enhanced support for comet as well as htt
If it helps it's also possible to deploy your war file with any name at all
and have it deployed as the default context "/" - without the need to name
it ROOT.war.
The trick is to have it located outside the Tomcat directory and have the
ROOT.xml context docBase point to it whilst setting path="
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin,
On 3/24/2009 12:06 PM, Martin Gainty wrote:
>> On the other hand, a background thread (in the same JVM) that serially
>> processes some jobs scheduled by request processors (say, like sending
>> an email message) is often a good idea. Just as
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Sent: Tuesday, March 24, 2009 1:29 PM
> Subject: RE: case insensitive web.xml
>
> > From: JR Conlin [mailto:jcon...@netflix.com]
> > Subject: case insensitive web.xml
> >
> > I'm looking for a way for the url-patterns in web.xml to
> From: JR Conlin [mailto:jcon...@netflix.com]
> Subject: case insensitive web.xml
>
> I'm looking for a way for the url-patterns in web.xml to be
> matched case insensitive.
I'm not aware of any spec-compliant means of doing so, since the servlet spec
and the relevant RFCs all require case se
Hi,
My apologies if this is a known topic, but a scan of MARC didn't produce
any results and my search fu apparently took the day off.
I'm looking for a way for the url-patterns in web.xml to be matched case
insensitive. As an added bonus, I've got a fairly full web.xml
maintained by several folk
> From: Jonathan Mast [mailto:jhmast.develo...@gmail.com]
> Subject: Re: Upgrading to Java 1.5
>
> So am I now like Frodo in Lord of the Rings? About to be
> dissolved by the evil Chuck-spider's venom? ;-)
Nope, I bark, but don't bite. Looks like you've done it properly.
Besides, André's off
Yeah I executed the jdk_1.5.bin file from Sun. Didn't change anything else
and restarted tomcat. Its up and running but I haven't had time to double
check that it is still running with v1.4 JVM (which it should, because I
haven't changed anything else).
I'm running Slackware Linux.
So am I now
>I would argue that, architecturally, this kind of work doesn't belong in
>the "request processing" portion of the application. I generally do this
>kind of thing with cron jobs. Otherwise, you can have HTTP requests
>kicking-off lots of long-running processes. That may be possible in
>Java, but I'
Filip Hanik - Dev Lists ha scritto:
you sure can,
you can also use org.apache.tomcat.jdbc.pool.DataSource
Charles advise to me that is a better policy to use with caution
internal Tomcat classes, indeed my question rises from this reason.
I don't want to save disk space (2 jars uses less space
I couldn't tell you as I don't run an Oracle instance. Talk with your
DBA regarding what kind of logging data might be available. In
particular you are asking for logs showing the sql commands coming from
your webapp and the date/time they were executed.
--David
CutKiller wrote:
> David,
>
> P
David,
Please what's the name of the logs that you mentioned? My DB is Oracle.
Tnks
David Smith-2 wrote:
>
> Changing the timeout in the firewall is exactly what makes me think one
> of three things are going on:
>
> 1. The validation query isn't active in your environment. Maybe you
> di
Development and Deployment is not a problem. The problem occurs just is
production environment.
mgainty wrote:
>
>
> develop and deploy on your own machine to control environmental issues
> such as 403
>
> Viel Gluck!
> Martin
> __
> Verzicht un
Alston, Brian (US SSA) wrote:
> This is too weird, I am hoping somebody can explain it to me.
> If I change my configuration to the following:
[...]
> Everything appears to work exactly as expected. My sessions are acting
> like they are supposed and everything seems to be playing nice. So why
> do
All
This is too weird, I am hoping somebody can explain it to me. If I change
my configuration to the following:
ProxyRequests off
BalancerMember http://192.168.1.20:8080 loadfactor=1
BalancerMember http://192.168.1.21:8080 loadfactor=1
BalancerMember http:
develop and deploy on your own machine to control environmental issues such as
403
Viel Gluck!
Martin
__
Verzicht und Vertraulichkeitanmerkung / Disclaimer and confidentiality note
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene E
MG>brief comment
>
> I would argue that, architecturally, this kind of work doesn't belong in
> the "request processing" portion of the application. I generally do this
> kind of thing with cron jobs. Otherwise, you can have HTTP requests
> kicking-off lots of long-running processes. That may be
FYI:
http://www.jboss.org/community/docs/DOC-12529
hope this help
On Tue, Mar 24, 2009 at 11:23 PM, Alston, Brian (US SSA) <
brian.als...@baesystems.com> wrote:
> All
>
>I am "attempting" to cluster 3 Apache Tomcat 6 servers behind a load
> balancing Apache httpd server. I say "attempting" be
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jonathan,
On 3/20/2009 7:53 PM, Jonathan Mast wrote:
>> Meh. Most Java webapps aren't multithreaded anyway in the sense that
>> each request lives in its own little world and usually runs start to
>> finish with no other threading involved.
>
> Just
All
I am "attempting" to cluster 3 Apache Tomcat 6 servers behind a load
balancing Apache httpd server. I say "attempting" because I am having no
success. I wanted to post some of my configurations here to see if what I have
is correct.
My setup is as follows:
Apache httpd: 19
Hello Everybody,
Over the past couple of months I documented a new software development process
for open source projects and communities. The new process attempts to address
shortcomings of existing major software development processes and build upon
existing attempts of open source communitie
Changing the timeout in the firewall is exactly what makes me think one
of three things are going on:
1. The validation query isn't active in your environment. Maybe you
didn't restart your webapp and/or tomcat after adding it or another
element is superseding it.
2. Your code is holding on to
Hi David,
Yes I know that a 403 doesn't seem to have anything with this situation, but
it's the only error :)
Strange...Strange... I don't know what to do...
If I raise de connection timeout in the firewall I solve the problem. The
problem here, is that i don't have permissions to do anything
you sure can,
you can also use org.apache.tomcat.jdbc.pool.DataSource
http://tomcat.apache.org/dev/dist/jdbc-pool/1.0-beta/
Filip
Edoardo Panfili wrote:
Hy,
can I use "org.apache.tomcat.dbcp.dbcp.BasicDataSource" in place of
"org.apache.commons.dbcp.BasicDataSource"?
If yes I can avoid to pu
I had APR installed. Thanks for the insight.
Saku
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Monday, March 23, 2009 3:14 PM
To: Tomcat Users List
Subject: RE: Tomcat SSL
> From: Ramamoorthy, Saku [mailto:saku.ramamoor...@oliverwyman.com]
>
On Tue, Mar 24, 2009 at 12:38 PM, Je suis la poubelle wrote:
> [snipped]
>
> Good luck to all.
>
And of course, restart Tomcat service at the end ;)
On Fri, Mar 20, 2009 at 7:14 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Caldarale, Charles R
> > Subject: RE: How to make Tomcat serve/listen to one more port?
> >
> > I already told you how: create a second , and put
> > the second and another inside that.
>
> If th
Caldarale, Charles R escreveu:
From: Adriano dos Santos Fernandes [mailto:adrian...@uol.com.br]
Subject: Re: Session lost when app. is redeployed
What cause session lost is redeploy.
There is no "redeploy" in the Tomcat manager. What is the exact procedure
you're doing?
I mainly used
Caldarale, Charles R wrote:
From: Jonathan Mast [mailto:jhmast.develo...@gmail.com]
Subject: Re: Upgrading to Java 1.5
Will the java 1.5 installer do anything under-the-hood that
could prevent the v1.4.2 JDK from working?
I suppose that depends on the installer being used. I've certainly ha
Hi,
Thanks
The issue was due to having the proxy module in the configuration . There
were no space in the file .It all came when i copied and pasted the content
in while submitting the query .
Thanks a lot
Saju
Bill Barker-2 wrote:
>
> "Saju K K" wrote in message
> news:22656151.p...@tal
31 matches
Mail list logo