I'm having trouble deploying my Spring MVC Webapp with the xsbt-web-plugin. When i'm using container:start everything works just fine, but when i'm trying to run the packaged .war file inside a tomcat instance the webapp isn't loaded. It is just starting a plain tomcat instance.
Deploying Spring MVC from SBT
78 Views Asked by Benedikt Lang At
1
There are 1 best solutions below
Related Questions in SPRING-MVC
- Redirect inside java interceptor
- Custom Spring annotation for request parameters
- Spring - configure Jboss Intros for xml with java config?
- No mapping found for HTTP request with URI [/test/WEB-INF/jsp/hello.jsp] in DispatcherServlet with name 'HelloWeb'
- Show login dialog when not authenticated yet
- How to keep a variable in the URL when using Spring LocaleChangeInterceptor
- LightAdmin - Customise parsing DateTime with app timezone
- Spring + TestNG Autowiring failure - NOT due to "new"
- Spring Boot MVC non-role based security
- Pretty print JSON with Spring 4
- How to initialize @DateTimeFormat Parameter on Get?
- Spring security /j_spring_security_login 404 error
- Use thymeleaf template for some pages and rest for some for building gradle project
- java.lang.StackOverflowError in spring controller
- submit dropdown angularjs spring MVC
Related Questions in TOMCAT
- Best way to pass an environment variable to several config files
- Openshift context path
- KeyStore file is not found in jar, although present in jar
- phpseclib of how to get PID and kill
- Unable to connect database of lamp instance from servlet running on tomcat instance of google cloud
- Spring and Tomcat: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
- How can I get a custom header from the client in Tomcat?
- why lost Mysql connection pool after a period?
- Eclipse Java EE + Bitnami Tomcat Stack
- Service not starting using Spring-boot during integration tests
- Image not loading in web page and says 404 error
- Maven Tomcat plugin - 404 WebServlet not found
- How to deploy a spring boot MVC application in traditional tomcat webapps folder?
- Tomcat Manager is not accessible in multi-domain configuration
- JSP return Jasper Exceptions on my friend's pc's when it works on mine
Related Questions in SBT
- How to create a executable jar reading files from local file system
- sbt multi-module project: inter-dependency of integration tests
- How to avoid stack trace with sys.error(message)
- hot swap in sbt project without play-plugin
- sbt add plugin error
- How to combine crossProject and dependsOn
- How to use jnaerator in a sbt project
- how to get control-c to kill only the running process and not sbt itself?
- Intellij not respecting some options in build.sbt
- Docker: getcwd: cannot access parent directories
- How to abstract with SBT?
- SBT PublishM2 do not refresh snapshot jar in local maven repo
- With SBT how do I sequence tasks from plugin before running a test
- sbt stuck at Getting org.scala-sbt sbt 0.13.8 ... on Mac OS X Yosemite with Java 8 and scala 2.11.6
- How should I do that logging in sbt project?
Related Questions in XSBT-WEB-PLUGIN
- Create an executable jar for SBT scalatra webapp using Jetty
- Handling container stop/reload event
- How to have different webapp resources for container:start and package tasks in SBT
- Exclude files from Play framework production build
- webappResources in package := Seq(baseDirectory.value ....) throws Error parsing expression
- xsbt-web-plugin Running the web servelet container outside of sbt?
- How to "package" some modules to jars and others to wars in multi-module build with single task?
- SBT Web Plugin : Error getting ScopedKey(Scope(This,Select(ConfigKey(container)),This,This),full-classpath)
- Include minified JavaScript files in war
- sbt-web-plugin: specifying classpath to jetty with configurationXml
- SBT rerunning command with ~ when "resources" or "webapp" changes
- UnavailableException: Servlet class is not a javax.servlet.Servlet with Jetty
- Deploying Spring MVC from SBT
- SBT hook into incremental compilation
- Why does inspect compile:packageWar::packagedArtifact fail in the Sbt console when using xsbt-web-plugin?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I had an error in my path that slipped through. I've overlooked this for days. Sorry.