Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Yana Makogon
Total activity
8
Last activity
July 27, 2020 21:07
Member since
July 27, 2020 14:56
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (7)
Yana Makogon
commented,
July 27, 2020 21:07
After adding url-pattern to web.xml (please see commit message: Adding jsp-file in to web.xml) the same error yellow pop up with the message: "Is possible to bind and connect to localhost:1099 at s...
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes
Yana Makogon
commented,
July 27, 2020 20:59
Logs after third commit 27-Jul-2020 22:56:19.043 WARNING [RMI TCP Connection(5)-127.0.0.1] org.apache.tomcat.util.descriptor.web.WebXml.setVersion Unknown version string [4.0]. Default version will...
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes
Yana Makogon
commented,
July 27, 2020 20:45
TomCat localHost logs: /Users/yanamac/Desktop/programming/apache-tomcat-8.5.57/bin/catalina.sh runNOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.bas...
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes
Yana Makogon
commented,
July 27, 2020 20:18
Hi, https://github.com/yanamak89/testservlet And also after adding FirstJsp.jsp i got yellow pop up with message: "Is possible to bind and connect to localhost:1099 at same time - application ser...
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes
Yana Makogon
commented,
July 27, 2020 14:59
[2020-07-27 04:43:49,601] Artifact JavaEETest:war exploded: Artifact is deployed successfully[2020-07-27 04:43:49,601] Artifact JavaEETest:war exploded: Deploy took 582 milliseconds
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes
Yana Makogon
commented,
July 27, 2020 14:58
http://localhost:8080/hello HTTP Status 404 – Not Found Type Status Report Description The origin server did not find a current representation for the target resource or is not willing to disclose...
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes
Yana Makogon
commented,
July 27, 2020 14:56
Hi, I have the same error. Please assist to resolve it. @WebServlet(name = "FirstServlet")public class FirstServlet extends HttpServlet { protected void doPost(HttpServletRequest request, HttpS...
Community
IntelliJ IDEA Users
I get 404 while deploying Tomcat and calling localhost://8080
0 votes