Questions about running Apache Tomcat 7 as an embedded server in another application.
Questions tagged [embedded-tomcat-7]
155 questions
0
votes
1 answer
Spring can not load properties when webapp is deployed on Maven embedded Tomcat
My webapp is working properly when manually deployed to Tomcat. I want to perform integration tests during build and I want to use tomcat7-maven-plugin to start embedded tomcat to which webapp will be deployed.
Configuration in pom.xml:
…

Michał Herman
- 3,437
- 6
- 29
- 43
0
votes
1 answer
Configuring more than one user in Embedded Tomcat Realm
I would like to support more than one user in my realm.
How can this be done?

danieln
- 4,795
- 10
- 42
- 64
0
votes
2 answers
Share spring container between test application and embedded tomcat
We are using cucumber-jvm to write an integration test layer in our application. One of the challenges we are finding is managing the database between the tests and the web application.
A typical scenario is that we want to persist some entities…

Jeffrey Cameron
- 9,975
- 10
- 45
- 77
0
votes
1 answer
Basic login authentication fails after upgrading tomcat-embeded versions
My application expose web applications using Tomcat Embedded.
It is secured using username and password authentication. From my web.xml
BASIC
BMC Application Diagnostics Portal…

danieln
- 4,795
- 10
- 42
- 64
0
votes
1 answer
Different Log4j for Embedded Tomcat and the web apps
I am using Embedded Tomcat (Version 7.028). My Embedded Tomcat server is a configurable server which can add one or more web-apps to it.
I want to log the errors/info messages in Embedded Tomcat in one log file and maintain different log files for…

haritejareddy
- 37
- 6