Re: Tomcat maven plugin

2023-01-17 Thread hantsy bai
The official tomcat maven plugin has not been updated for years, for the latest tomcat/Maven support, I would like to use the Cargo maven plugin instead. https://codehaus-cargo.github.io/cargo/Maven+3+Plugin.html Example project: https://github.com/hantsy/jakartaee9-servlet-starter-boilerplate

Re: Tomcat maven plugin

2023-01-17 Thread Mark Thomas
On 17/01/2023 17:35, Alex O'Ree wrote: Is the tomcat maven plugin still maintained? I noticed it hasn't been updated in a while Not at the moment, but if someone wants to volunteer to do so it is a great opportunity to start contributi

Tomcat maven plugin

2023-01-17 Thread Alex O'Ree
Is the tomcat maven plugin still maintained? I noticed it hasn't been updated in a while

Apache Tomcat Maven Plugin Tomcat 8.5 support

2016-12-09 Thread Frank.Pientka
Hi there The Apache Tomcat Maven Plugin supports only Apache Tomcat/7.0.47. http://tomcat.apache.org/maven-plugin-trunk/ Does anybody know if a Tomcat8.5 support is planned or has an alternative eg. build an own launcher main class Thanks for reply Frank

tomcat maven plugin sni

2016-07-28 Thread Matthew Broadhead
-> [Help 1] i.e. it is reverting to the first host using ssl defined in httpd.conf i looked at the dependencies and tomcat7-maven-plugin depends on common-tomcat-maven-plugin 2.2 which depends on httpclient 4.3.1. according to some stuff i read httpclient supports SNI on any version after 4.3.

Re: Tomcat Maven Plugin release?

2016-05-17 Thread Konstantin Welke
;Has anyone knowledge of the upcoming release plan for the Tomcat Maven >Plugin project?

Tomcat Maven Plugin release?

2016-04-04 Thread Magnus Skoglund
would not like to do a local fork of the project. Has anyone knowledge of the upcoming release plan for the Tomcat Maven Plugin project?

Tomcat Maven Plugin - Tomcat 8 support?

2015-03-06 Thread Timothy Astle
Hi all, I was wondering what the status of the Tomcat MavenPlugin wasand if the current plan is to have the next release support Tomcat 8? Tim

Re: Tomcat Maven plugin failure: tries to use a TLSv1 handshake with a TLSv1.2 server.

2015-03-05 Thread Stu Smith
chultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Stu, > > On 3/5/15 2:23 AM, Stu Smith wrote: > > Hello, > > > > I'm using the tomcat maven plugin to deploy to an SSL-enabled host. > > I've pointed maven at copy of the

Re: Tomcat Maven plugin failure: tries to use a TLSv1 handshake with a TLSv1.2 server.

2015-03-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stu, On 3/5/15 2:23 AM, Stu Smith wrote: > Hello, > > I'm using the tomcat maven plugin to deploy to an SSL-enabled host. > I've pointed maven at copy of the keystore used on the tomcat > server itself, so all the keys

Tomcat Maven plugin failure: tries to use a TLSv1 handshake with a TLSv1.2 server.

2015-03-04 Thread Stu Smith
Hello, I'm using the tomcat maven plugin to deploy to an SSL-enabled host. I've pointed maven at copy of the keystore used on the tomcat server itself, so all the keys should be there. Also, I enabled java.net.ssl.debug=all, and confirmed the public key, intermediate cert, and C

New release of tomcat maven plugin?

2014-09-03 Thread Eric Lilja
Hi! I am planning to start developing some web applications targeting Tomcat. I plan to use version 8, which I believe was declared GA not too long ago (out of beta). It seems, however, that the latest release of the tomcat-maven-plugin only supports Tomcat 7. Now that Tomcat 8 is stable, is a

Tomcat Maven plugin with JDK 1.7.0_51 and fork set to true

2014-01-30 Thread Mark Eggers
Folks, I'm trying to create some integration tests with the Maven plugin. OS: Fedora 20 64 bit Windows 7 Home Premium 64 bit JRE:1.7.0_51 JDK:1.7.0_51 Maven: 3.12 on Fedora 3.10 on Windows Plugin: 2.2 First thing is I guess I've misunderstood the true configuration

[ANN] Apache Tomcat Maven plugin 2.2

2013-11-10 Thread Olivier Lamy
Release Notes - Apache Tomcat Maven Plugin - Version 2.2 ** Bug * [MTOMCAT-84] - tomcat:reload logs the wrong message * [MTOMCAT-92] - Bind tomcat to a self-chosen network interface * [MTOMCAT-165] - http status 401 reported as success * [MTOMCAT-203

Re: Deploy web app with context version by tomcat-maven-plugin

2013-10-09 Thread Phuoc Nguyen
Hi Dan >Are you using "ROOT#version.war"? Cause it should be >"ROOT##version.war". >Using one "#" means something different. I am using ROOT##version.war. I have a typo mistake in the previous email. My problem is using tomcat-maven-plugin. I don'

Re: Deploy web app with context version by tomcat-maven-plugin

2013-10-09 Thread Daniel Mikusa
.html#Naming to find > the way to set version for my web application. I deploy my web application > by tomcat-maven-plugin > > >org.codehaus.mojo > >tomcat-maven-plugin > >1.1 > > > > > ${project.build.directory}/${project

Deploy web app with context version by tomcat-maven-plugin

2013-10-08 Thread Phuoc Nguyen
my web application by tomcat-maven-plugin org.codehaus.mojo tomcat-maven-plugin 1.1 ${project.build.directory}/${project.build.finalName}.war http://myhostname.com:8080/manager/text / ##${project.version} tomcat

Re: Tomcat 8 + Tomcat Maven Plugin 2.2 + Tomcat8 Maven Plugin?

2013-03-24 Thread Nick Williams
On Mar 24, 2013, at 4:55 AM, Olivier Lamy wrote: > Hi, > Apologize for delayed response. > I have not tested that. I don't know if embedder trunk (i.e tomcat8) > is compatible. > Did you try using tomcat8 snapshot as described here: > http://tomcat.apache.org/maven-plugin-trunk/tomcat7-maven-plug

Re: Tomcat 8 + Tomcat Maven Plugin 2.2 + Tomcat8 Maven Plugin?

2013-03-24 Thread Olivier Lamy
Hi, Apologize for delayed response. I have not tested that. I don't know if embedder trunk (i.e tomcat8) is compatible. Did you try using tomcat8 snapshot as described here: http://tomcat.apache.org/maven-plugin-trunk/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html 2013/3/14 Nick William

Tomcat 8 + Tomcat Maven Plugin 2.2 + Tomcat8 Maven Plugin?

2013-03-13 Thread Nick Williams
https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/maven/ In snapshots there is only tomcat6-maven-plugin and tomcat7-maven-plugin. So, even though my Maven dependencies are on Tomcat 8.0-SNAPSHOT, any "executable war" I build with the plugin has Tomcat 7 classes in i

[ANN] Apache Tomcat Maven plugin 2.1

2013-02-25 Thread Olivier Lamy
Release Notes - Apache Tomcat Maven Plugin - Version 2.1 ** Bug * [MTOMCAT-61] - maven tomcat:run ignores the useSeperateTomcatClassloaded when using serverXml property * [MTOMCAT-119] - tomcat7:run-war fails because it expects META-INF\context.xml * [MTOMCAT-128] - The plugin

[ANN] Apache Tomcat Maven Plugin 2.0

2012-09-14 Thread Olivier Lamy
Release Notes - Apache Tomcat Maven Plugin - Version 2.0 ** Bug * [MTOMCAT-116] - NonRepeatableRequestException when executing goal tomcat6:deploy * [MTOMCAT-118] - tomcat7:run wont accept additionalClasspathDir arguments * [MTOMCAT-123] - Can't add test scoped dependency filte

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-09-04 Thread Sérgio Areias
s : >>> > Hi. >>> > >>> > On 31 August 2012 21:24, Olivier Lamy wrote: >>> > >>> >> 2012/8/27 Sérgio : >>> >> > Hi. >>> >> > >>> >> > I am trying to use the Tomcat Maven Plugin to crea

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-09-04 Thread Olivier Lamy
31 August 2012 21:24, Olivier Lamy wrote: >> > >> >> 2012/8/27 Sérgio : >> >> > Hi. >> >> > >> >> > I am trying to use the Tomcat Maven Plugin to create an executable jar >> >> file >> >> > with an embedded

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-09-04 Thread Sérgio Areias
On 4 September 2012 09:26, Olivier Lamy wrote: > > 2012/9/3 Sérgio Areias : > > Hi. > > > > On 31 August 2012 21:24, Olivier Lamy wrote: > > > >> 2012/8/27 Sérgio : > >> > Hi. > >> > > >> > I am trying to use the Tomcat

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-09-04 Thread Olivier Lamy
2012/9/3 Sérgio Areias : > Hi. > > On 31 August 2012 21:24, Olivier Lamy wrote: > >> 2012/8/27 Sérgio : >> > Hi. >> > >> > I am trying to use the Tomcat Maven Plugin to create an executable jar >> file >> > with an embedded

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-09-03 Thread Sérgio Areias
Hi. On 31 August 2012 21:24, Olivier Lamy wrote: > 2012/8/27 Sérgio : > > Hi. > > > > I am trying to use the Tomcat Maven Plugin to create an executable jar > file > > with an embedded Tomcat7, but I am having two issues when trying to do > so. > > >

Re: Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-08-31 Thread Olivier Lamy
2012/8/27 Sérgio : > Hi. > > I am trying to use the Tomcat Maven Plugin to create an executable jar file > with an embedded Tomcat7, but I am having two issues when trying to do so. > > The first one, is that I am not getting how I can stop my executable jar. I > want to ru

Tomcat Maven Plugin - Executable jar context loading and shutdown

2012-08-27 Thread Sérgio
Hi. I am trying to use the Tomcat Maven Plugin to create an executable jar file with an embedded Tomcat7, but I am having two issues when trying to do so. The first one, is that I am not getting how I can stop my executable jar. I want to run it in from a script (like the shutdown.sh/bat from

Re: tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-31 Thread Olivier Lamy
uld have to modify the hosts file, mapping several .com domains to >>>> localhost + add some to the localhost's >>>> >>>> Currently i am using the standalone tomcat, doing : >>>> - go to the parent module, install all modules, which results in the >

Re: tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-31 Thread Albert Kam
to the webapp project and tomcat7:deploy to it .. >>> >>> Not as fast-development-mode as tomcat7:run (which doesnt include >>> installing the modules + WAR building), but this will do :-) >>> >>> I may be too hopeful, but is this useful enough

Re: tomcat maven plugin + [default] overlay

2012-07-31 Thread Albert Kam
Hi, Yes, it is a reactor module, with childwebapp having dependency on the parentwebapp. Both webapps are own made (not third parties). So, i tried these : - Going to the maven parent module to do the install --> results on parentwebapp.war and childwebapp.war (overlays with parentwebapp.war) -

Re: tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-31 Thread Albert Kam
un (which doesnt include >> installing the modules + WAR building), but this will do :-) >> >> I may be too hopeful, but is this useful enough to be added as a new >> feature of tomcat maven plugin ? >> I imagine putting these aliases in the plugin's configurat

Re: tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-31 Thread Olivier Lamy
AR for the webapp > - go to the webapp project and tomcat7:deploy to it .. > > Not as fast-development-mode as tomcat7:run (which doesnt include > installing the modules + WAR building), but this will do :-) > > I may be too hopeful, but is this useful enough to be added as a new > fe

Re: tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-30 Thread Albert Kam
ebapp project and tomcat7:deploy to it .. Not as fast-development-mode as tomcat7:run (which doesnt include installing the modules + WAR building), but this will do :-) I may be too hopeful, but is this useful enough to be added as a new feature of tomcat maven plugin ? I imagine putting these al

Re: tomcat maven plugin + [default] overlay

2012-07-30 Thread Olivier Lamy
2012/7/26 Albert Kam : > Hello, > > I am having a situation where i couldnt tomcat7:run with overlay in eclipse. > In the eclipse indigo, i am using the maven plugin, and have imported > two maven modules, > the childwebapp which depends on the parentwebapp, which is just like > a skeleton, with it

Re: tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-30 Thread Olivier Lamy
Hi, Not possible currently. What is your use case ? those goals are for dev purpose. 2012/7/27 Albert Kam : > I am currently using the snapshot version of tomcat maven plugin. > And i am using tomcat7:run and tomcat7:run-war-only (for webapps with > overlay) actively. > > And th

tomcat maven plugin + configuring virtual host for the embedded tomcat ?

2012-07-27 Thread Albert Kam
I am currently using the snapshot version of tomcat maven plugin. And i am using tomcat7:run and tomcat7:run-war-only (for webapps with overlay) actively. And the time has come for me to try out virtual host .. and as i understand it, i have to configure the host, context, etc .. But i've

tomcat maven plugin + [default] overlay

2012-07-26 Thread Albert Kam
Hello, I am having a situation where i couldnt tomcat7:run with overlay in eclipse. In the eclipse indigo, i am using the maven plugin, and have imported two maven modules, the childwebapp which depends on the parentwebapp, which is just like a skeleton, with it's own classes, jsps, static resourc

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-06-19 Thread Jeff
a specific mailing list for the tomcat-maven-plugin...) > > > > I finally got the 2.0-SNAPSHOT version of the tomcat6-maven-plugin > working > > against a single server, but wondered how I could configure it to push to > > multiple tomcat instances based on the environmen

Re: [tomcat maven plugin] configure vm options on embedded tomcat ?

2012-05-01 Thread Albert Kam
Works great now, thank you ! On Tue, May 1, 2012 at 5:45 PM, Olivier Lamy wrote: > 2012/5/1 Albert Kam : >> I have successfully launched an embedded tomcat as detailed in here : >> http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html >> >> Bu

Re: [tomcat maven plugin] configure vm options on embedded tomcat ?

2012-05-01 Thread Olivier Lamy
2012/5/1 Albert Kam : > I have successfully launched an embedded tomcat as detailed in here : > http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html > > But i wonder whether it is possible to fork and set the extra vm > arguments for the embedd

[tomcat maven plugin] configure vm options on embedded tomcat ?

2012-05-01 Thread Albert Kam
I have successfully launched an embedded tomcat as detailed in here : http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/adjust-embedded-tomcat-version.html But i wonder whether it is possible to fork and set the extra vm arguments for the embedded tomcat launch ? I need to do

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Olivier Lamy
2012/4/30 Jeff MAURY : > I don't link the idea of having Maven adding some stuff except under > target. This will cause many many problems with people and SCM. > I don't get your second solution: how do you merge you temporary stuff and > src/main/webapp with a symlink ? extract (except WEB-INF/li

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
I don't link the idea of having Maven adding some stuff except under target. This will cause many many problems with people and SCM. I don't get your second solution: how do you merge you temporary stuff and src/main/webapp with a symlink ? Jeff On Mon, Apr 30, 2012 at 4:52 PM, Olivier Lamy wro

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Olivier Lamy
2012/4/30 Jeff MAURY : > Salut Olivier, > > I wanted to make sure I understand the goal properly. > Is the rationale for using src/main/webapp as the default docbase for > Tomcat to propagate modifications of files on the fly (JSP,...) without the > need to restart Tomcat ? Yup that's the goal. Fas

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-30 Thread Jeff MAURY
Salut Olivier, I wanted to make sure I understand the goal properly. Is the rationale for using src/main/webapp as the default docbase for Tomcat to propagate modifications of files on the fly (JSP,...) without the need to restart Tomcat ? At least, I think we should make it clear in the documenta

Re: Does Tomcat Maven plugin support WAR overlays ?

2012-04-28 Thread Olivier Lamy
Salut Jeff, Current Overlay support with tomcat6/7:run is very limited (only use jars from WEB-INF/lib of the the war dependencies). Perso, I use maven-dependency-plugin to extract war content (see sample in this pom [1] ). I agree it's "hackhish" :-) and having a better support as in the war plug

Does Tomcat Maven plugin support WAR overlays ?

2012-04-28 Thread Jeff MAURY
Hello, I am facing the following problem with WAR overlays: I have a first WAR, called skeleton, that contains all necessary stuff: base web.xml, index.jsp and JAR dependencies. I have another WAR whose first dependency is the skeleton which is (as of yet) almost empty except for the slf4j_log4 de

Re: tomcat maven plugin deploy to multiple tomcat instances...

2012-04-19 Thread Olivier Lamy
Do that work adding in the section: deploy ? 2012/4/19 Jeff : > (Didn't see a specific mailing list for the tomcat-maven-plugin...) > > I finally got the 2.0-SNAPSHOT version of the tomcat6-maven-plugin working > against a single server, but wondered how I could config

tomcat maven plugin deploy to multiple tomcat instances...

2012-04-18 Thread Jeff
(Didn't see a specific mailing list for the tomcat-maven-plugin...) I finally got the 2.0-SNAPSHOT version of the tomcat6-maven-plugin working against a single server, but wondered how I could configure it to push to multiple tomcat instances based on the environment. For example, our st

Re: Tomcat Maven Plugin - Resource /WEB-INF/classes not found

2012-03-21 Thread Olivier Lamy
Hello, It looks you have a jar providing javax.servlet.* classes which doesn't use provided scope. Can you check that ? 2012/3/21 janne mattila : > I used tomcat-maven-plugin 1.1 to deploy my webapp to an embedded > tomcat. It works ok. Now when I try to update to > org.apach

Tomcat Maven Plugin - Resource /WEB-INF/classes not found

2012-03-21 Thread janne mattila
I used tomcat-maven-plugin 1.1 to deploy my webapp to an embedded tomcat. It works ok. Now when I try to update to org.apache.tomcat.maven/tomcat7-maven-plugin/2.0-beta-1, deploy fails with an error (included in the end). My configuration is such - parent/web-app builds a web-app.war - parent

Re: [Tomcat Maven plugin] Not pulling in Test dependencies when useTestClasspath is true

2012-03-05 Thread Olivier Lamy
2012/3/4 Nathan Schile : > I have the plugin configured to pull in test classes and dependencies > [1], however it doesn't seem to be pulling in my test dependencies.  I > am recieving a NoClassDefFoundError on the class from a test > dependency, if I switch the dependency to a scope of compile, it

Re: [Tomcat Maven plugin] Not pulling in Test dependencies when useTestClasspath is true

2012-03-04 Thread Nathan Schile
I have the plugin configured to pull in test classes and dependencies [1], however it doesn't seem to be pulling in my test dependencies. I am recieving a NoClassDefFoundError on the class from a test dependency, if I switch the dependency to a scope of compile, it works file. Any ideas? [1] ht

Re: [Apache Tomcat Maven plugin] Deploying a "jar" endstate

2012-02-24 Thread Nathan Schile
Should have seen that. Thanks! On Fri, Feb 24, 2012 at 4:05 PM, Olivier Lamy wrote: > Hello, > Check this plugin parameter configuration: > http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/run-mojo.html#ignorePackaging > > HTH > > 2012/2/24 Nathan Schile : >> I currently h

Re: [Apache Tomcat Maven plugin] Deploying a "jar" endstate

2012-02-24 Thread Olivier Lamy
Hello, Check this plugin parameter configuration: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/tomcat7-maven-plugin/run-mojo.html#ignorePackaging HTH 2012/2/24 Nathan Schile : > I currently have a project that has a package type of "jar" that I > would like to run the embedded Tomcat instan

[Apache Tomcat Maven plugin] Deploying a "jar" endstate

2012-02-24 Thread Nathan Schile
I currently have a project that has a package type of "jar" that I would like to run the embedded Tomcat instance on. Everything works fine if the package is "war", but does not work when it is "jar". My web.xml is located in src/test/webapp/WEB-INF/web.xml Anyone know if this is possible? Outpu

[ANN] Apache Tomcat Maven Plugin 2.0-beta-1 Released

2012-02-01 Thread Olivier Lamy
Hello, The Apache Tomcat team is pleased to announce the release of Tomcat Maven Plugin 2.0-beta-1. The Apache Tomcat Maven Plugin provides goals to manipulate WAR projects within the Apache Tomcat servlet container. Documentation site: http://tomcat.apache.org/maven-plugin-2.0-beta-1/ You

Re: [Apache Tomcat Maven plugin] Howto specify the Document base ?

2012-02-01 Thread Olivier Lamy
Gervais : > Dear tomcat users, > > I try to use the Tomcat Maven > plugin<http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/index.html>'s > "run" goal on a webapp. The webapp is generated by > Enunciate<http://enunciate.codehaus.org/> into > the "*ta

Maven tomcat-maven-plugin doesn't take configuration in the pom.xml in account

2011-02-18 Thread emerson
I'm trying to set up my maven2 project to deploy to my local tomcat. In the pom I added: ... org.codehaus.mojo tomcat-maven-plugin tomcat http://localhost:8081/manager /freecologic ... But when I run: mvn tomcat:deploy Maven seems to deploy to the default port:

RE: using tomcat maven plugin

2010-03-30 Thread Caldarale, Charles R
> From: fachhoch [mailto:fachh...@gmail.com] > Subject: RE: using tomcat maven plugin > > Sorry for not answering in that thread. > Here are the plugin details > > http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html In a brief review of the doc for that plu

RE: tomcat maven plugin datasource

2010-03-30 Thread fachhoch
Here are the plugin details http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html n828cl wrote: > >> From: fachhoch [mailto:fachh...@gmail.com] >> Subject: Re: tomcat maven plugin datasource >> >> I did as per the plugin instructions , what am i missing ?

RE: using tomcat maven plugin

2010-03-30 Thread fachhoch
Sorry for not answering in that thread. Here are the plugin details http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html n828cl wrote: > >> From: fachhoch [mailto:fachh...@gmail.com] >> Subject: using tomcat maven plugin >> >> I am struggling hard to

RE: using tomcat maven plugin

2010-03-29 Thread Caldarale, Charles R
> From: fachhoch [mailto:fachh...@gmail.com] > Subject: using tomcat maven plugin > > I am struggling hard to setup datasource in tomact, mine is > embedded tomcat through maven plugin , please help me in > setting up dataasource for embedded tomcat You could always

RE: using tomcat maven plugin

2010-03-29 Thread Muralidhar Yaragalla
Are u trying to create data source from outside tomcat by program? -Original Message- From: fachhoch [mailto:fachh...@gmail.com] Sent: Monday, March 29, 2010 7:47 PM To: users@tomcat.apache.org Subject: using tomcat maven plugin I am struggling hard to setup datasource in tomact, mine

using tomcat maven plugin

2010-03-29 Thread fachhoch
I am struggling hard to setup datasource in tomact, mine is embedded tomcat through maven plugin , please help me in setting up dataasource for embedded tomcat -- View this message in context: http://old.nabble.com/using-tomcat-maven-plugin-tp28069941p28069941.html Sent from the Tomcat

RE: tomcat maven plugin datasource

2010-03-26 Thread Caldarale, Charles R
> From: fachhoch [mailto:fachh...@gmail.com] > Subject: Re: tomcat maven plugin datasource > > I did as per the plugin instructions , what am i missing ? Telling us what plugin you're referring to. Where did you get it? I don't recall seeing any such plugin as part of a

Re: tomcat maven plugin datasource

2010-03-26 Thread fachhoch
dbc.driver.OracleDriver" >>>> url="myurl"/> >>>> >>>> >>>> >>>> >>>> >>>> and here my pom configration >>> >>> Perhaps you meant to include the server.xml? Rather than a POM, which >>> doesn&#x

Re: tomcat maven plugin datasource

2010-03-26 Thread Pid
Perhaps you meant to include the server.xml? Rather than a POM, which doesn't tell me anything about what Tomcat is actually using. p org.codehaus.mojo tomcat-maven-plugin 1.0-beta-1 /artms

Re: tomcat maven plugin datasource

2010-03-26 Thread fachhoch
iver" >> url="myurl"/> >> >> >> >> >> >> and here my pom configration > > Perhaps you meant to include the server.xml? Rather than a POM, which > doesn't tell me anything about what Tomcat is actual

Re: tomcat maven plugin datasource

2010-03-26 Thread Timo Meinen
ere my pom  configration > > Perhaps you meant to include the server.xml?  Rather than a POM, which > doesn't tell me anything about what Tomcat is actually using. > > > p > >>     >>     org.codehaus.mojo >>     tomcat-maven-plugin >>     1.

Re: tomcat maven plugin datasource

2010-03-26 Thread Pid
using. p org.codehaus.mojo tomcat-maven-plugin 1.0-beta-1 /artms ${basedir}/context.xml automatic commons-dbcp commons

tomcat maven plugin datasource

2010-03-25 Thread fachhoch
I am having trouble setting datasource here is my configration for datasource and here my pom configration org.codehaus.mojo tomcat-maven-plugin 1.0-beta-1 /artms