&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
maven
0
votes
2
answers
88
views
Maven: javax.servlet specification deployed
I've a web application configured with Maven which uses a library, also configured with Maven and when I package geronimo-servlet_3.0_spec-1.0.jar…
java
tomcat
maven
asked
June 25, 2011 6:43 am CDT
stivlo
0
votes
1
answer
52
views
Maven webapp with tomcat 5.5
I'm learning Maven and created a sample WebApp with the following command: mvn archetype:generate \ -DgroupId=org.obliquid \ -DartifactId=test \…
java
tomcat
maven
asked
June 25, 2011 6:24 am CDT
stivlo
0
votes
0
answers
56
views
Eclipse + Maven + Tomcat: testing web apps when the WAR is built with custom options
I am using Eclipse (Helios), with the "m2eclipse" plugin. I am working on a Maven-based web application project, which I test on a local Tomcat…
java
eclipse
tomcat
maven
m2eclipse
asked
June 24, 2011 12:18 pm CDT
Steve Perkins
0
votes
0
answers
58
views
Maven Cargo does not stop the container
I have a maven project where I want to use the Cargo-Maven-Plugin (1.1.1) to start and stop a tomcat server to run integration tests. <plugin>…
java
tomcat
maven
integration-testing
castor
asked
June 24, 2011 9:22 am CDT
Ralph
1
vote
1
answer
36
views
Jetty maven dependencies
We are using the maven Jetty plugin for development. i always used <jetty.version>7.2.2.v20101205</jetty.version> and <plugin>…
ssl
maven
jetty
asked
June 23, 2011 9:46 am CDT
Janning
0
votes
3
answers
51
views
Can I use PostgreSQL in Maven build?
I am trying to create an integration test, which requires a running PostgreSQL server. Is it possible to start the server in maven build and stop it…
java
unit-testing
postgresql
maven
integration-testing
asked
June 15, 2011 5:29 pm CDT
yegor256
0
votes
1
answers
40
views
How can i use maven tomcat plugin for two different environment ?
in my tomcat project i've a configuration folder, in path src/main/tomcatconf . Now i want to deploy to 2 different server, a development server,…
tomcat
deployment
configuration
maven
profile
asked
June 15, 2011 9:54 am CDT
antonio Musella
1
vote
3
answers
29
views
What is expansion and how do we use it?
A friend from college is studing web programming using the tapestry framework, and he asked me if could i help him with his homework. One of the…
java
homework
apache
maven
tapestry
asked
June 14, 2011 1:40 pm CDT
sfrj
0
votes
0
answers
33
views
How to configure custom serverXml with mvn tomcat:run
I'm trying to get a separate serverXml file working with the maven tomcat plugin's tomcat:run goal. I read the plugin page here:…
tomcat
maven
asked
June 13, 2011 4:36 pm CDT
Kevin
0
votes
0
answers
62
views
Eclipse WebApp deploying over Maven with Tomcat results in Error: 'Failed to deploy application at context path'
When I try deploying my HelloWorld project as describet at IBM Developerworks to Tomcat 7 with Maven 3 using the command mvn tomcat:deploy I get the…
java
eclipse
tomcat
deployment
maven
asked
June 13, 2011 5:03 am CDT
Jack Murphy
0
votes
2
answers
52
views
Tomcat & Spring Web - Class Not Found Exception org.springframework.web.context.ContextLoaderListener
I get the following exception when I try to start Tomcat through Eclipse (via right click on Project, Run As -> Run on Server).…
java
eclipse
spring
tomcat
maven
asked
June 12, 2011 10:21 am CDT
Link
0
votes
1
answers
29
views
How to deploy and install using single command
I have an application that is broken into four Flex modules: 1) Main module 2) Sub module 1 3) Sub module 2 3) Library project. We have created this…
tomcat
deployment
maven
asked
June 7, 2011 1:14 am CDT
vennela
0
votes
0
answers
44
views
Fast Way to Deploy Webapp with Maven to Remote Server
I am using cargo:deploy with maven to deploy applications to servers. This works well, but I recently tried using CloudBees. They have a similar…
tomcat
deployment
maven
asked
June 4, 2011 8:07 pm CDT
Mark
0
votes
0
answers
51
views
Weblogic maven plugin with ssl problem
Hi, I am now trying to use oracle weblogic maven plugin to deploy an application to an admin server with administration port. I am using t3s…
plugins
ssl
maven
weblogic
asked
June 3, 2011 3:35 am CDT
user283507
0
votes
0
answers
42
views
How to set servlet classpath in eclipse/tomcat/maven/spring?
I have written a servlet and I want it to instantiate a spring context like this: ApplicationContext context = new…
java
spring
tomcat
maven
classpath
asked
June 2, 2011 12:51 pm CDT
bruce
0
votes
1
answer
41
views
How i can can run tomcat with maven:run with my custom configuration file ?
hi all, i want to run my tomcat project by maven:run. In which path i can put my tomcat-user.xml to load it dinamically ? thanks Regards Antonio
tomcat
configuration
maven
asked
June 2, 2011 6:59 am CDT
antonio Musella
0
votes
0
answers
41
views
Unable to generate swc when when deploying using tomcat
swc file for my library project is generated when i run mvn install command but its not generating if i run mvn tomcat:deploy Please advice
tomcat
maven
asked
June 2, 2011 5:46 am CDT
vennela
0
votes
1
answers
64
views
Maven,Glass Fish,Java,NetBeans,Postgresql
Hi All, I am working on a web project using maven.When I run the server on net-beans 6.8,the build is succes,but when deploying to server I am…
java
postgresql
maven
glassfish
netbeans6.8
asked
May 31, 2011 4:20 am CDT
naveen
0
votes
0
answers
33
views
Errors installing apache maven?
Hi there, I need help with installing apache maven onto a Windows computer. I've downloaded the file Maven 2.0.11 from…
apache
installation
install
maven
failed-installation
asked
May 25, 2011 2:56 pm CDT
O_O
0
votes
0
answers
36
views
Deploying prebuilt WAR with tomcat-maven-plugin
I have a WAR file properly generated by Warbler and it's working when I do this all by hand. I'm trying to use maven (via Hudson) to 1) Invoke the…
tomcat
maven
asked
May 24, 2011 12:01 pm CDT
hsiu
Pages
:
1
|
2
|
3
|
4
|
5
>
90
maven
Tagged:
maven
Related Tags
tomcat
× 69
java
× 34
eclipse
× 18
deployment
× 9
apache
× 8
spring
× 7
ssl
× 6
jetty
× 5
maven-cargo
× 5
integration-testing
× 4
m2eclipse
× 4
plugins
× 3
jsf
× 3
hudson
× 3
web-applications
× 3
postgresql
× 3
mysql
× 3
jar
× 2
https
× 2
war
× 2
nexus
× 2
maven-plugin
× 2
cargo
× 2
liquibase
× 2
jsf-2.0
× 2
configuration
× 2
maven-2
× 2
servlets
× 2
maven-jetty-plugin
× 2
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy