Re: SEVERE: BAD packet singnature 18245

2009-03-24 Thread Saju K K
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

Re: SEVERE: BAD packet singnature 18245

2009-03-24 Thread Saju K K
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

Re: root context path - war file not unwar'd

2009-03-24 Thread Andrew Eells
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="

Re: very off topic marketing question

2009-03-24 Thread Christopher Schultz
-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

RE: case insensitive web.xml

2009-03-24 Thread JR Conlin
> 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

RE: case insensitive web.xml

2009-03-24 Thread Caldarale, Charles R
> 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

case insensitive web.xml

2009-03-24 Thread JR Conlin
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

RE: Upgrading to Java 1.5

2009-03-24 Thread Caldarale, Charles R
> 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

Re: Upgrading to Java 1.5

2009-03-24 Thread Jonathan Mast
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

Re: FW: very off topic marketing question

2009-03-24 Thread Jonathan Mast
>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'

Re: can I use org.apache.tomcat.dbcp.dbcp.BasicDataSource ?

2009-03-24 Thread Edoardo Panfili
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

Re: Tomcat and Database Problem

2009-03-24 Thread David Smith
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

Re: Tomcat and Database Problem

2009-03-24 Thread CutKiller
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

RE: Tomcat and Database Problem

2009-03-24 Thread CutKiller
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

Re: Does this look correct to everybody?

2009-03-24 Thread Juha Laiho
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

RE: Does this look correct to everybody?

2009-03-24 Thread Alston, Brian (US SSA)
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:

RE: Tomcat and Database Problem

2009-03-24 Thread Martin Gainty
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

RE: very off topic marketing question

2009-03-24 Thread Martin Gainty
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

Re: Does this look correct to everybody?

2009-03-24 Thread Jason Chan
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

Re: FW: very off topic marketing question

2009-03-24 Thread Christopher Schultz
-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

Does this look correct to everybody?

2009-03-24 Thread Alston, Brian (US SSA)
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

Software Development Process Help

2009-03-24 Thread Stefan Negrea
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

Re: Tomcat and Database Problem

2009-03-24 Thread David Smith
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

Re: Tomcat and Database Problem

2009-03-24 Thread CutKiller
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

Re: can I use org.apache.tomcat.dbcp.dbcp.BasicDataSource ?

2009-03-24 Thread Filip Hanik - Dev Lists
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

RE: Tomcat SSL

2009-03-24 Thread Ramamoorthy, Saku
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] >

Re: How to make Tomcat serve/listen to one more port?

2009-03-24 Thread Je suis la poubelle
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 ;)

Re: How to make Tomcat serve/listen to one more port?

2009-03-24 Thread Je suis la poubelle
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

Re: Session lost when app. is redeployed

2009-03-24 Thread Adriano dos Santos Fernandes
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

Re: Upgrading to Java 1.5

2009-03-24 Thread André Warnier
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

Re: SEVERE: BAD packet singnature 18245

2009-03-24 Thread Saju K K
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