Re: Remove apache tomcat default home page

2013-01-03 Thread Igor Cicimov
On Fri, Jan 4, 2013 at 3:39 PM, ana kando wrote: > Hi all, > > I just installed a software that bundled with apache tomcat. I > successfully installed the software and can run the software at > http://localhost:8080/myapps/ > > However, when i remove /myapps from browser, it will go directly to a

(OT) Hibernate question

2013-01-03 Thread Martin Gainty
Gentlemen This has been asked many times but i havent found an answer Does anyone know how to hint a Hibernate predicate with something like select /*+ index(emp_alias ix_emp) */ ... from scott.emp emp_alias Martin __ If computers were self-aware t

Re: Tomcat doesn't process error messages

2013-01-03 Thread André Warnier
Husarik, Branko wrote: Hello, I will try to clarify the process as I see it: Request message sending process from Oracle to Web Service Oracle --> HTTP --> Tomcat --> Input/Output stream --> webapp --> Input/Output stream --> Tomcat --> HTTPS --> Web Service I think that this is wrong. To

Re: Tomcat JMX remote

2013-01-03 Thread Schadler Johann
I suggest the following additional params: -Dcom.sun.management.jmxremote.host= -Djava.rmi.server.hostname= For me, this (with the options below, of course) works as expected. wbr Johann From: Adrien RUFFIE Sent: Thursday, December 06, 2012 4:03 PM To: users@tomcat.apache.org Subject: Tomcat

Re: Secure AJP load balancing problem

2013-01-03 Thread Igor Cicimov
On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" wrote: > > Thanks Mark, I am working on parallely setting up another environment with > Tomcat 6.x, however to clear an urgent audit I need to show the Apache > connector uses secure protocol to exchange the data between Apache and > tomcat. Both thes

Re: Limiting threads per context

2013-01-03 Thread Felix Schumacher
Am 03.01.2013 15:31, schrieb kharp...@oreillyauto.com: Hello All, Yesterday we had a Tomcat6 server reach maxThreads and stay that way until we restarted it. After researching a thread dump and some log files, we found one of the applications is creating NullPointerExceptions and subsequently l

[jdbc-pool] Transaction left open by the connection validation mechanism ?

2013-01-03 Thread Davoust, Pascal
Hi all, I'm using the tomcat jdbc connection pool (7.0.34) to connect against a PostgreSQL database (version 8.4 - jdbc driver 9.0.801) and I'm having a potentially dodgy situation with the validation mechanism. The code I'm using does change the transaction isolation level of a connection that h

RE: Tomcat doesn't process error messages

2013-01-03 Thread Tim Watts
On Thu, 2013-01-03 at 12:42 +, Husarik, Branko wrote: > Hello, > > I will try to clarify the process as I see it: > > Request message sending process from Oracle to Web Service > Oracle --> HTTP --> Tomcat --> Input/Output stream --> webapp --> > Input/Output stream --> Tomcat --> HTTPS -->

Re: Secure AJP load balancing problem

2013-01-03 Thread Arunkumar Janarthanan
Thanks Mark, I am working on parallely setting up another environment with Tomcat 6.x, however to clear an urgent audit I need to show the Apache connector uses secure protocol to exchange the data between Apache and tomcat. Both these servers are in DMZ and on different servers. Hello Chris, Tha

RE: Tomcat doesn't process error messages

2013-01-03 Thread Tim Watts
On Thu, 2013-01-03 at 12:42 +, Husarik, Branko wrote: > Hello, > > I will try to clarify the process as I see it: > > Request message sending process from Oracle to Web Service > Oracle --> HTTP --> Tomcat --> Input/Output stream --> webapp --> > Input/Output stream --> Tomcat --> HTTPS -->

RE: Tomcat doesn't process error messages

2013-01-03 Thread Tim Watts
On Thu, 2013-01-03 at 12:42 +, Husarik, Branko wrote: > Hello, > > I will try to clarify the process as I see it: > > Request message sending process from Oracle to Web Service > Oracle --> HTTP --> Tomcat --> Input/Output stream --> webapp --> > Input/Output stream --> Tomcat --> HTTPS -->

RE: Limiting threads per context

2013-01-03 Thread Jeffrey Janner
> -Original Message- > From: kharp...@oreillyauto.com [mailto:kharp...@oreillyauto.com] > Sent: Thursday, January 03, 2013 8:31 AM > To: users@tomcat.apache.org > Subject: Limiting threads per context > > > Hello All, > > Yesterday we had a Tomcat6 server reach maxThreads and stay that w

Limiting threads per context

2013-01-03 Thread kharper2
Hello All, Yesterday we had a Tomcat6 server reach maxThreads and stay that way until we restarted it. After researching a thread dump and some log files, we found one of the applications is creating NullPointerExceptions and subsequently leaving a TP-ProcessorX in WAITING state indefinitely for

RE: Tomcat doesn't process error messages

2013-01-03 Thread Husarik, Branko
Hello, I will try to clarify the process as I see it: Request message sending process from Oracle to Web Service Oracle --> HTTP --> Tomcat --> Input/Output stream --> webapp --> Input/Output stream --> Tomcat --> HTTPS --> Web Service Response message receiving process from Web Service to Or

Re: Tomcat doesn't process error messages

2013-01-03 Thread André Warnier
Husarik, Branko wrote: SOAP service logic should manipulate the message, but there is need to receive message from Tomcat by reading it's input stream. Problem is, there is only error stream cointaining tomcat error coming from Tomcat. I think it is caused by message from web service, which co

RE: Tomcat doesn't process error messages

2013-01-03 Thread Husarik, Branko
SOAP service logic should manipulate the message, but there is need to receive message from Tomcat by reading it's input stream. Problem is, there is only error stream cointaining tomcat error coming from Tomcat. I think it is caused by message from web service, which cointains " HTTP/1.1 500 In