Questions tagged [war-filedeployment]

war deployment is related to deploying a web application bundle to any application server e.g. Tomcat, JBoss etc. The war deployment is a very common thing in terms of web applications

23 questions
0
votes
1 answer

HTTP Status 404-Not found, facing this error while trying to load the war file on tomcat webserver

I've deployed a war file to the apache tomcat webserver successfully using ansible playbook. But when I try to load the war file using myip-address:8080/war file name I'm getting the following error enter image description here I'm new to tomcat.…
0
votes
1 answer

Rest app (Jersey/JAX-RS) runs in glassfish through eclipse but not when deployed in tomcat

I created a web app using eclipse and (Jersey/JAX-RS). Although when i "run on server" from eclipse in glassfish everything is ok when I deploy the war file I produce either from maven install or from eclipse "export war file" it is deployed…
0
votes
1 answer

Can't make a DB connection when deploying a .war file to a Tomcat7

The code connects to the DB using Tomcat7 in the eclipse environment, but when I build a .war file and deploy it using both command line and the Tomcat/manager/html method it just will not connect to the database. My app pulls up to a login page, I…
Tony
  • 84
  • 1
  • 7
0
votes
1 answer

How to force wildfly-8.2.1.Final to load .class from a directory rather than war?

I want load .class file from a given directory so, i put compiled file inside the directory /opt/wildfly-8.2.1.Final/modules/packagename/ and also server load the classes from the same directory rather than war(WEB-INF/classes/packagename/).
0
votes
1 answer

How to achieve hot deployment in Tomcat 8?

How to achieve hot deployment in Tomcat 8? Hot Deployment : deploy a new war with out using the following steps. Stop the server Replace the old war with new. Start the server. Can I achieve this with out using ANT ?
user630209
  • 1,123
  • 4
  • 42
  • 93
0
votes
1 answer

Jenkins deploy war file to Tomcat 8 - webpage show error

I am trying to deploy sample.war file to Tomcat 8 and file deployer successfully. However, when I try to launch http://localhost:8080/sample/ it show me following error on the web page: After deployment following is success log: Started by user…
Curious
  • 282
  • 4
  • 21
0
votes
2 answers

Liferay: When to go for multiple war files

I have a requirement where there are few scenarios. User registration(There are different types of users say buyer, seller, moderator etc) search feature where a seller/buyer could be searched with few keywords user dashboards search functionality…
-1
votes
1 answer

Main-Class in a Manifest file in a WAR

I am trying to create a restful webservice. Followed this tutorial - https://www.jetbrains.com/help/idea/creating-and-running-your-first-restful-web-service-on-glassfish-application-server.html This project has 2 files - a resource class…
Quest Monger
  • 8,252
  • 11
  • 37
  • 43
1
2