Skip to main content

Questions tagged [war]

Web Application Archive - Is a JAR file used to distribute JavaServer Pages, Java Servlets, Java classes, XML files, tag libraries and static Web pages (HTML and related files) that together constitute a Web application.

0 votes
0 answers
15 views

Error when trying to deploy a war-File on Openshift using tomcat 9

I have a java war-File which i want to deploy on Openshift using tomcat 9. I want to do this via the openshift console Log in to my Openshift: oc login --token=sha256~O_SDFSDFJp0sD3Q5vTmo --server=...
Josef's user avatar
  • 71
0 votes
1 answer
47 views

Why does linux deny permission to establish a Java Jsch session when the war file is deployed in a Tomcat server?

I have been trying to establish a Jsch session in a Java Spring Controller, so I can execute a shell script. The session is established and commands are run during local testing and manually testing ...
Sarath M's user avatar
-3 votes
0 answers
42 views

SAP Cloud Springboot WAR application startup issue

I have developed a Java Spring boot application as per the SAP documentation.I created the Basic stub from spring.io and then developed on top of it. This app is basically an API war file which ...
Javathirst's user avatar
0 votes
0 answers
25 views

I have a spring backend and an Angular frontend in the same WildFly, why is my frontend URL mistaken with backend by Spring?

I'm making a web application that is supposed to run on a WildFly. The backend and the frontend are put in the same .war package and this used to work fine before I implemented Angular's ...
n7gabry's user avatar
-1 votes
1 answer
37 views

How to deploy a war file in tomcat10 without using tomcat10 manager

I have a war file and tomcat10 installed on a machine how to deploy that war without using the tomcat10 manager (select a file to upload). I am using ubuntu 24. I pretend to use jenkins to make the ...
Diego Alves's user avatar
  • 2,607
0 votes
0 answers
31 views

Difrerent MANIFEST.MF used when executig SB app as jar and when deployed to Wildfly

I've run into a an issue with Spring Boot (3.3.0), and Wildfly (29.0.0, and 32.0.0). I've found out that when deploying a SB WAR application in Wildfly server, the WEB-INF/classes/META-INF/MANIFEST.MF ...
Wolfer's user avatar
  • 560
0 votes
0 answers
32 views

spring boot deploy war on centos 9 problem

I have three machines: Windows, CentOS 7, and CentOS 9. I have deployed a WAR file successfully on Windows using XAMPP and on CentOS 7 using Tomcat with MariaDB. However, on CentOS 9, the application ...
Ibrahem Gamal's user avatar
0 votes
0 answers
19 views

spring boot war application heroku deployment, status always returns 404

All of the functions and paths works properly when I host locally. but when I deploy the app by heroku, they returns 404.error.image here is my pom.xml file <?xml version="1.0" encoding=&...
beingicy's user avatar
0 votes
0 answers
30 views

Develop war project referencing dependencies with repository per jar in Intellij

There is a big maven project with dozens of jars and a single war. Each jar represents a big function where a dedicated team works on. Let's say, 'inventory' jar includes necessary functionality to ...
Kiryl's user avatar
  • 1
0 votes
0 answers
20 views

Restarting tomcat server in cpanel

When I run /usr/local/cpanel/scripts/ea-tomcat85 all restart, it returns Starting sojrelites … Restarting ea-tomcat85... May 27, 2024 11:10:09 AM org.apache.catalina.startup.Catalina stopServer SEVERE:...
Opiyo254's user avatar
0 votes
0 answers
38 views

How to deploy Angular App on JBoss 7.1 application server

We have created Angular App. But we are getting 403 Forbitten error after deploying on JBoss. We have created Angular App. Then build application using "ng build" command which created dist ...
Nitin Gandge's user avatar
0 votes
0 answers
13 views

How to enable the Undeployed button in Tomcat console when it is disabled

How to enable the Undeployed button in Tomcat console when it is disabled. When I deploy a .war file that cannot be undeployed from the tomcat manager. Tomcat version is 8.5.16 and JVM version is 1.8. ...
GaneshaS's user avatar
0 votes
0 answers
38 views

Wildfly 22.0.1 failing to deploy WAR that uses @Stateless classes

I am getting a strange error on Wildfly where it is not deploying a WAR file. My exact setup is per the below: OS : Windows 10 JDK : Amazon Correto 17.0.11.9.1 WildFly : 22.0.1.Final IntelliJ : ...
Cris Maule's user avatar
-1 votes
1 answer
32 views

not able to docker:exec and start my tomcat in same command

I've been trying to start my Tomcat server and run a mvn exec command as a CMD statement in my Dockerfile, but I'm running into the following error, and not able to figure it out: Error: Could not ...
Aditya Karad's user avatar
1 vote
0 answers
95 views

How to deploy a GitHub WAR project on render.com

I have this reporitory on GitHub. It relies only on JavaEE facilities and two (2) Maven dependencies of my own. What I need to accomplish is to deploy it on render.com. How can I arrange it? (My ...
coderodde's user avatar
  • 929

15 30 50 per page
1
2 3 4 5
250