Skip to main content
1 vote
0 answers
82 views

I am using Intellij IDEA 2022.1.4 as my IDE. I have a spring MVC java 1.8 application running on Tomcat version 7.0.109. In my web.xml I have added the JSP servlet class and initialised the compiler ...
Ashik K's user avatar
  • 33
0 votes
0 answers
128 views

I am using below snippet in pom.xml to create a executable jar file for my web application, it is creating the jar file properly and i am able to access it on port 8080. Now i want to change this ...
Vavilapalli Surapu Naidu's user avatar
0 votes
2 answers
750 views

I am making a simple Jersey-Spring webapp. While deploying the app, I am getting errors like this ~/W/repo/webapp$ mvn tomcat7:run ...
Kuldeep Yadav's user avatar
0 votes
1 answer
36 views

I am a student working on the spring MVC framework. apologies in advance if this is a bad question I am using maven for deployment to tomcat7 I understood the flow of which how springMVC works and I ...
Shawn's user avatar
  • 13
3 votes
0 answers
2k views

I'm using tomcat7-maven-plugin version 2.2 along with spring version 5.1.6.RELEASE, hibernate-core 5.4.1.Final dependencies. When I'm running tomcat7:run goal I'm getting following errors: I thought ...
Charan2628's user avatar
1 vote
1 answer
924 views

I know there are many threads talking about it, but I expose a situation that I have not been able to solve with their help. I hope that my problem and if in the future it is solved I can help more ...
un0tec's user avatar
  • 309
3 votes
2 answers
601 views

I'm trying to deploy a war on tomcat via maven (mvn clean install tomcat7:deploy). The deployment seems to work fine, but the application only works if I restart tomcat. It is normal? I think not.
un0tec's user avatar
  • 309
0 votes
2 answers
1k views

I'd like to launch a web application in using an embedded tomcat instead of the standalone version. In order to do that, I've declared the tomcat maven plugin in my pom.xml. When I tried to launch ...
user avatar
0 votes
1 answer
155 views

I have 2 Spring MVC apps using Spring 4.3. I'll call them app1 and app2. app1 works fine. I run it from within Intellij using the tomcat7-maven-plugin (jetty:run goal) and all is well. Its ...
Robert Bowen's user avatar
4 votes
2 answers
2k views

I am using tomcat7-maven-plugin, and my web application is stored in src/main/webapp. It is a React app, so I run npm run build to generate a "compiled" version in src/main/webapp/build. My problem is ...
user2345's user avatar
  • 3,227
0 votes
1 answer
771 views

I'm working on some open-source project and wouldn't like to keep URL of production servers in public repository with source code, but at the same time I'd like to have an opportunity to deploy using ...
Sunny's user avatar
  • 103
2 votes
0 answers
288 views

Everything works fine when deployed to Tomcat server & application logs get printed.But when I use mvn tomcat7:run no application logs are getting printed. My configurations are as follows: web....
ajay vasudevan's user avatar
0 votes
2 answers
1k views

So ive been following the following guide as to how to get maven tomcat7 and cucumber up and running together to run my integration tests. Integration tests with maven and tomcat When I run mvn ...
Matt's user avatar
  • 2,843
13 votes
3 answers
23k views

My issue is that i can't run remote debug with tomcat7-maven-plugin. What i use: Maven Tomcat7 plugin to maven IntelliJ IDEA Ultimate 2016.2.2 Ofc Maven is provided by default with IntelliJ. I already ...
Piotr Bartoch's user avatar
0 votes
0 answers
153 views

I've seen maven plugins setting configurations tied to goals. I'd like to do that with my tomcat7-maven-plugin. However, this doesn't seem to work; when I run deploy it's defaulting to localhost. ...
end-user's user avatar
  • 3,027

15 30 50 per page