Re: javax.naming.NamingException: Resource DTMManager not found on Tomcat 6.0

2014-10-13 Thread Mark Thomas
On 14/10/2014 05:52, Rajeev Singh wrote: > Hi, > Environment: Redhat Linux > Tomcat: Version 6.0 > > I'm getting exception like > javax.naming.NamingException: Resource > /WEB-INF/classes/META-INF/services/com.sun.org.apache.xml.internal.dtm.DTMManager > not found > > javax.naming.NamingExcepti

javax.naming.NamingException: Resource DTMManager not found on Tomcat 6.0

2014-10-13 Thread Rajeev Singh
Hi, Environment: Redhat Linux Tomcat: Version 6.0 I'm getting exception like javax.naming.NamingException: Resource /WEB-INF/classes/META-INF/services/com.sun.org.apache.xml.internal.dtm.DTMManager not found javax.naming.NamingException: Resource /WEB-INF/classes/net/sourceforge/jtds/jdbc/Driv

Tomcat windows authentication domain login issue

2014-10-13 Thread tantaryu
I need some idea on what's wrong with my tomcat configuration for windows authentication. I followed the tomcat windows authentication tutorial and uses the "manager" web application comes with tomcat to do a poc. In my web.xml I change and also changes the auth-constraint to the following . Th

Re: Tomcat7 and Tomcat8 bug or configuration problem

2014-10-13 Thread Mark Thomas
On 13/10/2014 22:52, C. Kaeppelin wrote: > Dear Sir, > I only replaced in the web.xml file of webapps examples > > /jsp/security/protected/* > by > > /jsp/plugin/* > then in my browser i typed : > localhost:8080/examples/jsp/plugin/plugin.jsp > After authentication i did not get

Tomcat7 and Tomcat8 bug or configuration problem

2014-10-13 Thread C. Kaeppelin
Dear Sir, I only replaced in the web.xml file of webapps examples /jsp/security/protected/* by /jsp/plugin/* then in my browser i typed : localhost:8080/examples/jsp/plugin/plugin.jsp After authentication i did not get the clock as usual with tomcat 6. Do the test please. Thank

Re: JAX-WS Web Services

2014-10-13 Thread Leo Donahue
On Sun, Oct 12, 2014 at 9:16 AM, Meeraj Kunnumpurath < mee...@servicesymphony.com> wrote: > Hi, > > I am porting an application from Weblogic 12 to Tomcat 8. The application > has a set of web services that implement javax.xml.ws.Provider > exposed by declaring them as servlets in web.xml. However

Accessing Connector from within Servlet

2014-10-13 Thread Sean K
Hi, I am new to the tomcat user group but have been using tomcat for some years. My situation is odd -- the customer wants the product to remove an external JAR which requires me to make the SSL mutual connection manually, and then post the Soap message. So far I have been successful in doing tha

Re: Windows Tomcat install folder

2014-10-13 Thread John Smith
> > > I don't know about the "recommended" way, but personally I hate the > SPACE in "Program Files", so I definitely prefer the 2nd option. > Same, I don't even bother with the second level directory. I just install to c:\apache-tomcat...

Re: Tomcat Connection Pool Problems with XtraBackup

2014-10-13 Thread John Smith
On Sun, Oct 12, 2014 at 5:56 AM, Stefan Mayr wrote: > Hi John, > > Am 11.10.2014 23:30, schrieb John Smith: > >> I'm trying to workout a managed backup scheme on a MySQL production >> database with XtraBackup. According to our DBA, XtraBackup doesn't lock >> the >> database, but issues a series o

Re: Custom Realm

2014-10-13 Thread Daniel Mikusa
On Sun, Oct 12, 2014 at 8:26 AM, Service Symphony < mee...@servicesymphony.com> wrote: > I have got it working, since the server is not started yet, none of the > underlying infrastructure is available in the realm class constructor. > > Sent from my iPhone > > > On 11 Oct 2014, at 22:37, Meeraj K

Re: Tomcat 6 SSL issue

2014-10-13 Thread Ognjen Blagojevic
Baran, On 10.10.2014 21:06, Baran Topal wrote: Then I received 2 files from the certificate authority, abc.com.cer and abc.om.p7b What certificates do those files contain? Attribute maxSpareThreads is not listed in docs: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html You co

Re: Tomcat JVM Crash

2014-10-13 Thread Ognjen Blagojevic
Chad, On 10.10.2014 18:12, Chad Maniccia wrote: I have reported my findings to Oracle. They need to fix the bug, but for us the best solution was just to move away from JSSE and switch to APR OpenSSL which is the recommend solution to begin with. Thank you for reporting that back to us. Cou