RE: Packet misses in Tomcat

2014-01-15 Thread Divyaprakash Y
-Original Message- From: Stefan Mayr [mailto:ste...@mayr-stefan.de] Sent: 13 January 2014 23:26 To: users@tomcat.apache.org Subject: Re: Packet misses in Tomcat Am 13.01.2014 07:22, schrieb Divyaprakash Y: > -Original Message- > From: Stefan Mayr [mailto:ste...@mayr-stefan.de] >

Re: jasper2 doesn't support the "validateXml" attribute

2014-01-15 Thread Gernot
2014/1/15 Mark Thomas > Gernot wrote: > >Hi, > > > >I did an upgrade from tomcat 7.0.29 to 7.0.50. > >In 7.0.50 jasper2 ant task quits with error 'jasper2 doesn't support > >the > >"validateXml" attribute' > > > >Here's the mentioned code: > > > uriroot="${build}" > >

Re: tomcat 7 with APR connector on ubuntu

2014-01-15 Thread Brett Delle Grazie
Hi, See interleaved. On 15 January 2014 16:53, Mubeen Shah wrote: > Hello, > > I am trying to configure tomcat 7 on ubuntu machine and wanted to run it as > non-root on port 80, Here is what I did so far: > > OS (Ubuntu 12.04 LTS): > > - installed oracle JDK 1.7.0_45 using "apt-get" > - downlo

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-15 Thread Terence M. Bandoian
On 1/15/2014 10:13 AM, Тимур Кулибаев wrote: > Hello, Chris ! > > I applied settings you adviced: > Don't you want user.langauge=RU user.country=kz? > > [oracle@n36 logs]$ echo $JAVA_OPTS > -XX:MaxPermSize=128M -Xms256m -Xmx1024m -Duser.language=RU -Duser.country=kz > > But our java-application

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Mark Eggers
Comments inline: On 1/15/2014 9:46 AM, Bush, Eddie wrote: Great feedback, Mark! Thanks! As this will be for a single app, I'm not concerned with having quite as complex of a setup as you do. The box does not seem to have selinux enabled: [ebush@tuldgskap01 ~]$ selinuxenabled [ebush@tuldgskap0

RE: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Terence M. Bandoian
On 1/15/2014 11:46 AM, Bush, Eddie wrote: > Great feedback, Mark! Thanks! > > As this will be for a single app, I'm not concerned with having quite as > complex of a setup as you do. The box does not seem to have selinux enabled: > > [ebush@tuldgskap01 ~]$ selinuxenabled > [ebush@tuldgskap01 ~]$ e

RE: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Bush, Eddie
Great feedback, Mark! Thanks! As this will be for a single app, I'm not concerned with having quite as complex of a setup as you do. The box does not seem to have selinux enabled: [ebush@tuldgskap01 ~]$ selinuxenabled [ebush@tuldgskap01 ~]$ echo $? 1 Is there something that would cause the scri

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Mark Eggers
See quick notes next to your script: On 1/15/2014 8:53 AM, Bush, Eddie wrote: -Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Wednesday, January 15, 2014 10:19 AM To: Tomcat Users List Subject: Re: [tomcat7] rhel 6 - init.d script works; does not start on re

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Mark Eggers
Some replies inline: Summary: I run lots of Tomcats from init scripts on CentOS 6.5. The init script is . . . ugly. Mine is 500+ lines long. I'd recommend looking at commons-daemon. Tomcat comes with a script that can be used as a starting point (daemon.sh) http://tomcat.apache.org/tomcat-7.0-

Re: jasper2 doesn't support the "validateXml" attribute

2014-01-15 Thread Mark Thomas
Gernot wrote: >Hi, > >I did an upgrade from tomcat 7.0.29 to 7.0.50. >In 7.0.50 jasper2 ant task quits with error 'jasper2 doesn't support >the >"validateXml" attribute' > >Here's the mentioned code: > uriroot="${build}" > webXmlFragment="${build}/WEB-INF/generated_web.

tomcat 7 with APR connector on ubuntu

2014-01-15 Thread Mubeen Shah
Hello, I am trying to configure tomcat 7 on ubuntu machine and wanted to run it as non-root on port 80, Here is what I did so far: OS (Ubuntu 12.04 LTS): - installed oracle JDK 1.7.0_45 using "apt-get" - downloaded and extracted tomcat 7.0.50 (.gz format) - created ubuntu user 'tomcat' and grant

RE: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Bush, Eddie
-Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Wednesday, January 15, 2014 10:19 AM To: Tomcat Users List Subject: Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot On Jan 15, 2014, at 11:01 AM, "Bush, Eddie" wrote: > > > -Original

jasper2 doesn't support the "validateXml" attribute

2014-01-15 Thread Gernot
Hi, I did an upgrade from tomcat 7.0.29 to 7.0.50. In 7.0.50 jasper2 ant task quits with error 'jasper2 doesn't support the "validateXml" attribute' Here's the mentioned code: I havn't found any information about this in tomcat's changelog. Is this a bug? Or a feature? What's the suggested

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Daniel Mikusa
On Jan 15, 2014, at 11:01 AM, "Bush, Eddie" wrote: > > > -Original Message- > From: Daniel Mikusa [mailto:dmik...@gopivotal.com] > Sent: Wednesday, January 15, 2014 9:54 AM > To: Tomcat Users List > Subject: Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot > > On J

Re: Oracle Application Server 10g R3 works fine with RK-1048 codepage but Tomcat 7.0.47 does not.

2014-01-15 Thread Тимур Кулибаев
Hello, Chris ! I applied settings you adviced: Don't you want user.langauge=RU user.country=kz? [oracle@n36 logs]$ echo $JAVA_OPTS -XX:MaxPermSize=128M -Xms256m -Xmx1024m -Duser.language=RU -Duser.country=kz But our java-application gives the following message: 15.01.2014 21:41:01 org.apach

RE: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Bush, Eddie
Gene - chkconfig thinks everything is copasetic and reports that it should be starting in runlevel 2-5. All the links have been created properly in the rc#.d directories that correspond to runlevel 2-5. They all point to the init.d script :-) and are permissioned identically to other links/scrip

RE: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Bush, Eddie
-Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Wednesday, January 15, 2014 9:54 AM To: Tomcat Users List Subject: Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot On Jan 15, 2014, at 10:32 AM, "Bush, Eddie" wrote: > Howdy, List! > > I'

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Gene Matthews
On Jan 15, 2014, at 10:32 AM, Bush, Eddie wrote: > Everything works great! ... until I reboot the server :) At that point, > everything else comes up, but tomcat does not. > Not sure what OS you are running, but in CentOS you can use the chkconfig command to see at what run levels that scri

Re: [tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Daniel Mikusa
On Jan 15, 2014, at 10:32 AM, "Bush, Eddie" wrote: > Howdy, List! > > I'm in a bit of a pickle here. I'm a senior dev, and quite good at that, but > for my new client I'm also charged with configuring our machines. We're > running on Tomcat 7, so I grabbed the tgz and installed it per the > i

[tomcat7] rhel 6 - init.d script works; does not start on reboot

2014-01-15 Thread Bush, Eddie
Howdy, List! I'm in a bit of a pickle here. I'm a senior dev, and quite good at that, but for my new client I'm also charged with configuring our machines. We're running on Tomcat 7, so I grabbed the tgz and installed it per the instructions. Everything works great! ... until I reboot the serve

Re: Tomcat strips CRLFs from the generated page

2014-01-15 Thread Asok Chattopadhyay
On Wed, Jan 15, 2014 at 4:15 PM, André Warnier wrote: > >> On Wed, Jan 15, 2014 at 7:34 AM, André Warnier wrote: >> >> Asok Chattopadhyay wrote: >>> >>> It looks like, the problem may be caused due to some scripts being inserted into the page by an external domain. I am investigating

Re: Tomcat strips CRLFs from the generated page

2014-01-15 Thread André Warnier
On Wed, Jan 15, 2014 at 7:34 AM, André Warnier wrote: Asok Chattopadhyay wrote: It looks like, the problem may be caused due to some scripts being inserted into the page by an external domain. I am investigating farther on that line. Thanks everybody. Thank you anyway for writing this. I