Re: Running not multithreaded application

2011-12-24 Thread Pid
On 23/12/2011 02:05, hernan wrote: On 12/14/11 5:45 PM, hernan wrote: I'm using Tomcat 7.0 for developing a new application. A key component in the application have to run an external not multithreaded application. Since I'm not an experienced user in Tomcat, I wonder which implementation

Re: MBean InitialContext() Tomcat query- pls help

2011-12-24 Thread Pid
On 23/12/2011 04:57, S B wrote: On Thu, Dec 22, 2011 at 8:49 PM, Pid p...@pidster.com wrote: On 22/12/2011 10:34, Konstantin Kolinko wrote: 2011/12/20 S B sbl...@gmail.com: Hi, I created and deployed an MBean in my tomcat. It uses datasource to connect to DB. My questions is: When I

Re: Hosted environment

2011-12-23 Thread Pid *
On 22 Dec 2011, at 18:29, Mark Eggers its_toas...@yahoo.com wrote: - Original Message - From: r.sriram sri...@rstech.net To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Wednesday, December 21, 2011 5:27 PM Subject: Re: Hosted environment snip Hmm, it certainly does work.

Re: Hosted environment

2011-12-23 Thread Pid *
Sigh, it's not the gospel according to epithet Mr. Eggers :-p. I mock you not sir. p I just read and follow instructions / source code / information on the 'net / snappy answers to my not so bright questions. Once I figure it all out (TM), I'll write it up and post on a Wiki somewhere.

Re: Login fails, then works subsequently (Tomcat 7)

2011-12-22 Thread Pid *
On 21 Dec 2011, at 22:52, Chema demablo...@gmail.com wrote: 10 to 1 you've got stale connections in your pool; first try fails, second one gets a fresh connection I thought the same autoReconnect Should the driver try to re-establish stale and/or dead connections? Nope. Like Hassan said,

Re: Login fails, then works subsequently (Tomcat 7)

2011-12-22 Thread Pid *
On 22 Dec 2011, at 02:22, Brian Burch br...@pingtoo.com wrote: On 22/12/11 06:39, Jerry Malcolm wrote: About a month ago, I upgraded two different servers from TC 5 to TC 7. The migration went cleanly, and everything has been working fine with the exception of one thing. About 50% of the

Re: Login fails, then works subsequently (Tomcat 7)

2011-12-22 Thread Pid
On 22/12/2011 04:51, Caldarale, Charles R wrote: From: Hassan Schroeder [mailto:hassan.schroe...@gmail.com] Subject: Re: Login fails, then works subsequently (Tomcat 7) No testWhileIdle / validationQuery settings? 10 to 1 you've got stale connections in your pool Did we just go off on

Re: Hosted environment

2011-12-22 Thread Pid
/2011 11:19 PM, Pid wrote: On 21/12/2011 17:38, r.sriram wrote: is it possible for you to give me steps on what I should do please to make the virtual host work. I have domain name x.com, y.com and z.com (for example). For this what should the setup be so www.x.com, www.y.com and www.z.com take

Re: Hosted environment

2011-12-22 Thread Pid
On 20/12/2011 11:55, Pid wrote: From earlier in the thread, as you seem to be having trouble reading these things: * Is there any other configuration change that I need to do Yes, you will need to configure the connection between HTTPD and Tomcat, using mod_proxy or mod_jk. You need

Re: Hosted environment

2011-12-22 Thread Pid
In case you prefer the gospel according to the erudite Mr Eggers... On 21/12/2011 15:24, Mark Eggers wrote: Well, you sort of kind of followed that. Now, as Pid has also pointed out, you will need to configure mod_proxy, mod_proxy_ajp, or mod_ajp to connect Apache HTTPD and Tomcat

Re: Error in documentation

2011-12-22 Thread Pid
On 22/12/2011 15:00, Peter Šály wrote: Hi all, I want to point on wrong setting example for tomcat manager in the documentation: http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Configuring_Manager_Application_Access It is not wrong. You just omitted the line beforehand: This

Re: MBean InitialContext() Tomcat query- pls help

2011-12-22 Thread Pid
On 22/12/2011 10:34, Konstantin Kolinko wrote: 2011/12/20 S B sbl...@gmail.com: Hi, I created and deployed an MBean in my tomcat. It uses datasource to connect to DB. My questions is: When I create InitialContext() inside MBean's constructor and pass the envContext to DBManager class to

Re: Hosted environment

2011-12-21 Thread Pid *
On 21 Dec 2011, at 13:44, r.sriram sri...@rstech.net wrote: Hello, I followed: http://wiki.apache.org/tomcat/TomcatDevelopmentVirtualHosts and made the following changes: C:\inetpub\vhosts\x.com\httpdocs\webapps added the following in Server.xml: Host name=x.com

Re: Survivor space fine tuning

2011-12-21 Thread Pid *
On 21 Dec 2011, at 14:23, Pandian R barat...@gmail.com wrote: Hi, This is the problem I am facing. I have a tomcat 7 server running on JDK 7 - Win2008 32 bit. Exactly which versions? There are 23 of Tomcat to choose from. I am monitoring all the memory areas. I am seeing the Survivor Space is

Re: Hosted environment

2011-12-21 Thread Pid
On 21/12/2011 07:00, Pid * wrote: On 21 Dec 2011, at 06:52, r.sriram sri...@rstech.net wrote: Thanks Mark. this is great. I just wanted to make sure, for each of the virtual hosts, I can create the webapps directory outside of Apache directory structure can't I? e.g. C:\inetpub\vhosts

Re: Hosted environment

2011-12-21 Thread Pid
On 20/12/2011 11:55, Pid wrote: On 20/12/2011 09:21, r.sriram wrote: Thanks Andre. a few quick questions. Questions with respect to your response: Your response: Host name=host1.domain1.com... appBase=/path1/webapps/ .. ... /Host Host name=host2.domain2.com... appBase

Re: Table display disappears when moving to Tomcat 6.0.29

2011-12-21 Thread Pid
On 21/12/2011 13:09, Zonsheine, David wrote: Hi, I want to share a table display issue we spent a few days on fixing when moving our tomcat webapp from tomcat 6.0.16 to 6.0.32. It took us a while to understand that an 'offers' page does not work correctly (does not display a table) not

Re: Hosted environment

2011-12-21 Thread Pid
--- On 12/21/2011 10:09 PM, Pid wrote: On 20/12/2011 11:55, Pid wrote: On 20/12/2011 09:21, r.sriram wrote: Thanks Andre. a few quick questions. Questions with respect to your

Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Pid
On 21/12/2011 18:05, Paul Nicolucci wrote: I'm just following up on this issue as I did not see any responses from the community. Can anyone help out here? Please don't cross post. (See attached file: JSF20EL.war) The list strips attachments. Instructions for reproducing this issue

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Pid *
On 20 Dec 2011, at 11:02, S B sbl...@gmail.com wrote: Hi, I created and deployed an MBean in my tomcat. It uses datasource to connect to DB. Which version of Java? Tomcat? My questions is: When I create InitialContext() inside MBean's constructor and pass the envContext to DBManager

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Pid
is easily readable. Please answer the other question below. On Tue, Dec 20, 2011 at 4:52 PM, Pid * p...@pidster.com wrote: On 20 Dec 2011, at 11:02, S B sbl...@gmail.com wrote: Hi, I created and deployed an MBean in my tomcat. It uses datasource to connect to DB. Which version of Java? Tomcat

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Pid
...@gmail.com wrote: Hi, I am using : Server version: Apache Tomcat/6.0.32 OS Name:Mac OS X OS Version: 10.6.8 Architecture: x86_64 JVM Version:1.6.0_29-b11-402-10M3527 Thanks, Ravi On Tue, Dec 20, 2011 at 4:52 PM, Pid * p...@pidster.com wrote: On 20 Dec 2011, at 11:02, S B

Re: Hosted environment

2011-12-20 Thread Pid
On 20/12/2011 09:21, r.sriram wrote: Thanks Andre. a few quick questions. Questions with respect to your response: Your response: Host name=host1.domain1.com... appBase=/path1/webapps/ .. ... /Host Host name=host2.domain2.com... appBase=/path2/webapps/ .. ...

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Pid
, Pid p...@pidster.com wrote: On 20/12/2011 11:46, S B wrote: Code Sample that fails with exception(I am invoking reload() from jconsole ): class MBeanImpl implements MBeanInterface{ public MBeanImpl{ // code to register this bean. } @Override public

Re: How much connections are handled per thread?

2011-12-20 Thread Pid
On 20/12/2011 13:36, uwe.hellm...@t-systems.com wrote: Hello together, just a short question. Does a single Tomcat thread handle more than one connection at a time? (kind of multiplexing) No. Is it possible that if there are more connections at a time per thread that there is a bug

Re: MBean InitialContext() Tomcat query- pls help

2011-12-20 Thread Pid *
On 20 Dec 2011, at 15:47, S B sbl...@gmail.com wrote: On Tue, Dec 20, 2011 at 7:00 PM, Pid p...@pidster.com wrote: On 20/12/2011 11:57, S B wrote: MBeanImpl code is packaged as a war and deployed in tomcat along with it's mbeans-descriptor.xml I am not using ServletContextListener in my

Re: Can't get APR running w/ Tomcat 6.0.33 (Debian)

2011-12-20 Thread Pid
On 20/12/2011 17:33, Gregor S. wrote: Ok, here's some news: When using the APR without SSL by changing the attribute of APRLiefeCycleListener to Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=off / it's working. My SSL-version is OpenSSL version

Re: Hosted environment

2011-12-20 Thread Pid *
On 21 Dec 2011, at 06:52, r.sriram sri...@rstech.net wrote: Thanks Mark. this is great. I just wanted to make sure, for each of the virtual hosts, I can create the webapps directory outside of Apache directory structure can't I? e.g. C:\inetpub\vhosts\x.com\httpdocs\webapps

Re: Hosted environment

2011-12-19 Thread Pid
On 19/12/2011 02:44, r.sriram wrote: Hello, I am setting up my multiple domains on Go Daddy. In my current in-house windows server my Tomcat is on Program Files (86) and the ROOT is in C:\Program Files (x86)\apache-tomcat-6.0.33\webapps directory. That is where WEB-INF is, that is what is my

Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server

2011-12-19 Thread Pid
On 17/12/2011 22:33, Tim Watts wrote: On Sun, 2011-12-18 at 01:11 +0530, Anshul Asthana wrote: From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, 17 December 2011 6:03 PM Subject: Re: Tomcat 6.0

Re: Tomcat 7.0.23 problem

2011-12-19 Thread Pid
There are not error messages. Can you suggest something? If you do not have a Realm defined in your server.xml, define one. Dear Pid, Thanks for suggestion. It's work! Regrards, Ferenc Known bug, will be fixed in next release. p -- [key:62590808] signature.asc Description: OpenPGP

Re: Tomcat SSL

2011-12-19 Thread Pid
On 14/12/2011 10:42, Jean Louis LECOQUIERRE wrote: Hi I need help to manage the tomcat.jks The certificate Racine is not good, I need to change it What is the command ? $JAVA_HOME/bin/keytool --help p Jean Louis LECOQUIERRE Administrateur systemes et reseaux Challenge

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid
On 16/12/2011 08:47, Blaxton wrote: From: Pid * p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Friday, December 16, 2011 10:59:02 AM Subject: Re: Change Default SSL port on Tomcat On 16 Dec 2011, at 03:28, Blaxton blaxx

Re: dbcp is mixing up connections

2011-12-16 Thread Pid *
On 16 Dec 2011, at 09:32, Aitor Garcia | Tempel.es agar...@tempel.es wrote: Mark: I'm just declaring variables there, no putting logic. You had overlooked log4jdbc, if you have read books in the same way Library log4jdbc is COOL! Works very Well, is really a good library that helps me a

Re: Change Default SSL port on Tomcat

2011-12-16 Thread Pid *
Thank you pid, I looked in Catalina.out and found out 443 port is already in use error and I had listen 443 in apache, so removed it and now tomcat comes up and all is good. I am not sure if it is better to serve ssl and https through Tomcat or Apache So your plan is to serve normal

Re: Tomcat 7.0.23 problem

2011-12-16 Thread Pid *
On 16 Dec 2011, at 15:57, Lutischán Ferenc lutisch...@gmail.com wrote: Dear Users, I have a webapplication. I use it with tomcat 7.0.22, java 1.7.02. When I have upgraded it to 7.0.23, the starting process is paused on the line: INFO: Deploying web application directory

Re: dbcp is mixing up connections

2011-12-15 Thread Pid
On 15/12/2011 12:55, Aitor Garcia | Tempel.es wrote: I had read all the JNDI JDBC Official Unofficial documentation but only found than you MUST close the connections. There insn't references to where to declare variables. Declaring into local scope forces that you have pass by

Re: Running not multithreaded application

2011-12-15 Thread Pid
On 15/12/2011 00:15, hernan wrote: On Wed, Dec 14, 2011 at 8:17 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hernán, On 12/14/11 5:45 PM, hernan wrote: I'm using Tomcat 7.0 for developing a new application. A key component

Re: Running not multithreaded application

2011-12-15 Thread Pid *
On 15 Dec 2011, at 17:56, hernan hbe...@gmail.com wrote: On Thu, Dec 15, 2011 at 12:27 PM, Pid p...@pidster.com wrote: On 15/12/2011 00:15, hernan wrote: On Wed, Dec 14, 2011 at 8:17 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server

2011-12-15 Thread Pid
On 14 December 2011 22:40, Anshul Asthana anshul.asth...@yahoo.com wrote: From: Pid p...@pidster.com To: Anshul Asthana anshul.asth...@yahoo.com Sent: Monday, 12 December 2011 4:46 AM Subject: Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server On 11/12/2011 20:05, Anshul

Re: Access dbf files outside context/docbase

2011-12-15 Thread Pid
On 15/12/2011 20:56, David kerber wrote: I am trying to figure out how to access .dbf files that are on a networked drive from my TC 5.5.xx server. I have no trouble with the coding; it all works fine from my Eclipse dev environment. I believe the issue is tomcat's contexts on the production

Re: Change Default SSL port on Tomcat

2011-12-15 Thread Pid *
On 16 Dec 2011, at 03:28, Blaxton blaxx...@yahoo.com wrote: Hi Apache 2.2 is connected to Tomcat 6.0.29 through mod_jk and all works fine. uncommented Connector port=8443 and by adding required fields in web.xml accessing secured pages would be forwarded to https with port 8443, but when I

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread Pid
On 12/12/2011 00:29, sir...@8host.pl wrote: One more log: 2011-12-12 00:52:15 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread Pid
On 12/12/2011 12:02, André Warnier wrote: sir...@8host.pl wrote: It is probly Tomcat + Xen (KVM) + Intel (?) releted problem. I really have no idea how you come to that conclusion. Like i said when i install Windows 8 on Xen machine, starts Virtuabox on it and new 32bit Centos, tomcat and

Re: Tomcat proxy configuration for serverside http requests

2011-12-12 Thread Pid
On 12/12/2011 09:56, André Warnier wrote: Dale Ogilvie wrote: Hi, Weird issue, perhaps someone can explain how this might be happening from a tomcat perspective... I have some CXF generated web service client code that calls a web service that operates on an IP whitelist. If I run

Re: path used for tc-natuve

2011-12-12 Thread Pid *
On 12 Dec 2011, at 16:37, André Warnier a...@ice-sa.com wrote: Hi On a Debian Linux system, was running a Debian-pre-packaged Tomcat 5.5. We stopped this Tomcat 5.5, but did not remove the corresponding package(s). Then we installed an official Tomcat 6, downloaded from the Tomcat website,

[OT] Re: Detecting Mobile Device

2011-12-12 Thread Pid
On 12/12/2011 17:52, Jerry Malcolm wrote: What is the best/recommended way to determine if the request is coming from a mobile device? I have an alternate layout that I want to use for pages going to a smart phone, etc. I know there is client/browser info in the request. But it's more

Re: path used for tc-natuve

2011-12-12 Thread Pid
On 12/12/2011 22:25, André Warnier wrote: Pid * wrote: On 12 Dec 2011, at 16:37, André Warnier a...@ice-sa.com wrote: Hi On a Debian Linux system, was running a Debian-pre-packaged Tomcat 5.5. We stopped this Tomcat 5.5, but did not remove the corresponding package(s). Then we installed

Re: Compatability Problem OSX to Windows 7 Port

2011-12-12 Thread Pid *
On 13 Dec 2011, at 04:31, Glyn Thomas glynthoma...@gmail.com wrote: All, In case anyone has the same problem, here is the solution. The behavior is controlled by the J/Connector flag useOldAliasMetadataBehavior, which needs to be set to 'true' for the query to work correctly on recent

Re: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-12 Thread Pid *
On 13 Dec 2011, at 03:27, Warren Bell warrenbe...@gmail.com wrote: Here are all the jars in my app. There are a lot. The jars that came in as dependencies of smooks are: milyn-smooks-csv-1.5.jar openscv-1.8.jar milyn-smooks-flatfile-1.5.jar milyn-smooks-javabean-1.5.jar

Re: [sidebar] Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server

2011-12-11 Thread Pid
On 10/12/2011 23:39, Tim Watts wrote: On Sat, 2011-12-10 at 22:45 +, Pid wrote: Yeah... Please also just reply to the mailing list. Are you referring to this (cough, cough): http://catb.org/~esr/faqs/smart-questions.html#easyreply :D (your Reply-To points to your email

Re: Tomcat Silently Dies and then Won't Restart -- Error 1067

2011-12-10 Thread Pid
On 10/12/2011 00:48, oh...@cox.net wrote: Caldarale wrote: From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Subject: RE: Tomcat Silently Dies and then Won't Restart -- Error 1067 Tomcat 6 on our Windows 2003 R2 x64 server runs fine for a day or two, then silently dies without

Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server

2011-12-10 Thread Pid
On 10/12/2011 19:36, Anshul Asthana wrote: From: Pid p...@pidster.com To: Anshul Asthana anshul.asth...@yahoo.com Sent: Saturday, 10 December 2011 2:26 PM Subject: Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server I have gone

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-09 Thread Pid *
, 2011 at 12:12 AM, Pid * p...@pidster.com wrote: On 6 Dec 2011, at 07:51, Oladapo Moshood morec...@gmail.com wrote: Dan, This is what I actually have in my Oracle EL5. The other information I sent on apache-tomcat-7 was done on my redhat 6 to see

Re: MVC or Model2 with Tomcat

2011-12-09 Thread Pid
On 08/12/2011 10:51, Blaxton wrote: snip On 6 Dec 2011, at 15:52, Blaxton blaxx...@yahoo.com wrote: I have added the host directive to server.xml and moved appexmp1 contents to ROOT directory and now I can access www.mydomain.com/index.jsp with no problem, however now the servlets are not

Re: Tomcat JMX/RMI: How server interface is choosen?

2011-12-09 Thread Pid
On 08/12/2011 11:15, Ilya Kazakevich wrote: I enable JMX server and JMX Registry in tomcat using Listener className=org.apache.catalina.mbeans.JmxRemoteLifecycleListener rmiRegistryPortPlatform=10001 rmiServerPortPlatform=10002 / Client connects to 10001 and tomcat returns its address

Re: Tomcat 7.0.23 won't start

2011-12-09 Thread Pid
On 08/12/2011 15:04, Jacob Champlin wrote: Add a Realm definition or wait until 7.0.24. There's a bug in 7.0.23. I am waiting for 7.0.24. I'm wincing as I ask: is there a particular reason that you're defining the Context in server.xml - it's been strongly recommended to not do that for

Re: Tomcat 7.0.23 won't start

2011-12-09 Thread Pid
On 08/12/2011 18:42, Christopher Schultz wrote: Jacob, On 12/8/11 10:04 AM, Jacob Champlin wrote: Practical: This was my sandbox config file. I switch between 6 different applications. I do this by switching server.xml files when I switch projects. This keeps things minimal (not

Re: add and modify globalnamingresources on the fly

2011-12-09 Thread Pid
On 09/12/2011 12:31, Marcelo Romulo Fernandes wrote: Hi people, Is it possible to change globalnamingresources at tomcat and reflect the changes to a running instance without restart? I want do add and change datasources global resources dynamically without restart tomcat! Which

Re: Multiple Tomcats on the Machine

2011-12-09 Thread Pid
On 09/12/2011 11:54, Alexander Diedler wrote: Hello We have three instances of Tomcat on a Windows Server and want to access on every instance several applications through the Manager app. In every /Catalina/[hostname]/manager.xml is Context docBase=${catalina.home}/webapps/manager

Re: Tomcat 6.0 configuration with Adobe LiveCycle DS ES 3.0 Server

2011-12-09 Thread Pid
On 09/12/2011 18:52, Anshul Asthana wrote: Hi, I want to Configure my Web Server(Tomcat 6.0) so that it can communicate with Adobe LiveCycle DS ES 3.0 Server. I want to know how I can configure my WebServer Tomcat 6.0. for this. Your early response will be appreciated. Sorry I

Re: Tomcat memory allocation

2011-12-09 Thread Pid
On 09/12/2011 16:37, André Warnier wrote: David kerber wrote: On 12/9/2011 10:49 AM, Caldarale, Charles R wrote: From: Martin O'Shea [mailto:app...@dsl.pipex.com] Subject: RE: Tomcat memory allocation I should add that Tomcat is running as a Windows service, it isn't started manually. In

Re: VerifyError: ... Illegal constant pool index when jspx invokes a tagx on Tomcat 7.0.16

2011-12-08 Thread Pid
On 07/12/2011 17:32, Robert Winch wrote: We have a web application that was consistently getting a VerifyError whenever a jsp invoked a custom tagx. The jsp is a SiteMesh decorator that uses a custom tagx to display a Spring Security Authentication object. The issue was resolved by restarting

Re: Securing only a single web application on Tomcat

2011-12-08 Thread Pid *
On 8 Dec 2011, at 16:50, Savitha Amelia savitha.saraswa...@gmail.com wrote: Hi, I have multiple applications hosted on my tomcat server which includes web services, web applications etc. To secure the web services, we made changes to server.xml -connector element and defined roles in

Re: Securing only a single web application on Tomcat

2011-12-08 Thread Pid *
On 8 Dec 2011, at 23:41, Pid * p...@pidster.com wrote: On 8 Dec 2011, at 16:50, Savitha Amelia savitha.saraswa...@gmail.com wrote: Hi, I have multiple applications hosted on my tomcat server which includes web services, web applications etc. To secure the web services, we made changes

Re: upgrading from 6.0.20 to 6.0.35

2011-12-08 Thread Pid *
On 9 Dec 2011, at 06:28, AngeloChen angelochen...@gmail.com wrote: hi, how easy is to upgrade? can i use the server.xml in 6.0.20 without changes in 6.0.35? thanks, Yes, but we still usually recommend starting afresh each time. It should relatively simple, just make a backup copy of each file

Re: Occurence of Byte Order Mark (BOM) in responses varies between identical subsequent requests in Tomcat 6.0.35

2011-12-07 Thread Pid *
On 7 Dec 2011, at 09:11, Jochen Gazda gaz...@web.de wrote: Gentlemen, The following occurs on Tomcat 6.0.20 or 6.0.35 on 64bit Linux $ java -version java version 1.6.0_26 Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

Re: How many object of the Web Service class will be created?

2011-12-07 Thread Pid *
On 7 Dec 2011, at 10:17, emotional stability emotionalstabilitysl...@gmail.com wrote: I create one web service and deploying on the tomcat with axis2. Exact OS, Java, Tomcat versions? But I want to know how many objects of the my Web service class will be created. Why? When the the

Re: How many object of the Web Service class will be created?

2011-12-07 Thread Pid
On 07/12/2011 15:43, EmotionalStabilitySlave wrote: Thanks for your reply. Please see my comment. 2011-12-07 EmotionalStabilitySlave 发件人: Pid * 发送时间: 2011-12-07 21:50:19 收件人: Tomcat Users List 抄送: 主题: Re: How many object of the Web Service class will be created

Re: SSL configuration on apache tomcat 6 - Oracle EL5

2011-12-06 Thread Pid *
On 6 Dec 2011, at 07:51, Oladapo Moshood morec...@gmail.com wrote: Dan, This is what I actually have in my Oracle EL5. The other information I sent on apache-tomcat-7 was done on my redhat 6 to see if the error i'm getting is a bug in apache-tomcat-6, but got the same error. Here is how i

Re: MVC or Model2 with Tomcat

2011-12-06 Thread Pid *
snip On 6 Dec 2011, at 15:52, Blaxton blaxx...@yahoo.com wrote: I have added the host directive to server.xml and moved appexmp1 contents to ROOT directory and now I can access www.mydomain.com/index.jsp with no problem, however now the servlets are not working. I can access jsp files, but

Re: Null component

2011-12-06 Thread Pid
On 06/12/2011 19:35, kccc wrote: Hi, I'm a new tomcat user and I'm trying to solve this error: SEVERE: Null component Catalina:type=DataSource,path=/myAPP,host=localhost,class=javax.sql.DataSource,name=PGDS/ActivityLogDS My tomcat and java version: apache-tomcat-6.0.16 Use a newer

Re: Tomcat 7.0.23 won't start

2011-12-06 Thread Pid
On 06/12/2011 18:20, Jacob Champlin wrote: Is anyone else having trouble getting 7.0.23 to start up? I am trying to migrate from 7.0.22 to 7.0.23 and Tomcat hangs on: INFO: Starting Servlet Engine: Apache Tomcat/7.0.23 If I use the default server.xml it starts up, but if I use our custom

Re: MVC or Model2 with Tomcat

2011-12-06 Thread Pid
On 06/12/2011 17:49, Blaxton wrote: From: Pid * p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, December 6, 2011 8:12:40 PM Subject: Re: MVC or Model2 with Tomcat snip On 6 Dec 2011, at 15:52, Blaxton blaxx

Re: Disabling Apps in host root

2011-12-05 Thread Pid
On 04/12/2011 23:52, Caldarale, Charles R wrote: From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] Subject: Disabling Apps in host root When I start tomcat What exact version? We're not mind-readers, and capabilities vary considerably depending on what level you're on. it tries to

Re: MVC or Model2 with Tomcat

2011-12-05 Thread Pid
anyway, here is the out put of the package query on my FreeBSD box: ap22-mo_jk-ap2-1.2.30_1 Apache2 JK module for connecting to Tomcat using AJP1X - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: MVC or Model2 with Tomcat

2011-12-04 Thread Pid
On 04/12/2011 09:32, Blaxton wrote: Apache 2.2.16 is connected to Tomcat 6.0.29 through mod_jk version 2 and every thing is working fine, but to implement Model2 or MVC, I need to serve JSP files from apache document root and don't know what is the best soluction. Why do you need to do

Re: MVC or Model2 with Tomcat

2011-12-04 Thread Pid *
On 4 Dec 2011, at 16:17, Blaxton blaxx...@yahoo.com wrote: From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, December 4, 2011 6:51:58 PM Subject: Re: MVC or Model2 with Tomcat Blaxton wrote: I have created

Re: Anybody can help me?Thank you!

2011-12-03 Thread Pid
On 03/12/2011 13:57, 孙文 wrote: Hi,you can read message in attachment. The list strips attachments. p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: hi

2011-12-02 Thread Pid
On 02/12/2011 18:03, srilaxmi deevela wrote: hi , am going to execute the web application based on structs,what are the basic procedurefor deploy the web application Is this for a homework assignment? p On Fri, Dec 2, 2011 at 11:30 PM, srilaxmi deevela deevelasrila...@gmail.com wrote:

Re: Configuring SSL on TOMCAT6 Using APR connector - Oracle EL 5

2011-12-02 Thread Pid
On 02/12/2011 16:58, Christopher Schultz wrote: Moshood, On 12/2/11 3:56 AM, moshood oladapo wrote: Connector port=443 protocol=HTTP/1.1 SSLEnabled=true SSLEngine=on That's the second message today from someone trying to use SSLEngine=on in their Connector. Is the documentation for

Re: Tomcat Logging and HTTP Header question

2011-12-02 Thread Pid
On 02/12/2011 18:12, jmpaul012 wrote: Sorry I didn't mean to ask the questions as though this forum is my private consulting firm. I have done everything I could before I posted on this forum. I have searched google, experts exchange, asked coworkers, and asked my previous Tomcat

Re: Tomcat 7 + exception while adding cookies

2011-12-01 Thread Pid
On 01/12/2011 04:38, Debraj Mallick wrote: hi Christopher, my tomcat version is : 7.0.14 working on Window7 with JDK 1.6 Can you try again with at least 7.0.21? p On Thu, Dec 1, 2011 at 4:45 AM, Christopher Schultz ch...@christopherschultz.net wrote: Debraj, On 11/30/11 1:16 PM,

Re: Logging

2011-12-01 Thread Pid
On 30/11/2011 23:14, Christopher Schultz wrote: Thom, On 11/30/11 1:04 PM, Thom Hehl wrote: I'm using VI to reading the log file. I running a Windows RDP. Are you using 'vi' in a way that allows it to get updates from the file? I'm no 'vi' expert, but I'm sure it reads the entire file at

Re: Connection has been abanded

2011-12-01 Thread Pid
On 30/11/2011 21:15, János Löbb wrote: Hi, IT is Mac OSX 10.6.8 java -version java version 1.6.0_20 Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode) tomcat is 7.0.21 database is Sybase ASE 15.0.3 We

Re: Changing session timeout for a webapp via JMX or internal Tomcat API?

2011-12-01 Thread Pid
On 30/11/2011 11:14, Ellecer Valencia wrote: Thanks Igor. I made a mistake though. I actually meant modifying web.xml and restarting the webapp. We want to find a way to change session timeouts - even for existing sessions - without doing a restart of the webapp. I don't see an obvious

Re: Logging

2011-12-01 Thread Pid
On 01/12/2011 13:03, Thom Hehl wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, November 30, 2011 6:15 PM To: Tomcat Users List Subject: Re: Logging Thom, On 11/30/11 1:04 PM, Thom Hehl wrote: I'm using VI to

Re: Logging

2011-12-01 Thread Pid
On 01/12/2011 14:10, Pid wrote: On 01/12/2011 14:01, Thom Hehl wrote: I'm looking for stack traces. People report defects and we get a stack trace and I need to see it in the log, but instead, the log is still in the buffer. Usually I have to shutdown the server and start it back up to get

Re: Logging

2011-12-01 Thread Pid
://www.tanukisoftware.com/en/wrapper.php). Dan -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Thursday, December 01, 2011 8:38 AM To: Tomcat Users List Subject: Re: Logging On 01/12/2011 13:03, Thom Hehl wrote: -Original Message- From: Christopher Schultz [mailto:ch

Re: Tomcat 7 - New attribut aliases in the context configuration item

2011-11-30 Thread Pid
On 29/11/2011 17:47, Sylvain Goulmy wrote: Hi all, I'd like to know it is possible to have equivalent functionality to the extended document root provided by the WebSphere product. This feature allows you to define a location outside the webapp to make contribution without having to

Re: Maximum memory that can be assigned to Tomcat on windows platform

2011-11-30 Thread Pid *
On 30 Nov 2011, at 10:45, choudh...@labware.com choudh...@labware.com wrote: Hello , The question is not why I would use 32 bit JVM , the question is whether there is any maximum limit on memory for Tomcat and if yes why No. Tomcat has no knowledge of the memory capacity of the JVM.

Re: increase in file descriptor use from Tomcat 7.0.21 to 7.0.23

2011-11-29 Thread Pid *
. These numbers are what I get from running this shell command: ls -l /proc/[pid]/fd | wc -l All of the servers are getting about the same amount of traffic. The only difference is the Tomcat version. Can anyone explain why Tomcat 7.0.23 would have 50% more file descriptors open? Can you tell

Re: Tomcat None Page Pool creeps up until OS crashes

2011-11-29 Thread Pid
On 29/11/2011 09:32, Doron Tsur wrote: Issue is Non Paged pool of tomcat increases until the OS crashes Please post replies below the question so people can follow the conversation. p -- [key:62590808] signature.asc Description: OpenPGP digital signature

Re: Tomcat None Page Pool creeps up until OS crashes

2011-11-29 Thread Pid
On 29/11/2011 09:32, Doron Tsur wrote: On Tue, Nov 29, 2011 at 9:52 AM, Pid * p...@pidster.com wrote: On 28 Nov 2011, at 18:09, Doron Tsur qbal...@gmail.com wrote: Hi All I've been having an issue in one of our production servers. The Non Paged Pool creeps up slowly until the system hangs

Re: Tomcat None Page Pool creeps up until OS crashes

2011-11-28 Thread Pid *
On 28 Nov 2011, at 18:09, Doron Tsur qbal...@gmail.com wrote: Hi All I've been having an issue in one of our production servers. The Non Paged Pool creeps up slowly until the system hangs and than crash. Tomcat: 6.0.16 So the latest release is 6.0.33. Yours is over 3 years old. Java:

Re: How to get the tomcat internal log out?

2011-11-26 Thread Pid
On 26/11/2011 05:31, MiB wrote: 25 nov 2011 14.37 Christopher Schultz wrote: +1 Any webapp that runs on 5.5 that doesn't run on Tomcat 7 represents either a regression in Tomcat or a webapp that has been tied-into Tomcat's internal classes (which it shouldn't have been). Running is

Re: Tomcat 5.5 crashes after changing server IP

2011-11-26 Thread Pid
On 26/11/2011 15:19, Christopher Schultz wrote: Sirwiz, On 11/25/11 10:16 PM, sir...@8host.pl wrote: 2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not

Re: How to get the tomcat internal log out?

2011-11-25 Thread Pid *
On 25 Nov 2011, at 03:15, 飞翔鸟 fxbird1...@163.com wrote: Hello : Why tomcat 7? Are there some features which can make classes updated without restart tomcat? Thanks . Please post your replies below the question. 5.5 is very old and will soon stop being supported. The latest release

Re: Tomcat user roles

2011-11-25 Thread Pid *
On 25 Nov 2011, at 04:43, Bill Wang bw57...@gmail.com wrote: Hi Mark, Thanks, with your help, I find out this link: http://onjava.com/onjava/2001/07/24/tomcat.html, 2001! :) p seems you need me setup MemoryRealm, then setup security constraint in webapps/manager/WEB-INF/web.xml

Re: Adding an additional static resource directory to a webapp via API

2011-11-23 Thread Pid
On 23/11/2011 18:06, Benson Margulies wrote: I'm launching Tomcat 7 via the API. One of the uses of this is that I can launch from Eclipse and 'live-edit' my static files, without tangling myself up in the Eclipse JEE facilities, which I have never succeeded in using very well. Now, I

<    2   3   4   5   6   7   8   9   10   11   >