Tagged Questions
0
votes
0answers
20 views
Migrating from Richfaces-4.1.0.Final to Richfaces-4.3.2.Final
Recently I was trying to upgrade my application from RF-4.1.0.Final to RF-4.3.2.Final.
Application Server I am using is Tomcat-7 and the project is built using Maven.
Few issues that I had faced:
...
1
vote
1answer
90 views
JBOSS-AS-MAVEN-PLUGIN :- Authentication Fails BUT Jboss-cli authentications?
I have setup a new JBoss server and am able to access it remotely using 'jboss-cli.bat'.
HOWEVER, when my Hudson job runs, and trys to deploy a war to the server using jboss-as-maven-plugin, it is ...
-1
votes
2answers
247 views
javax.servlet-api-3.0.1.jar) - jar not loaded [closed]
I am getting error like this
I tried different versions of servlet-api
I tried different versions of bcprov-ext-jdk15-*.jar
I am using:
Windows 7
Java 1.7
Grails 2.1.4
Groovy 2.0.4
Tomcat ...
2
votes
2answers
153 views
NoClassDefFoundError in web application running on Tomcat 7
I have web application written in Java using gucie-servlet framework being built by Maven 3. When I deploy it on Tomcat 7 container and try to access it using browser, Tomcat replies with 404 status ...
2
votes
0answers
246 views
Running tomcat7 maven plugin with custom classpath using VirtualWebappLoader
I have a maven war project, that I'm trying to run with tomcat7-maven-plugin. The problem I'm having is that the configuration for each of the environments is in custom folder (it's not inside ...
1
vote
0answers
40 views
M2 Eclipse Maven3 pom generate classpathentry relative to ECLIPSE_HOME
How do I get this kind of classpath entry:
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.debug_3.7.100.v20120529-1702"/>
generated when loading my maven project in ...
1
vote
1answer
69 views
Maven MultiWAR project: How to deploy them all from root project?
I'm using multimodule Maven project. Some modules are simply JARs but some of them are WARs (sometimes WAR is submodule of other submodule).
I those WAR modules I'm using tomcat plugin. For example:
...
1
vote
1answer
560 views
Tomcat 7 with Vaadin, Hibernate, Eclipse and Maven 3
I'm trying to integrate maven in my existing Vaadin project. There is several errors and weird things. First of all I can't understand what I should do to make tomcat instance used by maven is visible ...
0
votes
0answers
96 views
Maven Cargo Tomcat7 the server.xml is being over written
I'm trying to get our integration testing running with maven. It's deploying the catalina-base to the correct directory and running with catelina-home set as the local install of Tomcat7.
However the ...
2
votes
1answer
1k views
Maven Tomcat 7 - Build
I am using Tomcat 7 to deploy my war file.
So had to use mojo tomcat-maven-plugin.
My Http port set in tomcat is 8090, and my server name is localhost.
Maven could not deploy my app as it is giving ...
0
votes
2answers
76 views
Maven Tomcat Deploy Fails with Non-Blank Password
I'm able to successfully deploy my war to tomcat via the maven tomcat plugin when the password is blank:
settings.xml
<server>
<id>local_tomcat</id>
...
1
vote
1answer
6k views
Tomcat7 deploy Fail: org.apache.catalina.LifecycleException: Failed to start component /w org.springframework.web.servlet.DispatcherServlet
I have a very sample web.xml written below:
The problem is...If I remove org.springframework.web.servlet.DispatcherServlet section, I can successfully deploy my project in Tomcat7 as a simple ...
4
votes
3answers
1k views
Tomcat + CDI + Arquillian
I use Tomcat 7 together with CDI and for that I used the jee6-servlet-minimal-archetype from the Knappsack Maven Archetypes as a starting point.
Now I'd like to use Arquillian for testing the CDI ...
0
votes
1answer
986 views
tomcat7 deployment using tomcat7 maven plugin not working
I am trying to use the eclipse maven plugin but when using the command:
tomcat7:deploy I am getting build successful with lots of html output explaining about adding users, I have added the user to ...
1
vote
2answers
103 views
Java JSP and tomcat
I am trying to develop a JSP with tomcat 7 but I am finding that each time I make a change to it the I have to undeploy the app through tomcat manager and then deploy it again. Is there some sort of ...
0
votes
2answers
840 views
Tomcat 7 + Maven 3 Deployment Plugin - Step by Step
I researched a lot about tomcat-maven-plugin. I do not have exact steps on how to do the integration.
I tried changing tomcat-users.xml, pom.xml, settings.xml and also added a goal in ...
2
votes
1answer
278 views
Running JPA on Tomcat
I am building a maven test project which runs with:
Spring MVC 3.1.1
JPA, with Hibernate 4.1.4 as jpa provider
MYSQL 5.5.x
TOMCAT 7
I'm trying to create a simple end-end basic use case which involves ...
1
vote
2answers
296 views
JSF web project <h:xxx> tag invisible
I followed a tutorial to make a JSF web project but it's not working, everything in <h : xxx> tag is invisible inside browser such as firefox or googlechrome.
It's suposed to do that :
first ...
5
votes
2answers
2k views
Spring + Maven: The matching wildcard is strict, but no declaration can be found for element 'jdbc:embedded-database'
i am currently trying to build a little webapp that uses Spring, Hibernate and Maven (running on a tomcat). It works quite fine, except that i cannot get my embedded-database to work. I hope you can ...
3
votes
3answers
2k views
maven tomcat7:deploy fails with access denied
I have a tomcat7. Access to manager app (http://localhost:7777/manager/html) works fine with the credentials defined in tomcat-users.xml.
Now I want to deploy an application with maven3. I configured ...
1
vote
2answers
176 views
Confirming a maven project converted to web app is created correctly
When I convert a maven project to a web project (by updating checking the box "Dynamic Web Module" in project facets) the project I convert does not contain the dynamic web app icon. Should the icon ...
0
votes
1answer
78 views
Is this the same tomcat maven plugin?
Are these the same plugin as seem to accomplish the same task ?
http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html
http://tomcat.apache.org/maven-plugin.html
Update : almost certainly the ...
2
votes
1answer
5k views
tomcat 7 maven plugin snapshot repository issue?
I would like to have tomcat 7 maven plugin, and followed the instruction from [the plugin site][1].
What happened is that it seems to be able to find the tomcat 6.0.29, but not the version 7.
I know ...


