Skip to main content

All Questions

Tagged with
1 vote
0 answers
54 views

What can cause the HTTP status 404 when running a Java EE web application in IntelliJ IDEA?

I'm trying to create a simple Java EE web application in IntelliJ IDEA according to this tutorial. I have made sure that everything necessary is installed on my computer (IntelliJ IDEA Ultimate incl. ...
Maxi's user avatar
  • 11
0 votes
0 answers
17 views

Tomcat problem on IDEA that ClassCastException

this is the Console's detail 24, 2024 2:01:57 下午 org.apache.catalina.startup.VersionLoggerListener log Server version: Apache Tomcat/7.0.75 24, 2024 2:01:57 下午 org.apache.catalina.startup....
haoyang luo's user avatar
0 votes
0 answers
32 views

Troubleshooting Tomcat 10.1 Deployment Issues: Resolving Access Problems in IDEA and Standalone Environments

In IDEA i followed the jetbrains offical toturial to use tomcat but always fail, even cannot be available to tomcat home page directly i tried to launch tomcat without IDEA but still failed, this time ...
Jack W's user avatar
  • 1
0 votes
1 answer
87 views

How to Run Multiple Tomcat Servers in IntelliJ IDE for same Application

I had to run 12 instances of tomcat servers on my Mac for a POC. I initially copied same SpringBoot source code multiple directories and run those in IntelliJ. Is there a way to run all instances with ...
Swapnil.Suhane's user avatar
1 vote
2 answers
59 views

Error during artifact deployment [Tomcat 8.5.45]

I cannot seem to resolve this import import com.mysql.jdbc.Driver; I get the following error: Cannot resolve symbol 'mysql' java: package com.mysql.jdbc does not exist I tried finding a JAR on web ...
Rian Santana's user avatar
0 votes
0 answers
13 views

How to properly start a web app project in IntelliJ IDEA 2023.3.5 with tomcat?

I want to start a web app in IntelliJ IDEA 2023.3.5 with Tomcat to build Rest Api's with Jersey and Hibernate. How can i setup this properly I tried setting it up with just a plain project but it ...
justinbitter's user avatar
0 votes
1 answer
124 views

Spring Boot project (using initializr) no longer runs Tomcat in IntelliJ IDEA

I have setup quite a few Spring Boot projects using the Spring Web Starter dependency in the past and never had any issue spinning up the application in IntelliJIDEA (community edition) including ...
devnull69's user avatar
  • 16.4k
0 votes
1 answer
83 views

How to start tomcat project from inteliji in debug mode without 404 code with" The requested resource [/app/pdf/show] is not available

I have a spring mvc project (java 8). I have a tomcat server downloaded, I copied the war file to ../apache-tomcat-9.0.85/webapps/, then in ../apache-tomcat-9.0.85/conf/server.xml I replaced the ...
anonimos's user avatar
0 votes
0 answers
22 views

IntelliJ IDEA - Local Tomcat startup error - NameNotFoundException

I'm trying to run tomcat 8.5.20 locally. It works on my colleagues PCs, but won't work on mine and we can't figure out why. I can't find any solution for my error. Anything I try results in the ...
J-Eibe's user avatar
  • 182
0 votes
0 answers
58 views

Is there a way to import local configuration for Tomcat?

I see that in Intellij there is this option of Edit Configuration -> + -> Select Tomcat Server -> Local, then filling in with all the details. There is also an option to store the ...
Mihaela's user avatar
  • 11
0 votes
1 answer
391 views

IntelliJ Idea Spring boot app creates tomcat folder in Temp

I have a problem with Spring Boot project in IntelliJ Idea - everytime I launch project via IDE Tomcat creates new working directory in appdata\local\temp named 'tomcat.8080.X\work\Tomcat\localhost\...
irocket's user avatar
  • 11
0 votes
0 answers
47 views

Tomcat error 404 with Spring MVC app in Intellij Idea

My Spring MVC app doesn't run. Error 404: the requested resource [/] is not available. I use Spring 6, Intellij Idea Ultimate and Tomcat 10.1. In my Java code i have @GetMapping('/') which returns ...
Behemoth's user avatar
0 votes
0 answers
312 views

I get a 404 error when requesting tomcat server in IntellijeIdea

I have a problem. I'm trying to set up a simple springMVC application, I do everything exactly according to the instructions, but for some reason everything always breaks for me. this is git: https://...
Зюбин Владислав's user avatar
2 votes
2 answers
105 views

How does IntelliJ Run APIs Locally without Tomcat?

When I run a Spring Boot Java sample application locally in IntelliJ, how does it run the APIs in Localhost eg 8080 (GET, POST, etc) ? I don't even have Tomcat installed on my desktop. Trying to ...
mattsmith5's user avatar
  • 1,017
-1 votes
1 answer
119 views

How do i properly access the .xhtml files when i run my project in Intellij IDEA

I'm trying to learn Java Web Development. I created a new Jakarta EE 8.0 web project with JSF and Servlet as dependecies on Intellij IDEA and i've been trying to change the default home page to a home....
Carlos's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
62