Re: Connection reset issue in Tomcat

2014-04-23 Thread André Warnier
Gangumolu, Maruti wrote: Hi, I'm seeing continuously this error in tomcat's log file while performing load test. Could somebody help me why we get this error. From Apahce:- Apr 23, 2014 2:48:54 PM org.apache.jk.common.ChannelSocket processConnection WARNING: processCallbacks status 2 Apr 23,

Connection reset issue in Tomcat

2014-04-23 Thread Gangumolu, Maruti
Hi, I'm seeing continuously this error in tomcat's log file while performing load test. Could somebody help me why we get this error. From Apahce:- Apr 23, 2014 2:48:54 PM org.apache.jk.common.ChannelSocket processConnection WARNING: processCallbacks status 2 Apr 23, 2014 2:49:02 PM org.apache

Re: Tomcat 7.0.50 - URL Questions

2014-04-23 Thread J Java
After searching online(seeing mixed results), and searching through the Wiki, I was hoping someone can confirm how I can do the following: I installed my app, and it has a default URL of: http://something:port/webappname/morestuff.action I was wondering if it was possible to setup Tomcat so I cou

Re: Tomcat 7.0.50 - URL Questions

2014-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nam, On 4/23/14, 12:40 PM, Nam Pham wrote: > After searching online(seeing mixed results), and searching through > the Wiki, I was hoping someone can confirm how I can do the > following: > > I installed my app, and it has a default URL of: > http

Re: Tomcat 7.0.50 - URL Questions

2014-04-23 Thread André Warnier
Nam Pham wrote: Hi, After searching online(seeing mixed results), and searching through the Wiki, I was hoping someone can confirm how I can do the following: I installed my app, and it has a default URL of: http://something:port/webappname/morestuff.action I was wondering if it was possible

Tomcat 7.0.50 - URL Questions

2014-04-23 Thread Nam Pham
Hi, After searching online(seeing mixed results), and searching through the Wiki, I was hoping someone can confirm how I can do the following: I installed my app, and it has a default URL of: http://something:port/webappname/morestuff.action I was wondering if it was possible to setup Tomcat so

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Daniel Mikusa
On Apr 23, 2014, at 4:42 AM, Nitin Kumar wrote: > Hi Mark, > > Thanks for the quick reply. I will give you the example which we use > > Application1 is deployment in tomcat and up and running. We want to install > application2. Following are the steps: > > Stop Tomcat > Install application2 vi

Re: Application Deployment in Tomcat 7.X

2014-04-23 Thread Nitin Kumar
Hi Mark, Thanks for the quick reply. I will give you the example which we use Application1 is deployment in tomcat and up and running. We want to install application2. Following are the steps: Stop Tomcat Install application2 vial RPM install to tomcat Webapps directory Start Tomcat We have som