Re: /META-INF/context.xml seemingly ignored

2013-08-03 Thread Nick Williams
On Aug 3, 2013, at 6:05 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nick, > > On 8/3/13 2:54 PM, Nick Williams wrote: >> I'm using Tomcat 8.0.0-RC1. Hopefully I'm just missing something >> here. I created a web application with the following >> /META

Re: [Probe]- Tomcat deployment

2013-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 8/3/13 5:56 AM, Jose María Zaragoza wrote: > http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html More like: http://tomcat.apache.org/tomcat-7.0-doc/config/cluster-deployer.html IIRC, this is not a widely-used component... YMMV. -

Re: /META-INF/context.xml seemingly ignored

2013-08-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 8/3/13 2:54 PM, Nick Williams wrote: > I'm using Tomcat 8.0.0-RC1. Hopefully I'm just missing something > here. I created a web application with the following > /META-INF/context.xml file (I tried both with and without the > path="/suppo

java.net.SocketException: Connection reset by peer in setSocketOptions()

2013-08-03 Thread Kees Jan Koster
Dear All, I have an exception that is littering my catalina.out. I see about 7000 of these on a normal day (server handles about 25 requests per second). It is this precise stack trace always. I have some other exceptions, but this one is the main headache I have today. Tomcat 7.0.30 openjdk v

/META-INF/context.xml seemingly ignored

2013-08-03 Thread Nick Williams
Guys, I'm using Tomcat 8.0.0-RC1. Hopefully I'm just missing something here. I created a web application with the following /META-INF/context.xml file (I tried both with and without the path="/support" attribute). The JAR containing the TomcatInstrumentableClassLoader is in TOMCAT_HOME

Re: libapr-1.so.0 not deployed for Tomcat 7

2013-08-03 Thread Rainer Jung
On 03.08.2013 06:06, srinivas yelamanchili wrote: > Thanks Chris > > I installed the APR with --prefix=/apps/mstrat/apache/apr-1.4.8 > > The tomcat native configure had this parameter > '--with-apr=/apps/mstrat/apache/apr-1.4.8' > , so if it's building libtcnative i would expected it pick the l

Re: Help about my problem

2013-08-03 Thread Nick Williams
On Aug 3, 2013, at 1:55 AM, Mehdi Yousefi wrote: > Hi > Thanks for your attention > it is up on port 8000 > but dident respond > this is for some medical use and the boss did not accept a risk of > updating to last version Well, your boss is wrong and foolish then. Since this is for a medical

Re: javaagent is messing with webapp classpath

2013-08-03 Thread Alberto SOUZA
Hi again, the problem is that my agent is generated with same classes that are used inside my webapp. My guess is that tomcat is getting lost with the classloader... On Thu, Aug 1, 2013 at 7:53 PM, Alberto SOUZA wrote: > I see... even if i leave my agent empty? Because i did this test and, just

Re: [Probe]- Tomcat deployment

2013-08-03 Thread Jose María Zaragoza
http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html 2013/8/3 vicky : > Hi Guys, > > Is there a way by which we can handle the tomcat deployment of war files from > a central location via a Web UI screen ? > > I 'm aware of PROBE (http://code.google.com/p/psi-probe/) by which we can do >

[Probe]- Tomcat deployment

2013-08-03 Thread vicky
Hi Guys,   Is there a way by which we can handle the tomcat deployment of war files from a central location via a Web UI screen ?   I 'm aware of PROBE (http://code.google.com/p/psi-probe/) by which we can do the deployment from a Web UI screen but for that we need to individually deploy the Prob