tomcat-maven-plugin

2007-08-01 Thread nmall
Hi, Can you start two web applications using the same tomcat plugin. My tomcat-maven-plugin works for starting ONE web application. But when I specify two apps, it ignores the application which is not being built in the current directory but whose path I have given as follows in the plugin

scantargets and scanTargetPatterns in Jetty Maven config

2007-07-23 Thread nmall
Hi, I have set up ScanTargets and scanTargetPatterns for Jetty in the maven config file. However, this is not working for me. If I change the sources in any of these scantarget directories, it does not automatically compile or reflect it in the web page display. Any ideas on what else needs to

Jetty JNDI configuration with maven plugin

2007-06-26 Thread nmall
Hi, The following configuration for setting up a JNDI JDBC datasource for a J2EE app works on Linux but does not work on Windows XP. Any idea if I need to set up anything more on Windows. Thanks for your help!! We are using Spring to configure our hibernate resources. The Spring bean is

Re: Maven-proxy and error

2007-06-07 Thread nmall
Which section of maven-proxy.properties is relevant to a firewall. Is it the proxies section. I don;t see any documentation for it. Thanks for your help. Here is my maven-proxy.properties... repo.local.store=./target/repo #The port to listen on - not used if loaded as a webapp port=

maven-proxy installation

2007-06-07 Thread nmall
Hi, We are using maven for the first time in our company. I installed maven-proxy on a server machine in our company in the hope that everyone doesn't need to do mvn install:install-file for every single jar file our build depends upon the first time they set up their build. However, though

Maven-proxy and error

2007-06-06 Thread nmall
Hi, I created a maven-proxy on our company's linux server and when I ran it with java -jar maven-proxy-standalone-0.2-app.jar maven-proxy.properties it seems to be running. However, when I refer to it in my local pom and try to compile, I get the following error. Any help would be