Re: tomcat8-maven-plugin

2014-10-12 Thread LG Optimusv
Thank Oliver. I'll try to help, but I don't know if I can do anything because I have no experience of writing a maven plugin and have no idea how a maven plugin works internally. So let's see. On Sun, Oct 12, 2014 at 7:37 PM, Olivier Lamy wrote: > Hi, > I started a branch called tc8.x ( see >

Re: tomcat8-maven-plugin

2014-10-12 Thread Olivier Lamy
Hi, I started a branch called tc8.x ( see https://github.com/apache/tomcat-maven-plugin ) or in svn https://svn.apache.org/repos/asf/tomcat/maven-plugin/branches/tc8.x/ The tomcat8 plugin is currently working except if you use jsp. ATM because of low bandwith I don't have to have a look to fix tha

Re: Windows Tomcat install folder

2014-10-12 Thread Guy Dillen
Ok thx Guy Sent from my iPhone > On 12 Oct 2014, at 19:28, Igal @ getRailo.org wrote: > >> On 10/12/2014 5:00 AM, Guy Dillen wrote: >> What is the ³recommended²/usually used installation folder for manually >> install of Tomcat on Windows 7/8: >> >> c:\Program Files\Š >> >> or >> >> c:\tomc

Re: Windows Tomcat install folder

2014-10-12 Thread Igal @ getRailo.org
On 10/12/2014 5:00 AM, Guy Dillen wrote: > What is the ³recommended²/usually used installation folder for manually > install of Tomcat on Windows 7/8: > > c:\Program Files\Š > > or > > c:\tomcat\apache-tomcat-8.0.14 > c:\tomcat\apache-tomcat-7.0.56 I don't know about the "recommended" way, but per

Re: JAX-WS Web Services

2014-10-12 Thread Meeraj Kunnumpurath
Thank you. I found the catalina-ws add on, trying out that now. For some reason, I assumed JSR 109 was required for a servlet container. Regards Meeraj On Sun, Oct 12, 2014 at 3:22 PM, John D. Ament wrote: > Tomcat's a servlet container, not an app server. If you want SOAP APIs, > you need to

Re: JAX-WS Web Services

2014-10-12 Thread John D. Ament
Tomcat's a servlet container, not an app server. If you want SOAP APIs, you need to use a SOAP runtime like CXF in your app. On Sun, Oct 12, 2014 at 10:16 AM, Meeraj Kunnumpurath < mee...@servicesymphony.com> wrote: > Hi, > > I am porting an application from Weblogic 12 to Tomcat 8. The applicat

JAX-WS Web Services

2014-10-12 Thread Meeraj Kunnumpurath
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, it doesn't seem to be working in Tomcat, when access the WSDL URL, I get a 404. Regards -- *Mee

Re: Custom Realm

2014-10-12 Thread Service Symphony
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 Kunnumpurath > wrote: > > Hi, > > I have some specific requirements for security and I have be

Windows Tomcat install folder

2014-10-12 Thread Guy Dillen
Hi, What is the ³recommended²/usually used installation folder for manually install of Tomcat on Windows 7/8: c:\Program Files\Š or c:\tomcat\apache-tomcat-8.0.14 c:\tomcat\apache-tomcat-7.0.56 Thanks. Guy

Re: Tomcat Connection Pool Problems with XtraBackup

2014-10-12 Thread Stefan Mayr
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 of SHOW TABLE STATUS commands and then works on the file system level.